-
Notifications
You must be signed in to change notification settings - Fork 28
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
jack plugin freezes mpv. #1
Comments
I've experienced that problem too, but turned out it was a faulty .asoundrc. Try removing .asoundrc, as there should be a default Jack pcm, as of alsa-plugin-1.1.7. In your example, you could then use:
You can also configure your .asoundrc to your liking, and point to the built in "jack" pcm. |
|
@crocket : did you change |
Yes, I made it play a youtube video. Replacing it with a local video file doesn't change the outcome. |
@crocket Try putting the following in ~/.asoundrc:
Then:
If that works, check that /usr/share/alsa/alsa.conf.d/50-jack.conf exists, and has the same content. Your second error looks like it's using alsa_pcm ports (which don't work for me either) instead of system. Also, you should be able to just use mpv's JACK output directly, without going through ALSA. Like this:
|
Many applications don't support JACK, and I want them to use JACK indirectly.
dosbox requires |
It looks to have been fixed in alsa-plugins-1.1.9, which explains why I wasn't having the issue with the built in jack plugin. See: 613ac0c So it should be enough to use the built in jack PCM, if you use alsa-plugins-1.1.9 or later. |
I'm going to close it for now. I will reopen a new issue when the issue happens again. |
I'm using alsa-plugin-1.1.8
mpv --audio-device=alsa/plug:rawjack /path/to/musicfile
freezes mpv.mpv doesn't freeze only when it plays a wav file.
I have to press Ctrl+C twice to kill mpv.
The text was updated successfully, but these errors were encountered: