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

Help playing streams using rtmpdump and vlc


Hello. I'm trying to play this stream on my computer using VLC:

http://www.almajdtv.tv/code_live.html

Here is what I have for the rtmpdump command:

Code:
rtmpdump -r "rtmp://majdg.pwlstation.com/live/majdgen/2_livestream.flv" -a "live/majdgen/2_livestream.flv" -s "http://31.207.1.58/jwplayer/player.swf " -p "http://www.almajdtv.tv/code_live.html" -t "rtmp://majdg.pwlstation.com/live/majdgen/2_livestream.flv" -y "2_livestream.flv" |  "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Verbose output from rtmpdump:

Code:
C:\RTMPDUMP>rtmpdump -r "rtmp://majdg.pwlstation.com/live/majdgen/2_livestream.f
lv" -a "live/majdgen/2_livestream.flv" -s "http://31.207.1.58/jwplayer/player.sw
f " -p "http://www.almajdtv.tv/code_live.html" -t "rtmp://majdg.pwlstation.com/l
ive/majdgen/2_livestream.flv" -y "2_livestream.flv" -V |  "C:\Program Files (x86
)\VideoLAN\VLC\vlc.exe" -
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
DEBUG: Protocol : RTMP
DEBUG: Hostname : majdg.pwlstation.com
DEBUG: Port     : 1935
DEBUG: Playpath : 2_livestream.flv
DEBUG: tcUrl    : rtmp://majdg.pwlstation.com/live/majdgen/2_livestream.flv
DEBUG: swfUrl   : http://31.207.1.58/jwplayer/player.swf
DEBUG: pageUrl  : http://www.almajdtv.tv/code_live.html
DEBUG: app      : live/majdgen/2_livestream.flv
DEBUG: live     : no
DEBUG: timeout  : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Type Answer   : 03
DEBUG: HandShake: Server Uptime : 348130743
DEBUG: HandShake: FMS Version   : 4.5.0.1
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: RTMP_ClientPacket, received: invoke 240 bytes
DEBUG: (object begin)
DEBUG: (object begin)
DEBUG: Property: <Name:             fmsVer, STRING:     FMS/4,5,0,297>
DEBUG: Property: <Name:       capabilities, NUMBER:     255.00>
DEBUG: Property: <Name:               mode, NUMBER:     1.00>
DEBUG: (object end)
DEBUG: (object begin)
DEBUG: Property: <Name:              level, STRING:     status>
DEBUG: Property: <Name:               code, STRING:     NetConnection.Connect.Su
ccess>
DEBUG: Property: <Name:        description, STRING:     Connection succeeded.>
DEBUG: Property: <Name:     objectEncoding, NUMBER:     0.00>
DEBUG: Property: <Name:               data, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:            version, STRING:     4,5,0,297>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <connect>
DEBUG: sending ctrl. type: 0x0003
DEBUG: Invoking createStream
DEBUG: RTMP_ClientPacket, received: invoke 21 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onBWDone>
DEBUG: Invoking _checkbw
DEBUG: RTMP_ClientPacket, received: invoke 29 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <createStream>
DEBUG: SendPlay, seekTime=0, stopTime=0, sending play: 2_livestream.flv
DEBUG: Invoking play
DEBUG: sending ctrl. type: 0x0003
DEBUG: RTMP_ClientPacket, received: invoke 16419 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_onbwcheck>
DEBUG: Invoking _result
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: RTMP_ClientPacket, received: invoke 193 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name:              level, STRING:     error>
DEBUG: Property: <Name:               code, STRING:     NetStream.Play.StreamNot
Found>
DEBUG: Property: <Name:        description, STRING:     Failed to play 2_livestr
eam.flv; stream not found.>
DEBUG: Property: <Name:            details, STRING:     2_livestream.flv>
DEBUG: Property: <Name:           clientid, STRING:     rAAXAYBA>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.StreamNotFound
ERROR: Closing connection: NetStream.Play.StreamNotFound
DEBUG: Closing connection.
Can anyone help figure out why its not working? Do they have some type of protection?

Last edited by avirex : 05-18-2012 at 09:55 AM. Reason: added verbose output
Reply With Quote