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
[YouTube] Don't generate DASH manifests for OTF streams when loading the content
The content loading when there are OTF streams is increased a lot by the fetch of the first segment of each stream and by the generation of the manifests.
The generation of these manifests needs now to be requested by clients (by using the createDashManifestFromOtfStreamingUrl method of the YoutubeDashManifestCreator class).
Also always use the streams from the desktopStreamingData JSON object first.
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
0 commit comments