Tagged Questions
3
votes
1answer
294 views
FFMpeg stream to FFServer from Back Camera
I'm looking for a way to stream my camera video from my Android phone to an FFServer, like I would with FFMpeg from the command line in Linux:
ffmpeg -f video4linux2 -i /dev/video0 ...