Re: [FFmpeg-user] Streaming to ustream/twitch from Raspberry Pi

2015-02-19 Thread Lou
On Thu, 19 Feb 2015 13:21:03 + Matt Conway conwa...@gmail.com wrote: pi@raspberrypi /usr/src/ffmpeg $ ffmpeg -i rtsp:// root:FishAxisFood12@192.168.0.4/axis-media/media.amp -an -r 30 -f flv rtmp://ustreamurl Are you intending to re-encode? Do you not want to stream copy instead?

Re: [FFmpeg-user] Streaming to ustream/twitch from Raspberry Pi

2015-02-19 Thread Moritz Barsnick
On Thu, Feb 19, 2015 at 11:18:00 -0900, Lou wrote: Are you intending to re-encode? Do you not want to stream copy instead? http://ffmpeg.org/ffmpeg.html#Stream-copy 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 30 fps, 1k tbn, 30 tbc Do you really want to be using flv1 as the encoder? It's

Re: [FFmpeg-user] Streaming to ustream/twitch from Raspberry Pi

2015-02-19 Thread Matt Conway
Are you intending to re-encode? Do you not want to stream copy instead? http://ffmpeg.org/ffmpeg.html#Stream-copy Do you really want to be using flv1 as the encoder? It's old and crappy. Also, I am not familiar with your device, but can it even handle encoding 1280x720 at your desired frame rate

Re: [FFmpeg-user] Streaming to ustream/twitch from Raspberry Pi

2015-02-19 Thread Luke Davis
On Thu, 19 Feb 2015, Matt Conway wrote: Compiled ffmpeg from source with libx264, the same command works from a windows desktop, below is the output. Trying to stream an RTSP input to ustream. When streaming from Raspberry Pi 2 it comes out incorrectly on What is the processor specification

Re: [FFmpeg-user] Streaming to ustream/twitch from Raspberry Pi

2015-02-19 Thread Matt Conway
What is the processor specification of your Windows machine? It seems likely that your Pi simply can't do this. Its processor is a 900MHz quad-core ARM Cortex-A7. There is hope, maybe, with the copy instead of reencoding, I think, but even that seems iffy. I was seeing a lot of errors like the