-
Notifications
You must be signed in to change notification settings - Fork 257
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
Cannot read property 'suppressedTracks' of undefined on desktop browsers with HLS live stream #506
Comments
@Dzoge did you ever get this figured out. I'm having what looks to be the same or similar issue: The error happens when |
I ended up using old version of some libraries and managed to make it work. Can’t remember the details though. |
Okay great, thanks for the reply. |
I get this also. live HLS refuses to return and play back. Stuck in pending on the master playlist. |
Has` anyone been able to solve this? I am getting the same issue when attempting to run a preroll video before an hls stream. Here is my markup and code (Codepen eg: https://codepen.io/elkhatibmsi/pen/BaKwVVx). FYI I am using the boilerplate provided by the videojs-contrib-ads documentation: http://videojs.github.io/videojs-contrib-ads/integrator/getting-started.html.
|
Hi everyone, I got this issue only when the main source is live stream and able to fix it by adding
|
Greetings!
I ran into an issue with HLS live stream not switching back to playback after the ad is finished. The following error is logged:
ERROR: TypeError: Cannot read property 'suppressedTracks' of undefined
referring toplayer.ads.snapshot
object inrestorePlayerSnapshot
function ofvideojs-contrib-ads
plugin.But this happens only on my desktop browsers and does not happen on my iPhone (Safari, Chrome). Unfortunately I do not have aaccess to an Android phone at the moment.
I tested on the latest Chrome and Firefox on desktop:
I found a similar issue #173 but that's closed and looks like this is a different case.
I am using videojsx-vast-plugin for ads with the latest versions of:
I have setup the examples:
I used unminified versions to make debugging easier, but still could not make heads or tails :(
This is my setup:
The text was updated successfully, but these errors were encountered: