View Single Post
  #3  
Old 06-29-2011, 09:21 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: How to watch RTMP/RTMPE streaming in MPlayer using rtmpdump


Quote:
Originally Posted by kcmule View Post
thanks, i certainly have tried other programs too! are you sure about the -cache?

smplayer seems to be choking on that (and doesn't work with it removed either)
Sorry i forgot to add "-" without the quotes at the end of -cache 8192
Code:
rtmpdump -r "rtmp://npsaflivefs.fplive.net:1935/npsaflive-live/" -a "npsaflive-live/" -f "WIN 10,3,181,14" -W "http://media-player.cdn.level3.net/flash/v1_1_1/Level3MediaPlayer.swf" -p "http://www.windowsintowonderland.org/live/live3.htm" --live -y "stream50" | C:\Program Files\SMPlayer\MPlayer\mplayer.exe -cache 8192 -
Reply With Quote