Hello everyone,
I'm looking for the best way to save the MMS stream of a TV program, which 1) often has general connection problems (when watching it using VLC the playback sometimes gets interrupted or the vision gets blurry for a few seconds) - I guess this could be solved by caching. However, 2) sometimes the connection gets reset completely. So I need a solution, which provides a caching option and which automatically reconnects and writes to the same output file when the connection gets reset.
Basically I know a few tools one can use for recording MMS streams: mimms, mencoder, mplayer, (command line) VLC and ffmpeg.
Having used
worked, until the "connection got reset by peer" after a few hours.Code:mplayer -dumpstream -dumpfile file.asf mms://xxx.xxx
Does someone know how one could make mplayer make reconnect automatically when the connection gets reset?
Then I also tried using command line VLC, hoping that specifying the "--repeat" parameter would work:
... but this didn't work at all and only produced an output file having the size of a few hundred kb which couldn't be opened. (Maybe caused by wrong demuxer options?)Code:clvc mms://xxx.xxx --repeat --network-caching=1500 --sout=file/avi:"tvstream$(date +%F).avi"
I would really appreciate any suggestions or ideas on how to solve this.
Thanks in advance
lunixc128
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
VLC stops 2 minutes into (mms vid) stream capture - how to get whole file?
By dig4guano in forum Video Streaming DownloadingReplies: 6Last Post: 17th Jul 2015, 19:14 -
Save mms wmv as an mp3
By AshleyQuick in forum Video Streaming DownloadingReplies: 3Last Post: 13th Apr 2015, 19:03 -
MeGUI - no option to save as MP4
By wkrick in forum Video ConversionReplies: 5Last Post: 22nd Feb 2015, 17:46 -
Need help downloading mms wmv stream
By CaNANDian in forum Video Streaming DownloadingReplies: 1Last Post: 21st Apr 2013, 23:04 -
How to record streaming WMV/ASF/MMS-links using VLC Media Player
By Baldrick in forum User guidesReplies: 58Last Post: 27th Jul 2012, 10:10