Hi Ross,
Thanks for your advice of redirecting stdout to a file, it works, and I
find the issue that dumped avi file cannot play in windows media player,
that's because the avi file has no index in the end. Now I make some
changes by add the index to the file after written movi data.
i enclose the
I try to use openRTSP to dump the rtsp stream to AVI file with command like
this "openRTSP -i w 352 -h 288 -f 25 rtsp://", where is the real
rtsp url, I've also change the code of "playCommon.cpp" in the line :
*aviOut = AVIFileSink::createNew(*env, *session, "stdout",*
to *aviOut = AVIFil