[FFmpeg-user] Segmenting an rtp H264 stream of an IP camera
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Feb 27 12:30:56 CET 2013
David Cassany Viladomat <david.cassany <at> i2cat.net> writes:
> ffmpeg -analyzeduration 10 -i rtsp://192.168.10.149/live1.sdp
> -g 50 -r 25 -ac 2 -b:a 128k -c:v libx264 -c:a libfdk_aac
> -profile:v baseline -map 0 -flags -global_header -f segment
-segment_time_delta 0.03 -segment_time 3 live1_level2_%d.ts
Is your problem only reproducible with rtsp input
or also if you use (for example) -f lavfi -i testsrc
-f s16le -i /dev/zero ?
Please provide the complete, uncut console output of
your failing command line.
Carl Eugen
More information about the ffmpeg-user
mailing list