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