I'm looking for the best way to save the MMS stream of a TV program (using Linux as my the OS for my computer), which 1) often has general connection problems (when watching it using the VLC frontend its playback sometimes gets interrupted or the vision gets blurry for a few seconds) - It seems that this problem got solved by the "--network-caching=1500" parameter I specified.
However, 2) sometimes the connection gets reset completely. So I need a solution, which provides a caching option and which automatically reconnects in order to write to the same output file when the connection drops.
This is the command which I use so far:
Code: Select all
clvc mms://xxx.xxx --no-repeat --network-caching=1500 --sout=file/avi:"tvstream$(date +%F).avi"
Kinds regards and thanks in advance
lunixc128