View Single Post
  #5  
Old 05-18-2012, 11:45 AM
avirex avirex is offline
Junior Member
 
Join Date: Mar 2012
Posts: 24
avirex is on a distinguished road
Default

Re: Help playing streams using rtmpdump and vlc


Quote:
Originally Posted by bat999 View Post
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" -
Worked perfectly! Thank you!
Reply With Quote