View Single Post
  #3  
Old 09-15-2014, 01:27 PM
ollolollo ollolollo is offline
Junior Member
 
Join Date: Feb 2014
Posts: 2
ollolollo is on a distinguished road
Default

Re: Save a stream to file and simultaneously play it in VLC


Thank You.
That solves the problem.
I found out the following, which is also working:
Code:
rtmpdump -r "rtmp://mtvnyc.dyndns.tv/repeater/MayapurTV" -a "repeater/MayapurTV" -f "WIN 15,0,0,152" -W "http://mayapur.tv/Nrsimhadeva.swf" -p "http://mayapur.tv/" -y "MayapurTV" -o "MayapurTV.flv" | C:\Programme\VideoLAN\VLC\vlc.exe MayapurTV.flv
or
Code:
rtmpdump -r "rtmp://mtvnyc.dyndns.tv/repeater/MayapurTV" -a "repeater/MayapurTV" -f "WIN 15,0,0,152" -W "http://mayapur.tv/Nrsimhadeva.swf" -p "http://mayapur.tv/" -y "MayapurTV" -o "path_to_the_file\MayapurTV.flv" | C:\Programme\VideoLAN\VLC\vlc.exe path_to_the_file\MayapurTV.flv
where "path_to_the_file" has to be replaced by the real path. Sometimes VLC is playing the stream, but often I have to press the play button first to start the stream playing. I don't know how to achieve, that VLC plays the stream everytime then the command is entered, without the need for klicking the play button.
Reply With Quote