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 media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 04-22-2011, 10: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
  #2  
Old 04-23-2011, 12:52 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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.
Reply With Quote
  #3  
Old 04-23-2011, 01:55 AM
Stream Recorder
 
Posts: n/a
Default

Re: NBA stream -> VLC / other.


How to watch RTMP/RTMPE/RTMPT streaming with vlc using rtmpdump?
Reply With Quote
  #4  
Old 04-26-2011, 08:07 PM
shlomikalfa shlomikalfa is offline
Junior Member
 
Join Date: Apr 2011
Posts: 5
shlomikalfa is on a distinguished road
Default

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
Reply With Quote
  #5  
Old 04-27-2011, 02:32 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Lightbulb

Re: NBA stream -> VLC / other.


Your channel url says that channel is blocked. post any working channel link to get any further help.
Reply With Quote
  #6  
Old 04-28-2011, 04:57 PM
shlomikalfa shlomikalfa is offline
Junior Member
 
Join Date: Apr 2011
Posts: 5
shlomikalfa is on a distinguished road
Default

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!!!
Reply With Quote
  #7  
Old 04-28-2011, 11:01 PM
Stream Recorder
 
Posts: n/a
Default

Re: NBA stream -> VLC / other.


Quote:
Originally Posted by shlomikalfa View Post
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.
Reply With Quote
  #8  
Old 05-01-2011, 03:17 PM
shlomikalfa shlomikalfa is offline
Junior Member
 
Join Date: Apr 2011
Posts: 5
shlomikalfa is on a distinguished road
Default

Re: NBA stream -> VLC / other.


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

Does that work ?!
Reply With Quote
  #9  
Old 05-02-2011, 11:28 PM
shlomikalfa shlomikalfa is offline
Junior Member
 
Join Date: Apr 2011
Posts: 5
shlomikalfa is on a distinguished road
Default

Re: NBA stream -> VLC / other.


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

Anyone ?!
Reply With Quote
  #10  
Old 05-03-2011, 01:13 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: NBA stream -> VLC / other.


Quote:
Originally Posted by shlomikalfa View Post
Http protocol.
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 07:57 AM.


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