View Single Post
  #1  
Old 04-22-2011, 09:03 PM
shlomikalfa shlomikalfa is offline
Junior Member
 
Join Date: Apr 2011
Posts: 5
shlomikalfa is on a distinguished road
Default

NBA stream -> VLC / other.


Hi,

I'm new to all this rtmpdump thing and need some help please.

I'd like to watch a streaming rtmp of the NBA broadcasts on VLC or mediaplayer classic since my browser seems to be too slow!

I'm trying to watch the stream from:
Code:
http://castamp.com/channel/mnbbmnmnmnbnbmmnb
or:
Code:
http://ibroadcaster.blogspot.com/
I've used URL Snooper to get the URL:
Code:
rtmp://68.68.29.10:1935/live/_definst_/mnbbmnmnmnbnbmmnb
I've tried to run the cmd:
Code:
rtmpdump.exe -r rtmp://68.68.29.10:1935/live/_definst_/mnbbmnmnmnbnb
mmnb -V --live v | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
And I get:
Code:
(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 : 68.68.29.10
DEBUG: Port     : 1935
DEBUG: Playpath : mnbbmnmnmnbnbmmnb
DEBUG: tcUrl    : rtmp://68.68.29.10:1935/live/_definst_
DEBUG: app      : live/_definst_
DEBUG: live     : yes
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 : 96850052
DEBUG: HandShake: FMS Version   : 3.0.1.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: HandleCtrl, received ctrl. type: 0, len: 6
DEBUG: HandleCtrl, Stream Begin 0
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: RTMP_ClientPacket, received: invoke 259 bytes
DEBUG: (object begin)
DEBUG: (object begin)
DEBUG: Property: <Name:             fmsVer, STRING:     FMS/3,5,4,210>
DEBUG: Property: <Name:       capabilities, NUMBER:     31.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:               data, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:            version, STRING:     3,5,4,210>
DEBUG: (object end)
DEBUG: Property: <Name:           clientid, NUMBER:     1025677066.00>
DEBUG: Property: <Name:     objectEncoding, NUMBER:     0.00>
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: FCSubscribe: mnbbmnmnmnbnbmmnb
DEBUG: Invoking FCSubscribe
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: mnbbmnmnmnbnbmmnb
DEBUG: Invoking play
DEBUG: sending ctrl. type: 0x0003
DEBUG: Invoking deleteStream
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
DEBUG: Closing connection.
Any chance for some help there ?!
Reply With Quote