Questions tagged [preroll]

17 questions
3
votes
1 answer

Exoplayer with preroll and dynamic ad insertion

I want to make work my DASH stream with preroll and DAI. For now, I was able to make: DASH + preroll working and DASH + dai. But all three not dash + dai : val dashMediaSource = DashMediaSource.Factory(dashChunkSourceFactory,…
BejanCorneliu
  • 65
  • 3
  • 13
3
votes
2 answers

Need Step by step instructions adding VideoJs VAST plugin

I'm trying to figure out how to add a pre-roll or VAST ads plugin into my VideoJS player but don't know how. I know there has to be files uploaded to my server to be called but I can't find them and the documentation in the plugin below is very…
Kenny G
  • 31
  • 1
  • 1
  • 2
2
votes
1 answer

How do you implement iAd Preroll Video in Swift and iOS 9?

I'm trying to play a Preroll iAd Video into my game without having a video play afterward which is how I see it's done in all of the examples I've seen. When I go to play the Preroll iAd the AV View Controller is displayed but nothing plays and I…
coe720
  • 84
  • 2
1
vote
0 answers

Swift! Present AVPlayerViewController with PreRoll video in a SKScene

I want to present a AVPlayerViewController with a pre-roll ad. This is what I have so far: At the top: let preRollAdPlayer = AVPlayerViewController() let url = NSURL(fileURLWithPath: "https://www.youtube.com/watch?v=cIG1MsR7zWs") in my…
Benja0906
  • 1,437
  • 2
  • 15
  • 25
1
vote
0 answers

Quality of AV Kit vs. Brightcove when playing preroll advertisements

I'm trying to decide which framework to go with. I understand that one of the main concerns in video prerolls is maintaining a smooth transition from the ad to the video content, and also video quality itself. How does the quality of Brightcove…
1
vote
1 answer

JW Player 7 "Error loading media: file could not be played"

I try to configure the JW Player 7, make video + ads (pre-rolls). I also have key for JW Player which includes support for viewing advertising (pre-rolls) in the video. Please, help me to create video + ads(pre-roll) in JW Player 7?
1
vote
0 answers

Pre roll ads not working with videojs rtmp stream

Pre roll ads are not working when I put an rtmp stream in videojs. The rtmp video start playing directly and the pre roll ad is not played. But the pre roll ads are working with VOD
0
votes
0 answers

Videojs Preroll Blocking Playlist

I want to add ads to my videos using Videojs preroll. I added it and it works just fine. But I want to run the videojs playlist plugin and they are blocking each other. When the video ends, it does not go to the next video. If I don't use videojs…
Hiedrass
  • 75
  • 6
0
votes
0 answers

Integrate Google Analytics into VAST Preroll XML

I have a VAST Preroll XML file:
0
votes
1 answer

How to implement midroll ad with MediaElements.JS?

How to implement midroll ad with MediaElements.JS? I made preroll and I hahe question here too. How to start ad after I press play button of original video? I thought maybe there are some controls or whatever for ads, but I didn't find it. Here is…
gmmdf
  • 1
0
votes
1 answer

How to get AdTags for Google IMA SDK android

I have created a mobile application, I want to show Google IMA ads in my app with my Exoplayer. We have created a sample application to show IMA ads in Exoplayer using sample tags provided by this url :…
Sanoj
  • 1
  • 3
0
votes
1 answer

Vimeo pre-roll ads at embeded player

I need an idea to create an application for putting pre-roll movie ads to movies on the web page. Ad movies and movies are hosted at Vimeo. I tried to use Vimeo player API but got one bad issue. My app listened to the event "play" and then the ad…
trzczy
  • 1,325
  • 2
  • 18
  • 43
0
votes
1 answer

How to add Roku RAF to openrokn?

I am trying to find out how to add the Roku RAF to openrokn. The coding is a bit different since everything is in one main file. Can someone possibly give me some tips on this? I have a channel to submit that needs pre-roll. Does this go at the top…
studio
  • 1
0
votes
1 answer

Swift. How do I remove the toolbar in an AVPlayerViewController

I'm presenting an AVPlayerViewController with an AVPlayer and are displaying a pre-roll ad in it, but I want to remove the top and button bar, or make the user unable to dismis the ViewController before the ad is done: How do I do that? here's my…
Benja0906
  • 1,437
  • 2
  • 15
  • 25
0
votes
1 answer

Jwplayer Pre Roll ADS Cant close the ads div when video plays

Im trying to make a closable advertisement div using jwplayer 7 my codes are below: ID,'videourl', true); $embedvideo = get_post_meta($post->ID,'embedvideo', true); $embed_video = get_post_meta($post->ID,…
user5247236
1
2