Re: [Live-devel] how to capture H264 stream and save it in a avi file

2011-06-07 Thread James Dougherty
Hi Gianluigi, Please provide the -i option and review the options on the main site, below: http://www.live555.com/openRTSP/#quicktime Those options all work for me, and very well! Here is another recipe I use for additional cross-validation. If you have L16 media, put a riff header on it: sox -

Re: [Live-devel] how to capture H264 stream and save it in a avi file

2011-06-01 Thread Ross Finlayson
I'm trying to capture a video stream from Axis IP camera with openRTSP. I get a correct file if I use: openRTSP -d 20 -4 -f 3 -w 640 -h 480 -b 40 "rtsp://10.10.1.61/axis-media/media.amp?compression=35&fps=3" >video.avi but I try this: openRTSP -d 20 -f 3 -w 640 -h 480 -b 40 "rtsp://10.1

[Live-devel] how to capture H264 stream and save it in a avi file

2011-05-11 Thread Autuori Gianluigi
Hello, I'm trying to capture a video stream from Axis IP camera with openRTSP. I get a correct file if I use: openRTSP -d 20 -4 -f 3 -w 640 -h 480 -b 40 "rtsp://10.10.1.61/axis-media/media.amp?compression=35&fps=3" >video.avi but I try this: openRTSP -d 20 -f 3 -w 640 -h 480 -b 40 "rtsp://1