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
.ts file expired in response to 403, Hls.ErrorTypes.NETWORK_ERROR loadSource The new .m3u8 will load the .ts file from scratch, how can I seamlessly transition from the expired .ts fragment to the new .ts fragment?
#6641
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.
.ts file expired in response to 403, Hls.ErrorTypes.NETWORK_ERROR loadSource The new .m3u8 will load the .ts file from scratch, how can I seamlessly transition from the expired .ts fragment to the new .ts fragment?
What have you tried so far?
No response
The text was updated successfully, but these errors were encountered:
I'm now replacing the valid .ts file url by overriding fLoader.context.url, instead of using the hls.loadSource method to load the new .m3u8, which would cause a reload of the video being played, which sucks!
robwalch
removed
the
Needs Triage
If there is a suspected stream issue, apply this label to triage if it is something we should fix.
label
Aug 21, 2024
I'm now replacing the valid .ts file url by overriding fLoader.context.url, instead of using the hls.loadSource method to load the new .m3u8, which would cause a reload of the video being played, which sucks!
hls.loadSource always resets and reloads the HLS asset.
You should look into using Content Steering to clone and replace variant and rendition URLs to a new pathway if you need to change the path to media playlists and their segments.
Pathway cloning is only available via steering manifest. If you have tokens that expire you should implement a steering manifest. The v1.6 release will include the ability to set the pathway (#6295). There is no client-side API to clone pathways.
What do you want to do with Hls.js?
.ts file expired in response to 403, Hls.ErrorTypes.NETWORK_ERROR loadSource The new .m3u8 will load the .ts file from scratch, how can I seamlessly transition from the expired .ts fragment to the new .ts fragment?
What have you tried so far?
No response
The text was updated successfully, but these errors were encountered: