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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to