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

When mplayer set, doesn't play m4a #57

Closed
xubuntu4iran opened this issue Mar 15, 2014 · 1 comment
Closed

When mplayer set, doesn't play m4a #57

xubuntu4iran opened this issue Mar 15, 2014 · 1 comment

Comments

@xubuntu4iran
Copy link

But when mpv set, play m4a

@np1
Copy link
Contributor

np1 commented Mar 15, 2014

This behaviour is intentional. See https://github.com/np1/mps-youtube/releases/tag/v0.01.35

The problem is that both mplayer and mpv take a long time to open these m4a streams.

To demonstrate the problem, try:

mpv http://np1.github.io/tricky.m4a

and

mplayer http://np1.github.io/tricky.m4a

I found a workaround to get mpv to open these streams faster (which I have implemented in mpsyt):

mpv --demuxer-lavf-o=fflags=+ignidx http://np1.github.io/tricky.m4a

But I couldn't find an equivalent solution with mplayer, so in mpsyt, mplayer does not attempt to play the m4a streams, instead falling back to ogg, and if no ogg is availabe then falling back to playing the audio from the video stream (and suppressing video output).

@np1 np1 closed this as completed Mar 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants