Shows first frame of content before playing ad
See original GitHub issueHi,
We are seeing an issue with the first frame of the video content being shown before the ad starts. We would like to see the ad start before any content is being shown. The way it works now leads to a lot of flickering between states.
I have tried playing around with preload option, but it does change the behaviour.
Our quick fix has been to hide the video element like this, but we would like to see a more smooth solution 😃
.vjs-ad-loading > video {
opacity: 0;
}
Issue Analytics
- State:
- Created 8 years ago
- Comments:20 (16 by maintainers)
Top Results From Across the Web
First frame of video shown before preroll
Hi,. The problem we are seeing is that when we use IMA to load a preroll advert, we see the first frame of...
Read more >Frames from different clips shows up where its not...
Basically every time I cut from one clip to another, the last frame from the first clip is merged into the first frame...
Read more >Video in PowerPoint still flashes first frame before ...
Insert a video in first slide, then play presentation from the start. We can see the first frame of the video flashes when...
Read more >How to detect when HTML5 video is played the first frame?
There is another way to do this using currentTime and defining a function for everytime the time for the video changes.
Read more >How do I get the first frame you see on an output file?
But when they look at that file, there is a still frame they see before they play the video that they hate. I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think we surfaced them because we expected them to be used often, but in retrospect it would have been better to have one and only one place to specify this, which would be contribAdsSettings. Whatever you provide to the contribAdsSettings param will override what you provide in the top-level IMA plugin settings, so you can provide them in either place.
Thank you.