[FFmpeg-user] h264 stream from Arecont camera

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Jan 12 16:21:35 CET 2016


On Tuesday 12 January 2016 03:35:32 pm Jannes Faber wrote:
> I can get it to work as follows, but this seems ridiculous and sed ends up
> eating 10x as much CPU as ffmpeg and curl combined.
>
> curl -s -o - 'http://10.1.1.233/h264stream2?ssn=121&res=half&qp=1' | sed -u
> -b -e '/^--fbdr\r$/ {N;N;N;d}' | ffmpeg -i - -c:v copy bla.avi
>
> Is there any way ffmpeg can deal with such a stream directly?

Please upload a sample as provided by curl (without sed).

Carl Eugen


More information about the ffmpeg-user mailing list