Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming audio and video online. Audio and video downloads. > Playing online streaming in media players
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #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
  #2  
Old 06-28-2011, 06:58 PM
kcmule kcmule is offline
Junior Member
 
Join Date: Jun 2011
Posts: 6
kcmule is on a distinguished road
Default

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


Quote:
Originally Posted by evol View Post
Ive found this quite common with some live streams with VLC they take quite a lot of time load/buffer/play. But i see from you screenshot you also have SMPlayer which is a frontend GUI of Mplayer so pipe it out to mplayer.

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 -
Sorry if thats the wrong location for SMPlayer.
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)


Reply With Quote
  #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
  #4  
Old 06-29-2011, 12:28 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

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


kcmule
everything is easier, paste this link in SMPlayer and be able to watch.
Code:
rtmp://npsaflivefs.fplive.net:1935/npsaflive-live/stream50
Reply With Quote
  #5  
Old 06-30-2011, 11:00 PM
kcmule kcmule is offline
Junior Member
 
Join Date: Jun 2011
Posts: 6
kcmule is on a distinguished road
Default

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


Thanks chap! You have certainly got me closer than I was before because I can now see the stream in mplayer!! but ever so frustratingly the player consistently crashes about 4:50 into the stream. I get this error every time:

Reply With Quote
  #6  
Old 07-13-2011, 12:00 AM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

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


You realize of course that you can build mplayer with librtmp directly supported, so you don't even need rtmpdump. Just give an rtmp URL to mplayer...
Reply With Quote
  #7  
Old 07-13-2011, 12:11 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


Latest official builds of MPlayer include librtmp support for rtmp streams.
Reply With Quote
  #8  
Old 07-13-2011, 04:21 AM
Stream Recorder
 
Posts: n/a
Default

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


If I take the RTMPexplorer output and replace "rtmpdump" with "mplayer", will it work?
Reply With Quote
  #9  
Old 07-13-2011, 05:26 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


no. command format for MPlayer is little different. however with little modification to code it can be done easily.
Reply With Quote
  #10  
Old 07-26-2011, 07:27 PM
kcmule kcmule is offline
Junior Member
 
Join Date: Jun 2011
Posts: 6
kcmule is on a distinguished road
Default

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


Quote:
Originally Posted by hyc View Post
You realize of course that you can build mplayer with librtmp directly supported, so you don't even need rtmpdump. Just give an rtmp URL to mplayer...
I guess I need some help with this part. I'm not sure how to build anything.. really just happened upon this web site from a google search.
In the meantime I've been playing around with ffplay/ffmpeg, which also sound like they should work, but still hitting a wall so far. My lack of experience with command-line programs probably isn't helping much.
Reply With Quote
Reply Post New Thread
Tags: , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:01 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons