Replies: 1 comment 4 replies
-
The timing in your manifest or your media segments might be wrong. The media players calculate the segment to download based on the timing information provided in the MPD. Afterwards the media segment data is appended to the Mediasource buffer. The position of the media segments in the buffer is determined by the It sounds like the timing in your media segments does not match the timing signaled in the manifest. As a consequence, the segments are not placed at the right time in the buffer. Bitmovin might have a workaround in place for this. |
Beta Was this translation helpful? Give feedback.
-
Hello,
When playing my livestream manifest in dashjs and shakaplayer, I encountered a problem where the player correctly downloads the chunks, but the stream does not start playing. After debugging dashjs, I observed strange behavior where currentTime is significantly behind the start and end of the timerange, causing the buffer not to fill and preventing the video from playing (according to my assumption).
This same stream plays normally on the Bitmovin player. Could you please suggest in which direction I can research to get the dashjs player to play the live stream? Perhaps there is a parameter I am unaware of or something else. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions