Stephan Hesse
Stephan Hesse
Here is a full log / stacktrace of the crash: ``` video.js:498 VIDEOJS: ERROR: DOMException: Failed to execute 'addSourceBuffer' on 'MediaSource': This MediaSource has reached the limit of SourceBuffer objects...
@gesinger Another update: It seems we found a fairly good way to prevent the race from within the `SourceUpdater` class constructor. I'll post a patch in a bit :)
Note: this seems to also happen with much higher probability when there audio stream is in a seperate rendition - as opposed to having a single segment-loader "main" type, with...
Here you go: https://github.com/videojs/videojs-contrib-hls/pull/1330
Hi! :) has anyone continued any work regarding NodeJS bindings here?
Hi @lgrahl Nope, you don't need to port your event loop to libuv to craft node bindings :) NodeJS using libUV internally is a detail that is very far away...
Hey guys, actually i understood that my understanding about the Shaka 2.2 API was not complete :) Basically, to explain really simply, audio-and video tracks are under one hood of...
Thanks already for all the reviews :) Problem remaining in our API here as I see it, in one sentence: `Currently setting a variant track obtained from "videoTracks" might also...
Our workaround here would be like: ``` videoTracks .filter((track) => track.language === dashShakaPlayback.activeAudioLanguage) ```
@leandromoreira Hey guys, unfortunately we haven't been able to continue the conversation. Let's hope we do that next year! I'm a bit outside of the topic right now, but it...