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- Download and install SMPlayer
- Try to use RTMPexplorer to find the parameters.
- Then replace
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.