[FFmpeg-user] h264 stream from Arecont camera

Jannes Faber jannes.faber at gmail.com
Tue Jan 12 16:33:20 CET 2016


https://drive.google.com/file/d/0BxMfj-zbDB1dOXh5djllY0lkLU0/view?usp=sharing

This still works for me on the file above:

cat h264stream.dump | sed -u -b -e '/^--fbdr\r$/ {N;N;N;d}' | ffmpeg -i -
-c:v copy bla.avi

Thank you for taking the time.

--
Jannes

On 12 January 2016 at 16:21, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> 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 at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list