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
Technically, there's no range.
You have to adjust the startTimeMs field in the MediaInfo object (and bufferedRanges to some extent) to get the desired media segments.
Hi @LuanRT do you know how to get the specific startTimeMs duration from the currentLength? Because for streaming, most players only pass the current length position to get a new segment or when seeking forward/backward. I’ve tried calculating it from the total duration, total content length, and current length, but the duration is inaccurate, or maybe I’ve made a mistake in my calculations
where is the range set in this process? I checked here:
googlevideo/src/core/ServerAbrStream.ts
Lines 127 to 147 in 6b1801c
then here:
googlevideo/protos/video_streaming/video_playback_abr_request.proto
Lines 9 to 22 in 6b1801c
but if I check an example request from the official YouTube client, I only see these fields
The text was updated successfully, but these errors were encountered: