QT Alternative 1.95 doesn't work either.
I'm now trying VLC 0.8.6c to record the stream, with the command
Code:
"c:\program files\videolan\vlc\vlc.exe" rtsp://202.38.70.248/2003sjh/20031020_1.mov :sout=#transcode{acodec=mp3,ab=128,channels=2}:std{access=file,mux=avi,dst="c:\20031020_1.avi"}
But in most time, VLC first caches the entire stream in the memory (about 45 min, 600MB), and thus causes its huge memory usage. It doesn't wirte it to the file until I stop the recording. But it's not always the case. Sometimes, VLC can work properly with the same command, i.e. write the stream to the file continuously during the recording. But I can't summarise the rule, and whether it works properly seems like a random event.
I've also tried several other commands, and get the same results.
Code:
"c:\program files\videolan\vlc\vlc.exe" rtsp://202.38.70.248/2003sjh/20031020_1.mov :sout=#transcode{acodec=mp3,ab=128,channels=2}:std{access=file,mux=mp4,dst="c:\20031020_1.mp4"}
Code:
"c:\program files\videolan\vlc\vlc.exe" rtsp://202.38.70.248/2003sjh/20031020_1.mov :sout=#transcode{acodec=s16l}:std{access=file,mux=avi,dst="c:\20031020_1.avi"}
Is there any solution? Thank you.