View Single Post
Posts: 63 | Thanked: 106 times | Joined on Mar 2017
#7
Originally Posted by paolomi View Post
I've compiled ffplay now and there are no sounds, I don't know why.

Some months ago I've compiled mpv and it doesn't work on sailfish os.
Thanks for trying it, and glad it's not just me. Here's what I've discovered, but as I say, I don't really know what I'm doing...

# ffmpeg -i file.mp4 -f wav - | paplay
this plays sound, but I can't find a way to make ffplay play sound, and I can't get aplay (alsa) to work either

# ffmpeg -i file.mp4 -f avi - | tee >(ffplay -) >(ffmpeg -i - -f wav - | paplay) > /dev/null
this gives me sound and video, but it goes a bit mad when you pause and unpause
 

The Following 4 Users Say Thank You to moodroid For This Useful Post: