You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement a streaming service similar to how HLS works.
Segmenting the live source into files of a few seconds each using ffmpeg, then playing them one after the other.
I'm having difficulty catching when one file ends, releasing buffers properly, and using the same Audiocontext for all files.
Any suggestions on where to start?
The text was updated successfully, but these errors were encountered:
either use MSE-compatible interfaces directly, or find and tweak some existing DASH or HLS-via-MSE framework to use the appropriate shim classes instead of native ones
I'm trying to implement a streaming service similar to how HLS works.
Segmenting the live source into files of a few seconds each using ffmpeg, then playing them one after the other.
I'm having difficulty catching when one file ends, releasing buffers properly, and using the same Audiocontext for all files.
Any suggestions on where to start?
The text was updated successfully, but these errors were encountered: