View Single Post
  #4  
Old 05-18-2012, 11:01 AM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: Help playing streams using rtmpdump and vlc


Quote:
Originally Posted by avirex View Post
... But how do I make it play in VLC now?
Hi
It's a live stream, so it needs -v adding to the RTMPDump command.
Test it like this:-
Code:
rtmpdump -r "rtmp://majdg.pwlstation.com/live/majdgen/" -a "live/majdgen/" -f "WIN 11,1,102,62" -W "http://pwlstation.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf" -p"http://pwlstation.com/?p=59" -y "2_livestream" -v -o 2_livestream.flv
Then if that downloads OK, pipe it to VLC like you did before.

... -o - | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Reply With Quote