View Single Post
  #1  
Old 04-15-2011, 12:43 AM
Stream Recorder
 
Posts: n/a
Default

How to watch RTMP/RTMPE streaming in MPlayer using rtmpdump


You can use the following command to watch an RTMP stream with MPlayer

Code:
c:\Program Files (x86)\Applian Technologies\Replay Media Catcher 4>rtmpdump.exe
-r rtmp://188.165.205.104/technosmart/techno10! --quiet | "C:\Program Files (x86
)\SMplayer\mplayer\mplayer.exe" -cache 8192 -



How to watch RTMP/RTMPE streaming in MPlayer using rtmpdump
  1. Download and install SMPlayer
  2. Try to use RTMPexplorer to find the parameters.
  3. Then replace
    Code:
    -o "filename"
    with
    Code:
    --quiet | "C:\Program Files\SMplayer\mplayer\mplayer.exe" -cache 8192 -
    or
    Code:
    --quiet | "C:\Program Files (x86)\SMplayer\mplayer\mplayer.exe" -cache 8192 -
    mplayer.exe can reside in some other folder depending on where you install it.
Reply With Quote