Replies: 1 comment 1 reply
-
Are you trying to download multiple segments in parallel? Otherwise what you described sounds like a buffer setting. dash.js has certain buffer targets, see here: https://reference.dashif.org/dash.js/nightly/samples/buffer/buffer-target.html . Also note that for live streams the segments become available over time compared to VoD where all segments are available at playback start. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Can someone help me identify where I can modify the player code such that it requests and stores the next 2 or 3 chunks [as per the specified list of requested bitrates] instead of just downloading the next to be played chunk?
Of course, incase when playing the next chunk, a different bitrate is required, I want to make a request for the correct bitrate chunk - or even in this case, the next 3 chunks.
I see a getNextFragment in ScheduleController.js - but I'm not sure how to proceed from here.
Any pointers would be appreciated.
Please let me know if you need more context from my end!
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions