-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why mid-roll ad not working when changing playback speed from 1 to 2? #1116
Comments
Hello @T-Duong , Would you be able to share a code snippet or sample project where this change is being done? I think that would help be in debugging any issue you are experiencing. Thank you, |
@Kiro705
|
@Kiro705 |
Hello @T-Duong , Thank you for sharing the code snippet, I was able to see the issue by adding the following line to the plugin's sample app:
I was able to see that ads are not played at x2 speed. Testing on a HTML5 basic I can plan to look into a fix, but right a work-around would be to use a different player. Thank you, |
@Kiro705 |
are there any workarounds to solve this case? |
Hello @Kiro705 , Is there any update about this? Thank you! |
My temporary solution is : https://www.youtube.com/watch?v=w67wSxbyQTw I get all cue-points from var cuePoints = player.ima.getAdsManager().getCuePoints(); and if currentTime in timeupdate event 2 secs near/before of each cues, then i change speed to 1x |
Can you explain to me why videojs is not playing ads when set video playback from 1 to 2?
Thank for your help.
The text was updated successfully, but these errors were encountered: