Forced to register listeners when showing ads #4612
Unanswered
Zuldek1994822
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the example above, everything works. At 3 seconds, I load the second manifest and turn on the commercial. I don't have to register listeners to the new video element. playbackTimeUpdated continues to signal time changes.
https://livesim.dashif.org/livesim/scte35_1/testpic_2s/Manifest.mpd
I simplified this manifesto, uploaded it to the server and tried it with it
Everything works with him. But if you start playing a video with a file there
When an advertisement comes on, the listener
player.on("playbackTimeUpdated", e => {
Stops working, no console
console.log('active')
No matter how you try to bring your manifesto, attributes, etc. to the manifesto
https://livesim.dashif.org/livesim/scte35_1/testpic_2s/Manifest.mpd
In all cases, the listener doesn't want to work after the ad starts... What's wrong with my manifest that FFMPEG generated?
Beta Was this translation helpful? Give feedback.
All reactions