Skip to content
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

NewPipe displays 0kbps as maximum audio bitrate(?) for a video #619

Closed
2 tasks done
alpha-alpha-alpha opened this issue Jul 9, 2017 · 7 comments
Closed
2 tasks done
Labels
bug Issue is related to a bug

Comments

@alpha-alpha-alpha
Copy link

  • I carefully read the contribution guidelines and agree to them.
  • I checked if the issue/feature exists in the latest version.
    ( The "?" besides "bitrate" is because I'm not sure it's called bitrate. )
    There's this video (https://www.youtube.com/watch?v=-y2lEB6uwwI) that if I try to download its audio, it shows "m4a 0kbps", but when I downloaded the audio, the file played just fine.
@alpha-alpha-alpha
Copy link
Author

Another weird thing is that I can't download its audio as WebM. It just downloads it as m4a anyways.

@theScrabi
Copy link
Member

Can please you post a screenshot of that problem.

@alpha-alpha-alpha
Copy link
Author

alpha-alpha-alpha commented Jul 9, 2017

Sure.
flb11er

@alpha-alpha-alpha
Copy link
Author

Found one more video this happens on. https://youtu.be/dGRDwfqMT24

@mauriciocolli mauriciocolli added the bug Issue is related to a bug label Jul 9, 2017
@mauriciocolli
Copy link
Contributor

mauriciocolli commented Jul 9, 2017

Oh just found the culprit, is the DashMpdParser.java#L87 (those memeTypes...), is passing 0 to the bitrate.

But the YoutubeStreamExtractor needs a refactor anyway, for example you can't get some things without calling others first (only one of the existent problems).

@mauriciocolli
Copy link
Contributor

It's working fine now:

@alpha-alpha-alpha
Copy link
Author

@doixuihen Sorry for the late reply. The video has been deleted, but here's a reupload: https://www.youtube.com/watch?v=ctBR15WnpII

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

3 participants