It's my first time playing with Arch, and I'm trying to run a command that ran on raspbian fine.
I'm trying to stream my webcam out to my phone with this command, but ffmpeg keeps dying
Code: Select all
ffserver -f /root/ffsvmj.conf & ffmpeg -v 5 -r 1 -s 160x120 -f video4linux2 -i /dev/video0 -r 1 http://localhost:81/webcam.ffm
Sometimes it dies straight away, sometimes it takes a few minutes, but always dies.
Any ideas on what I should be checking / changing ?
Cheers.