On 07/01/13 10:30, Eberhard, Holger wrote: > Hi all, > I try to get a live view of an IP camera on an embedded platform. > For this purpose I want to use avconv to receive via RTSP. > Receiving the stream an write to a temp mp4- file works fine. > avconv -i rtsp://root:[email protected]:554/axis-media/media.amp -an -f mp4 > -vcodec copy -y /var/tmp/iptest.mp4
Looks like there is a bug that makes it assume the h264 bitstream is not formatted as he would expect, yet, since it has extradata it fails to use the current filter. Please check with libav9, it might had been fixed already. lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
