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
After upgrading to 1.6.0, I am noticing that when the video 1st loads (with or without autoplay), it jumps to 5s (5s being the segment size) for a brief moment, and then goes back to 0s. The
I am still debugging myself, but maybe you guys have an idea what could be happening.
EDIT: In stream_video_source.createAndStartStreams_ the segmentIndexes start at 5s
We changed our implementation of @startNumber with SegmentTemplate to make it consistent with SegmentTimeline and SegmentList.
If you want playback to start from the beginning of your content then @startNumber should equal 1 and dash_1080.1.m4s, dash_480.1.m4s, etc., should be the first segments.
I have the following MPD
After upgrading to 1.6.0, I am noticing that when the video 1st loads (with or without autoplay), it jumps to 5s (5s being the segment size) for a brief moment, and then goes back to 0s. The
I am still debugging myself, but maybe you guys have an idea what could be happening.
EDIT: In
stream_video_source.createAndStartStreams_
the segmentIndexes start at 5sThe text was updated successfully, but these errors were encountered: