alsa-sndio icon indicating copy to clipboard operation
alsa-sndio copied to clipboard

problems with mpv

Open Cloudef opened this issue 6 years ago • 2 comments

If using alsa backend in mpv, video won't play until audio stops playing. Mpv is probably relying on some implementation detail or missing plug function. Any ideas?

Cloudef avatar Jun 11 '18 11:06 Cloudef

Got Audio/Video working here with alsa-sndio + mpv but it looks like the pseudo-gui (EDIT: Whole video) struggles to update when it's used.

You could try using the sndio output of mpv but it got removed in current master and doesn't seems to be coming back. ( https://github.com/mpv-player/mpv/commit/71d218eae4b4d93ada34ff74906f71ad359c84bc#diff-0ed0d01b45b1c2e8795e59bf7c2721aa )

lanodan avatar Apr 23 '20 00:04 lanodan

@lanodan you can try this instead https://github.com/Cloudef/libasound-sndio alsa pcm plugin isn't flexible enough to implement sndio support properly.

Cloudef avatar Apr 24 '20 16:04 Cloudef