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 > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 06-10-2012, 10:37 AM
zubaser zubaser is offline
Junior Member
 
Join Date: Jun 2012
Posts: 7
zubaser is on a distinguished road
Default

Read access denied for stream (Teamstream.to)


Hello Ladys and Gentleman,

i'd like du dump a stream provided by the site teamstream.to.

But everytime i'm try to dump this stream, i get the "Read access denied for stream" error. Could sbd. help?

Here some text out of WireShark:
Code:
l.f.BB_sN...q.a..,9.EJ1...C.._.]aPL~..RT.Q.UX+.#F.PC`,.......
K0...2%.._...9..+(....U.}0..[.....D........Z}.".+.iR.....u.....oh-...&........+..V..)....."....z.f...z...`.u*.Sa..9-.n5/.o8.4
...|D..).......<E]?g.0.>S....-..b.....f.R....R........#....svYU6G.|...5;0... ....'.l..>A.m
.......H.....\...=.............N4."......k...s..wy..3.T.s..).s.......u.$..y<.c.w..>..T.u.~&....H.4.....po."P4..%...D1......I.+.#....S+2.)[...
.;..w^.5.\. .?.7T.)%...C.......M.9...W23..l.E...u....L....D?<Q.:Lv.S..x.7.&.t*.5.C=R[.2[.*......VA....uZ......LH.~..v.........S...FV
..Kl.;.L.qF.S||E...m.....B..l..~K..y&.;@.....|..k#...#.LWYU..m...3..+~.u.oy..r..LOt.%..]..8J.....%rD......Wv..........( *............gxo.h.R...|F].m......)?.k!mT.l.1.....b...y....H........H...z.|........N........connect.?..........app...tvbox..flashVer...WIN 11,2,202,235..swfUrl..%http://cdn.tsboard.tv/tvbox/playr.sw...videoCodecs.@o.......
videoFunction.?.........page.Url..,http://www.teamstream.to/showthread............fmsVer..
FMS/3,5,4,210..capabilities.@_........mode.?.............level...status..code...NetConnection.Con.nect.Success..description...Connection succeeded...objectEncoding...........data.......version...3,5,4,210......._...........&%................r..........B.....
...........C..........createStream.@........C....."....getStreamLength.@...........ard..............._result.@.........?......................_result.@................................play.............ard............................................................onStatus.............level...status..code...NetStream.Play.Reset..description...Playing and resetting ard...details...ard..clientid...JzxQ0bgd..................onStatus.............level...status..code...NetStream.Play.Start..description...Started playing ard...details...ard..clientid...JzxQ0bgd.................................. ...................|RtmpSampleAccess..........".......
onMetaData.......duration...........width.@.........height.@r.......
videodatarate...........framerate.@.@.......videocodecid.@........
audiodatarate...........audiosamplerate.@.........audiosamplesize.@0........stereo....audiocodecid.@$........encoder..
Lavf53.6.0..filesize..................7...........B.....#gB...T..-..@.....0.8..0......c..$M@...h.5 ............................................... ................W......n..........(..m.e...)P.}..6`.xX...p..........@_.K2d.j....m..c@...X..,....8....z.lA7.a).~.lF..G.HD...\f..*g.'1.^.W..,}......y...W.......q.y7...(.
.....W"Pa.4.......

And here the stuff i'm tryin:
Code:
rtmpdump.exe -r "rtmp://s3.tsboard.tv:1936/tvbox" -a "tvbox" -f "WIN 11,2,202,235" -s "http://cdn.tsboard.tv/tvbox/playr.swf" -t "rtmp://s3.tsboard.tv:1936/tvbox" -p "http://www.teamstream.to/showthread.php?5908" -y "ard" --debug
What did i miss?

thx,
Zubaser

Last edited by KSV : 06-12-2012 at 06:07 AM. Reason: use code tags
Reply With Quote
  #2  
Old 06-10-2012, 03:14 PM
zubaser zubaser is offline
Junior Member
 
Join Date: Jun 2012
Posts: 7
zubaser is on a distinguished road
Default

Re: Read access denied for stream (Teamstream.to)


First, i'm gratefull because of your help.

I tested this one:

Code:
rtmpdump.exe -r "rtmp://s3.tsboard.tv:1936/tvbox" -a "tvbox" -f "WIN 11,2,202,235" -W "http://cdn.tsboard.tv/tvbox/playr.swf" -p "http://www.teamstream.to/showthread.php?5908" --live -y "ard" -o "ard.flv" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
but it comes out with the same error.

Another question, if granted: If I have a mediaplayer like VLC, is it possible to feed this with just one link and the result would be the same in comparison to rtmpdump?

Last edited by KSV : 06-12-2012 at 06:10 AM. Reason: use code tags
Reply With Quote
  #3  
Old 06-11-2012, 03:41 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: Read access denied for stream (Teamstream.to)


it's working with rtmpdump try this
Code:
rtmpdump.exe -r "rtmp://s3.tsboard.tv:1936/tvbox" -a "tvbox" -f "WIN 11,2,202,235" -W "http://cdn.tsboard.tv/tvbox/playr.swf" -p "http://www.teamstream.to/showthread.php?5908" --live -y "ard" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
i removed -o command because it is for downloading stream with rtmpdump
Reply With Quote
  #4  
Old 06-11-2012, 02:28 PM
zubaser zubaser is offline
Junior Member
 
Join Date: Jun 2012
Posts: 7
zubaser is on a distinguished road
Default

Re: Read access denied for stream (Teamstream.to)


I don't get it. If I copy and paste your command, i get the following result:

Code:
rtmpdump.exe -r "rtmp://s3.tsboard.tv:1936/tvbox" -a "tvbox" -f "WIN 11,2,202,235" -W "http://cdn.tsboard.tv/tvbox/playr.swf" -p "http://www.teamstream.to/showthread.php?5908" --live -y "ard" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

--------------
INFO: Connected...
ERROR: rtmp server sent error
ERROR: Closing connection: NetStream.Play.Failed
and in debug mode, the error remains the same like I already mentioned before.

Last edited by KSV : 06-12-2012 at 06:11 AM. Reason: use code tags
Reply With Quote
  #5  
Old 06-11-2012, 02:44 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Read access denied for stream (Teamstream.to)


Quote:
Originally Posted by zubaser View Post
I don't get it. If I copy and paste your command, i get the following result:

rtmpdump.exe -r "rtmp://s3.tsboard.tv:1936/tvbox" -a "tvbox" -f "WIN 11,2,202,235" -W "http://cdn.tsboard.tv/tvbox/playr.swf" -p "http://www.teamstream.to/showthread.php?5908" --live -y "ard" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

--------------
INFO: Connected...
ERROR: rtmp server sent error
ERROR: Closing connection: NetStream.Play.Failed

and in debug mode, the error remains the same like I already mentioned before.

hallo,

läuft wunderbar hab es grad getestet


Reply With Quote
  #6  
Old 06-11-2012, 03:11 PM
zubaser zubaser is offline
Junior Member
 
Join Date: Jun 2012
Posts: 7
zubaser is on a distinguished road
Default

Re: Read access denied for stream (Teamstream.to)


hi,

ich glaub es dir, aber es funktioniert bei mir tatsächlich nach wie vor nicht. Und ich hab dein Command 1zu1 abgeschrieben, abgesehen vom vlc path
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 10:26 PM.


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