Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

NBA stream -> VLC / other.

(http://stream-recorder.com/forum/showthread.php?t=8863)

shlomikalfa 04-22-2011 09:03 PM

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 ?!

KSV 04-22-2011 11:52 PM

Re: NBA stream -> VLC / other.


 
Your streams are offline now but the correct command should be
Code:

rtmpdump.exe -r "rtmp://68.68.29.10:1935/live/_definst_/mnbbmnmnmnbnbmmnb" --live --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
replace the rtmp url with working one and also make sure that your vlc.exe path is correct.

Stream Recorder 04-23-2011 12:55 AM

Re: NBA stream -> VLC / other.


 
How to watch RTMP/RTMPE/RTMPT streaming with vlc using rtmpdump?

shlomikalfa 04-26-2011 07:07 PM

Re: NBA stream -> VLC / other.


 
Hi,

Thanks for replies and the help but it's still not working...

Stream:
Code:

http://castamp.com/channel/extreme3myp2p1
Ran:
Code:

rtmpdump.exe -r "rtmp://68.68.29.10:1935/live/_definst_/extreme3myp2p1" --live --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
It's just launching VLC and nothing is played...

Output:
Code:

E:\rtmpdump>rtmpdump.exe -r "rtmp://68.68.29.10:1935/live/_definst_/extreme3myp2
p1" --live -v | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header


KSV 04-27-2011 01:32 AM

Re: NBA stream -> VLC / other.


 
Your channel url says that channel is blocked. post any working channel link to get any further help.

shlomikalfa 04-28-2011 03:57 PM

Re: NBA stream -> VLC / other.


 
Well... it's a bit of an issue since you're never online when the stream is online... but I'll try putting the details here again once it gets online.

BTW - I just saw the thread for programs that does that automatically and downloaded "Replay Media Catcher 4" it seems like it's working just fine downloading the stream... how come I can't get it to play in VLC ?! GRRR!!!

Stream Recorder 04-28-2011 10:01 PM

Re: NBA stream -> VLC / other.


 
Quote:

Originally Posted by shlomikalfa (Post 28181)
BTW - I just saw the thread for programs that does that automatically and downloaded "Replay Media Catcher 4" it seems like it's working just fine downloading the stream... how come I can't get it to play in VLC ?! GRRR!!!

Try to play it with VLC while it is beeing recorded with Replay Media Catcher 4.

shlomikalfa 05-01-2011 02:17 PM

Re: NBA stream -> VLC / other.


 
Here is another stream...
http://www.mips.tv/channel.php?u=56041

Does that work ?!

shlomikalfa 05-02-2011 10:28 PM

Re: NBA stream -> VLC / other.


 
here's another one...
http://veetle.com/index.php/widget#E...A77C/true/16:9

Anyone ?!

chap 05-03-2011 12:13 AM

Re: NBA stream -> VLC / other.


 
Quote:

Originally Posted by shlomikalfa (Post 28517)

Http protocol.


All times are GMT -6. The time now is 06:32 AM.