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
If we play a live video of YouTube on android exoplayer by using hlsManifestUrl then the live window duration is of 30 seconds and In the new pipe library duration increases by 1 hour from 30 seconds.
can anyone tell how the NewPipe is modifying the duration?
The text was updated successfully, but these errors were encountered:
We use the HLS manifest of the iOS YouTube app, which returns live windows from 30 seconds up to 1 hour (ANDROID and WEB clients' ones are still used as a fallback if there is no manifest provided on the iOS client (this is unlikely to happen) or if the fetching of its player response fails). See #680 and #780 for more details.
Using the DASH manifest of YouTube, you should be able to have a live window which goes up to 4 hours, even if the first version of them is broken and pretty huge, that's the reason why it is not used.
However, I discovered recently that newer versions of these manifests are available, and can be get using a mpd_version parameter on the DASH manifest URL (the desktop website client uses the version 5, it goes up to version 7). This parameter should be added in the extractor soon.
AudricV
added
question
Not really an issue, but more of a question about how something works
youtube
service, https://www.youtube.com/
labels
Dec 29, 2022
AudricV
changed the title
How newpipe increase Live Window duraction of YouTube Live video.
How NewPipe increases the live window duration of YouTube live videos?
Dec 29, 2022
We use the HLS manifest of the iOS YouTube app, which returns live windows from 30 seconds up to 1 hour (ANDROID and WEB clients' ones are still used as a fallback if there is no manifest provided on the iOS client (this is unlikely to happen) or if the fetching of its player response fails). See #680 and #780 for more details.
Using the DASH manifest of YouTube, you should be able to have a live window which goes up to 4 hours, even if the first version of them is broken and pretty huge, that's the reason why it is not used.
However, I discovered recently that newer versions of these manifests are available, and can be get using a mpd_version parameter on the DASH manifest URL (the desktop website client uses the version 5, it goes up to version 7). This parameter should be added in the extractor soon.
If we play a live video of YouTube on android exoplayer by using hlsManifestUrl then the live window duration is of 30 seconds and In the new pipe library duration increases by 1 hour from 30 seconds.
can anyone tell how the NewPipe is modifying the duration?
The text was updated successfully, but these errors were encountered: