mafintosh / peerflix

Streaming torrent client for node.js
MIT License
6.19k stars 672 forks source link

No sound with fifo #164

Open Yop59 opened 9 years ago

Yop59 commented 9 years ago

Hello,

omxplayer -p -o hdmi "http://xxx.xxx.xxx.xxx:8888/" </tmp/omxplayer_fifo & sleep 1 echo -n . > /tmp/omxplayer_fifo

Edit and solution: Do not use "." in "echo -n . > /tmp/omxplayer_fifo" but for example "1234" and everything works

mafintosh commented 9 years ago

I've had this problem with my pi as well. The solution for me was to increase the gpu memory in /boot/config.txt

Yop59 commented 9 years ago

Hi mafintosh,

I tried with gpu_mem=128 and gpu_mem=256 but I still have no sound :(

You tried with what value? Do you have an another idea?

Thank :)