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
  #7  
Old 06-11-2012, 03:39 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
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

das kann auch nicht so funzen bei dir

nimm mal das ganze rot markierte weg | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

und ersetze dieses hier

c:\progra~1\videolan\vlc\vlc -

Last edited by hasomaso : 06-11-2012 at 11:26 PM.
Reply With Quote
  #8  
Old 06-12-2012, 12:37 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


if you are not using one of my builds then it's not gonna work.
Reply With Quote
  #9  
Old 06-12-2012, 09:50 AM
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)


Quote:
Originally Posted by KSV View Post
if you are not using one of my builds then it's not gonna work.
I have download this sweet little file: https://github.com/downloads/svnpenn...8a8-svnpenn.7z

and tested every command posted in this thread. But the error remains the same: Read access denief for stream.

Maybe the results of these commands, with debug enabled could help (cause of length splitted in two posts):
Code:
DEBUG: swfUrl   : http://cdn.tsboard.tv/tvbox/playr.swf
DEBUG: pageUrl  : http://www.teamstream.to/showthread.php?5908
DEBUG: app      : tvbox
DEBUG: flashVer : WIN 11,2,202,235
DEBUG: live     : yes
DEBUG: timeout  : 30 sec
DEBUG: SWFSHA256:
DEBUG: 72 12 e7 36 57 74 92 8c e6 07 cd 76 68 0b e6 a5
DEBUG: d1 32 11 84 5d c0 b5 0b f8 00 2b 29 10 a2 be 67
DEBUG: SWFSize  : 202098
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 03
DEBUG: HandShake: Client digest offset: 53
DEBUG: HandShake: Initial client digest:
DEBUG: 4e fe 17 f1 92 d6 12 b0 ad 3e b5 fc 41 da 37 ed
DEBUG: 78 ac 7b 20 3b 80 a0 57 dd 53 8c bb 9b 40 67 24
DEBUG: HandShake: Type Answer   : 03
DEBUG: HandShake: Server Uptime : 1054083474
DEBUG: HandShake: FMS Version   : 3.5.4.1
DEBUG: HandShake: Calculated digest key from secure key and server digest:
DEBUG: 49 13 8f 3f 78 c5 e8 29 dd e1 45 9f d8 d0 dd 02
DEBUG: 0d 7e f1 52 1c 45 7d 0b fc 3a 12 6e d2 00 ce 49
DEBUG: HandShake: Client signature calculated:
DEBUG: db 62 47 ad 8b 99 df da 6a b2 7e 9d 59 ca 92 b3
DEBUG: 9b 86 0b 30 3a 94 95 86 32 8c 9b 7d b0 76 e4 8a
DEBUG: HandShake: Server sent signature:
DEBUG: f1 1f e5 75 ce a1 96 32 2b 52 7f 60 a1 bd 36 2e
DEBUG: 7d 2f 9e 31 fd 03 20 a4 f1 b6 92 51 f4 df 19 2a
DEBUG: HandShake: Digest key:
DEBUG: e5 49 5a a4 36 d1 53 42 be 11 51 ad b5 e7 79 1c
DEBUG: b3 22 4d 0e 23 37 41 87 7f ce 5f 65 32 ff e1 1b
DEBUG: HandShake: Signature calculated:
DEBUG: f1 1f e5 75 ce a1 96 32 2b 52 7f 60 a1 bd 36 2e
DEBUG: 7d 2f 9e 31 fd 03 20 a4 f1 b6 92 51 f4 df 19 2a
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG2: RTMP_SendPacket: fd=412, size=309
DEBUG2:   0000:  03 00 00 00 00 01 35 14  00 00 00 00               ......5.....

DEBUG2:   0000:  02 00 07 63 6f 6e 6e 65  63 74 00 3f f0 00 00 00   ...connect.?
....
DEBUG2:   0010:  00 00 00 03 00 03 61 70  70 02 00 05 74 76 62 6f   ......app...
tvbo
DEBUG2:   0020:  78 00 08 66 6c 61 73 68  56 65 72 02 00 10 57 49   x..flashVer.
..WI
DEBUG2:   0030:  4e 20 31 31 2c 32 2c 32  30 32 2c 32 33 35 00 06   N 11,2,202,2
35..
DEBUG2:   0040:  73 77 66 55 72 6c 02 00  25 68 74 74 70 3a 2f 2f   swfUrl..%htt
p://
DEBUG2:   0050:  63 64 6e 2e 74 73 62 6f  61 72 64 2e 74 76 2f 74   cdn.tsboard.
tv/t
DEBUG2:   0060:  76 62 6f 78 2f 70 6c 61  79 72 2e 73 77 66 00 05   vbox/playr.s
wf..
DEBUG2:   0070:  74 63 55 72 6c 02 00 1f  72 74 6d 70 3a 2f 2f 73   tcUrl...rtmp
://s
DEBUG2:   0000:  c3                                                 .

DEBUG2:   0000:  33 2e 74 73 62 6f 61 72  64 2e 74 76 3a 31 39 33   3.tsboard.tv
:193
DEBUG2:   0010:  36 2f 74 76 62 6f 78 00  04 66 70 61 64 01 00 00   6/tvbox..fpa
d...
DEBUG2:   0020:  0c 63 61 70 61 62 69 6c  69 74 69 65 73 00 40 2e   .capabilitie
s.@.
DEBUG2:   0030:  00 00 00 00 00 00 00 0b  61 75 64 69 6f 43 6f 64   ........audi
oCod
DEBUG2:   0040:  65 63 73 00 40 a8 ee 00  00 00 00 00 00 0b 76 69   ecs.@.......
..vi
DEBUG2:   0050:  64 65 6f 43 6f 64 65 63  73 00 40 6f 80 00 00 00   deoCodecs.@o
....
DEBUG2:   0060:  00 00 00 0d 76 69 64 65  6f 46 75 6e 63 74 69 6f   ....videoFun
ctio
DEBUG2:   0070:  6e 00 3f f0 00 00 00 00  00 00 00 07 70 61 67 65   n.?.........
page
DEBUG2:   0000:  c3                                                 .

DEBUG2:   0000:  55 72 6c 02 00 2c 68 74  74 70 3a 2f 2f 77 77 77   Url..,http:/
/www
DEBUG2:   0010:  2e 74 65 61 6d 73 74 72  65 61 6d 2e 74 6f 2f 73   .teamstream.
to/s
DEBUG2:   0020:  68 6f 77 74 68 72 65 61  64 2e 70 68 70 3f 35 39   howthread.ph
p?59
DEBUG2:   0030:  30 38 00 00 09                                     08...

DEBUG: Invoking connect
INFO: Connected...
DEBUG2: RTMP_ReadPacket: fd=412
DEBUG2:   0000:  02 00 00 00 00 00 04 05  00 00 00 00               ............

DEBUG2:   0000:  00 26 25 a0                                        .&%.

DEBUG: HandleServerBW: server BW = 2500000
DEBUG2: RTMP_ReadPacket: fd=412
DEBUG2:   0000:  02 00 00 00 00 00 05 06  00 00 00 00               ............

DEBUG2:   0000:  00 26 25 a0 02                                     .&%..

DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG2: RTMP_ReadPacket: fd=412
DEBUG2:   0000:  03 00 00 00 00 00 f0 14  00 00 00 00               ............

DEBUG2:   0000:  02 00 07 5f 72 65 73 75  6c 74 00 3f f0 00 00 00   ..._result.?
....
DEBUG2:   0010:  00 00 00 03 00 06 66 6d  73 56 65 72 02 00 0d 46   ......fmsVer
...F
DEBUG2:   0020:  4d 53 2f 33 2c 35 2c 34  2c 32 31 30 00 0c 63 61   MS/3,5,4,210
..ca
DEBUG2:   0030:  70 61 62 69 6c 69 74 69  65 73 00 40 5f c0 00 00   pabilities.@
_...
DEBUG2:   0040:  00 00 00 00 04 6d 6f 64  65 00 3f f0 00 00 00 00   .....mode.?.
....
DEBUG2:   0050:  00 00 00 00 09 03 00 05  6c 65 76 65 6c 02 00 06   ........leve
l...
DEBUG2:   0060:  73 74 61 74 75 73 00 04  63 6f 64 65 02 00 1d 4e   status..code
...N
DEBUG2:   0070:  65 74 43 6f 6e 6e 65 63  74 69 6f 6e 2e 43 6f 6e   etConnection
.Con
DEBUG2: RTMP_ReadPacket: fd=412
DEBUG2:   0000:  c3                                                 .

DEBUG2:   0000:  6e 65 63 74 2e 53 75 63  63 65 73 73 00 0b 64 65   nect.Success
..de
DEBUG2:   0010:  73 63 72 69 70 74 69 6f  6e 02 00 15 43 6f 6e 6e   scription...
Conn
DEBUG2:   0020:  65 63 74 69 6f 6e 20 73  75 63 63 65 65 64 65 64   ection succe
eded
DEBUG2:   0030:  2e 00 0e 6f 62 6a 65 63  74 45 6e 63 6f 64 69 6e   ...objectEnc
odin
DEBUG2:   0040:  67 00 00 00 00 00 00 00  00 00 00 04 64 61 74 61   g...........
data
DEBUG2:   0050:  08 00 00 00 00 00 07 76  65 72 73 69 6f 6e 02 00   .......versi
on..
DEBUG2:   0060:  09 33 2c 35 2c 34 2c 32  31 30 00 00 09 00 00 09   .3,5,4,210..
....
DEBUG: RTMP_ClientPacket, received: invoke 240 bytes
DEBUG: (object begin)
DEBUG: Property: <Name:           no-name., STRING:     _result>
DEBUG: Property: <Name:           no-name., NUMBER:     1.00>
DEBUG: Property: <Name:           no-name., OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:             fmsVer, STRING:     FMS/3,5,4,210>
DEBUG: Property: <Name:       capabilities, NUMBER:     127.00>
DEBUG: Property: <Name:               mode, NUMBER:     1.00>
DEBUG: (object end)
DEBUG: Property: <Name:           no-name., OBJECT>
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:     3,5,4,210>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <connect>
DEBUG2: RTMP_SendPacket: fd=412, size=4
DEBUG2:   0000:  02 00 00 00 00 00 04 05  00 00 00 00               ............
Reply With Quote
  #10  
Old 06-12-2012, 09:51 AM
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)


Code:
DEBUG2:   0000:  00 26 25 a0                                        .&%.

DEBUG: sending ctrl. type: 0x0003
DEBUG2: RTMP_SendPacket: fd=412, size=10
DEBUG2:   0000:  42 00 00 00 00 00 0a 04                            B.......

DEBUG2:   0000:  00 03 00 00 00 00 00 00  01 2c                     .........,
DEBUG2: RTMP_SendPacket: fd=412, size=25
DEBUG2:   0000:  43 00 00 00 00 00 19 14                            C.......

DEBUG2:   0000:  02 00 0c 63 72 65 61 74  65 53 74 72 65 61 6d 00   ...createStr
eam.
DEBUG2:   0010:  40 00 00 00 00 00 00 00  05                        @........

DEBUG: Invoking createStream
DEBUG: FCSubscribe: ard
DEBUG2: RTMP_SendPacket: fd=412, size=30
DEBUG2:   0000:  43 00 00 00 00 00 1e 14                            C.......

DEBUG2:   0000:  02 00 0b 46 43 53 75 62  73 63 72 69 62 65 00 40   ...FCSubscri
be.@
DEBUG2:   0010:  08 00 00 00 00 00 00 05  02 00 03 61 72 64         ...........a
rd
DEBUG: Invoking FCSubscribe
DEBUG2: RTMP_ReadPacket: fd=412
DEBUG2:   0000:  03 00 00 00 00 00 1d 14  00 00 00 00               ............

DEBUG2:   0000:  02 00 07 5f 72 65 73 75  6c 74 00 40 00 00 00 00   ..._result.@
....
DEBUG2:   0010:  00 00 00 05 00 3f f0 00  00 00 00 00 00            .....?......
.
DEBUG: RTMP_ClientPacket, received: invoke 29 bytes
DEBUG: (object begin)
DEBUG: Property: <Name:           no-name., STRING:     _result>
DEBUG: Property: <Name:           no-name., NUMBER:     2.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:           no-name., NUMBER:     1.00>
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <createStream>
DEBUG: SendPlay, seekTime=0, stopTime=0, sending play: ard
DEBUG2: RTMP_SendPacket: fd=412, size=32
DEBUG2:   0000:  08 00 00 00 00 00 20 14  01 00 00 00               ...... .....

DEBUG2:   0000:  02 00 04 70 6c 61 79 00  40 10 00 00 00 00 00 00   ...play.@...
....
DEBUG2:   0010:  05 02 00 03 61 72 64 00  c0 8f 40 00 00 00 00 00   ....ard...@.
....
DEBUG: Invoking play
DEBUG: sending ctrl. type: 0x0003
DEBUG2: RTMP_SendPacket: fd=412, size=10
DEBUG2:   0000:  c2                                                 .

DEBUG2:   0000:  00 03 00 00 00 01 02 25  51 00                     .......%Q.

DEBUG2: RTMP_ReadPacket: fd=412
DEBUG2:   0000:  03 00 00 00 00 00 77 14  00 00 00 00               ......w.....

DEBUG2:   0000:  02 00 06 5f 65 72 72 6f  72 00 40 08 00 00 00 00   ..._error.@.
....
DEBUG2:   0010:  00 00 05 03 00 05 6c 65  76 65 6c 02 00 05 65 72   ......level.
..er
DEBUG2:   0020:  72 6f 72 00 04 63 6f 64  65 02 00 19 4e 65 74 43   ror..code...
NetC
DEBUG2:   0030:  6f 6e 6e 65 63 74 69 6f  6e 2e 43 61 6c 6c 2e 46   onnection.Ca
ll.F
DEBUG2:   0040:  61 69 6c 65 64 00 0b 64  65 73 63 72 69 70 74 69   ailed..descr
ipti
DEBUG2:   0050:  6f 6e 02 00 1f 4d 65 74  68 6f 64 20 6e 6f 74 20   on...Method
not
DEBUG2:   0060:  66 6f 75 6e 64 20 28 46  43 53 75 62 73 63 72 69   found (FCSub
scri
DEBUG2:   0070:  62 65 29 2e 00 00 09                               be)....
DEBUG: RTMP_ClientPacket, received: invoke 119 bytes
DEBUG: (object begin)
DEBUG: Property: <Name:           no-name., STRING:     _error>
DEBUG: Property: <Name:           no-name., NUMBER:     3.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:           no-name., OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:              level, STRING:     error>
DEBUG: Property: <Name:               code, STRING:     NetConnection.Call.Faile
d>
DEBUG: Property: <Name:        description, STRING:     Method not found (FCSubs
cribe).>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG2: RTMP_ReadPacket: fd=412
DEBUG2:   0000:  04 00 00 00 00 00 8d 14  01 00 00 00               ............

DEBUG2:   0000:  02 00 08 6f 6e 53 74 61  74 75 73 00 40 10 00 00   ...onStatus.
@...
DEBUG2:   0010:  00 00 00 00 05 03 00 05  6c 65 76 65 6c 02 00 05   ........leve
l...
DEBUG2:   0020:  65 72 72 6f 72 00 04 63  6f 64 65 02 00 15 4e 65   error..code.
..Ne
DEBUG2:   0030:  74 53 74 72 65 61 6d 2e  50 6c 61 79 2e 46 61 69   tStream.Play
.Fai
DEBUG2:   0040:  6c 65 64 00 0b 64 65 73  63 72 69 70 74 69 6f 6e   led..descrip
tion
DEBUG2:   0050:  02 00 22 52 65 61 64 20  61 63 63 65 73 73 20 64   .."Read acce
ss d
DEBUG2:   0060:  65 6e 69 65 64 20 66 6f  72 20 73 74 72 65 61 6d   enied for st
ream
DEBUG2:   0070:  20 61 72 64 2e 00 08 63  6c 69 65 6e 74 69 64 02    ard...clien
tid.
DEBUG2: RTMP_ReadPacket: fd=412
DEBUG2:   0000:  c4                                                 .

DEBUG2:   0000:  00 08 74 74 77 49 38 6e  6e 68 00 00 09            ..ttwI8nnh..
.
DEBUG: RTMP_ClientPacket, received: invoke 141 bytes
DEBUG: (object begin)
DEBUG: Property: <Name:           no-name., STRING:     onStatus>
DEBUG: Property: <Name:           no-name., NUMBER:     4.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:           no-name., OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:              level, STRING:     error>
DEBUG: Property: <Name:               code, STRING:     NetStream.Play.Failed>
DEBUG: Property: <Name:        description, STRING:     Read access denied for s
tream ard.>
DEBUG: Property: <Name:           clientid, STRING:     ttwI8nnh>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Failed
ERROR: Closing connection: NetStream.Play.Failed
DEBUG: Closing connection.
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:46 PM.


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