View Single Post
  #1  
Old 09-15-2014, 05:25 AM
ollolollo ollolollo is offline
Junior Member
 
Join Date: Feb 2014
Posts: 2
ollolollo is on a distinguished road
Default

Save a stream to file and simultaneously play it in VLC


Hello,
I don't know if the following command should work, but it doesn't as required.
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
I want to play the livestream with VLC player and simultaneously save it to a file. The stream will saved correctly, VLC starts but doesn't play the stream.
Reply With Quote