Hi, I am using FFMPEG Version: 2.6.3 to record audio video streams from an ip camera with the following command.
ffmpeg -y -loglevel debug -reorder_queue_size 100 -i /home/rajan/1.sdp -c:v copy -c:a copy -strict normal -bsf:a aac_adtstoasc -f segment -segment_time 00:15:00 -segment_atclocktime 1 -reset_timestamps 1 -reset_timestamps 1 /home/rajan/video_%03d.mp4 The recordings are fine, but the players vlc/ffplay/mpayer fails to play audio for the first segment. Rest of the segments are fine. Please help. Thanks and Regards, Rangarajan _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
