> I would like to use OpenRTSP to record an IP camera stream on my PC. > I arrived to connect it by using this kind of command : openrtsp.exe -4 > rtsp://192.168.0.200/rtsph264 > but I don't know how convert the stream received in a video file ?
The "-4" (and "-q") options output to 'stdout'. So you will need to redirect 'stdout' to a file. And, as explained in the documentation http://www.live555.com/openRTSP/#quicktime you should also use the "-w <width>", "-h <height>" and "-f <frame-rate>" options. Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel