-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Expose more variables to be able to create dash manifests #461
Comments
This will be done when NewPipe will finally get support for playing DASH. Basically this is the releavant PR (will be reopened soon): #367 |
I believe that's a unrelated PR because of the following:
NewPipe solves this issue by using a MergingMediaSource in exoplayer which unfortunately doesn't exist in videojs. |
Yeah,that PR is not the ultimate solution, but it's the first step |
Closing in favour of #223 |
@Stypox |
itag, fps, are already available in ItagItem |
fps can be inaccurate at times since it's a hardcoded value (from the itag). In this video, it would show up as 60 fps although it's 50. #488 fixes this already tho. |
@FireMasterK is this issue resolved with you PR? |
Yes it has, but dash manifest parsing needs to added to finish off everything. |
Now that DASH support has been added, you can finally make the front-end you wanted! You should call it... "Depip". |
So, I'm trying to use NewPipe in a frontend with videojs, unfortunately, the extractor doesn't provide enough information to create a dash manifest for 1080p playback.
Is there any way to add the following to the VideoStream?
They are already in the JSON response, and youtube-dl already does this, so I don't see why not.
The text was updated successfully, but these errors were encountered: