Re: [Live-devel] report a bug of openRTSP

2012-09-29 Thread qiuchangyong qiuchangyong
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

[Live-devel] report a bug of openRTSP

2012-09-07 Thread qiuchangyong qiuchangyong
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