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-20-2014, 01:36 AM
DBon3 DBon3 is offline
Junior Member
 
Join Date: Jun 2014
Posts: 6
DBon3 is on a distinguished road
Smile

BBCONE HD Help


Hello its my first time here and i experiencing a problem i am dumping BBCONE HD from Filmon however i received this error NetStream.Failed
Code:
"rtmpdump -v -r "rtmp://fml.BC83.systemcdn.net/20BC83/tv//mp4:14.high.stream.mp4?6fb0914a89a1db80524b1cf2e0eec54abc6c826f6b187e58f0df3a3a827d4c148845b65a598c3842f0419ace5e7b5f975ea0e86ad3924946c4cfef045b883eb45d531bfe0cddd1ca64e9" -y "mp4:14.high.stream.mp4" -f "WIN 13,0,0,214" -W "/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=55" -o "14.high.stream.mp4" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -"
The above rtmpdump is from bbcone raw text channel
http://www.filmon.com/tv/channel/info/14

Someone do help me with this problem thanks
Reply With Quote
  #2  
Old 06-20-2014, 05:43 AM
sweeterpanda sweeterpanda is offline
Junior Member
 
Join Date: Jun 2014
Posts: 16
sweeterpanda is on a distinguished road
Default

Re: BBCONE HD Help


works perfectly with rtmpdump 2.4
Reply With Quote
  #3  
Old 06-20-2014, 05:45 AM
sweeterpanda sweeterpanda is offline
Junior Member
 
Join Date: Jun 2014
Posts: 16
sweeterpanda is on a distinguished road
Default

Re: BBCONE HD Help


Code:
rtmpdump -z -r "rtmp://fml.BC83.systemcdn.net/20BC83/tv/" -a "20BC83/tv/" -f "WIN 13,0,0,214" -W "http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf" -p "http://www.filmon.com/tv/channel/14" -C O:1 -C O:0 -y "mp4:14.low.stream.mp4?6fb0914a89a1db80524b1cf2e2eec54a0c6663e8dc63b677264d0cbaa18f9259f6b782433eb98876e6da35e6e8cbd5750273533db1bc5b29acea570d5bbb4a698482aba117a8343e0490d081" | "VLC-PATH" -
check your code -O + VLc !!
Reply With Quote
  #4  
Old 06-20-2014, 07:04 AM
sandy187 sandy187 is offline
Junior Member
 
Join Date: Jan 2013
Location: Caribbean
Posts: 16
sandy187 is on a distinguished road
Default

Re: BBCONE HD Help


Quote:
Originally Posted by DBon3 View Post
Hello its my first time here and i experiencing a problem i am dumping BBCONE HD from Filmon however i received this error NetStream.Failed
Code:
"rtmpdump -v -r "rtmp://fml.BC83.systemcdn.net/20BC83/tv//mp4:14.high.stream.mp4?6fb0914a89a1db80524b1cf2e0eec54abc6c826f6b187e58f0df3a3a827d4c148845b65a598c3842f0419ace5e7b5f975ea0e86ad3924946c4cfef045b883eb45d531bfe0cddd1ca64e9" -y "mp4:14.high.stream.mp4" -f "WIN 13,0,0,214" -W "/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=55" -o "14.high.stream.mp4" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -"
The above rtmpdump is from bbcone raw text channel
http://www.filmon.com/tv/channel/info/14

Someone do help me with this problem thanks
sweeterpanda has posted the correct rtmpdump code, but I will show you where you went wrong.

adding: -y "mp4:14.high.stream.mp4" causes rtmpdump to ignore the playpath in the rtmp address here: "rtmp://fml.BC83.systemcdn.net/20BC83/tv//mp4:14.high.stream.mp4?6fb0914a89a1db80524b1cf2e0e ec54abc6c826f6b187e58f0df3a3a827d4c148845b65a598c3 842f0419ace5e7b5f975ea0e86ad3924946c4cfef045b883eb 45d531bfe0cddd1ca64e9"

it should be this -y "mp4:14.high.stream.mp4?6fb0914a89a1db80524b1cf2e0 eec54abc6c826f6b187e58f0df3a3a827d4c148845b65a598c 3842f0419ace5e7b5f975ea0e86ad3924946c4cfef045b883e b45d531bfe0cddd1ca64e9"

also very important this string becomes invalid after a minute or two ?6fb0914a89a1db80524b1cf2e0eec54abc6c826f6b187e58f 0df3a3a827d4c148845b65a598c3842f0419ace5e7b5f975ea 0e86ad3924946c4cfef045b883eb45d531bfe0cddd1ca64e9, so you need a new one every time you start the stream.
Reply With Quote
  #5  
Old 06-20-2014, 11:02 AM
DBon3 DBon3 is offline
Junior Member
 
Join Date: Jun 2014
Posts: 6
DBon3 is on a distinguished road
Default

Re: BBCONE HD Help


Thank you all for your help, however i still have enquiry what does the parameter -z and -C O:1 -C O:0 does could someone kindly explain to me? And how it apply help?
@sandy are there any parameter to automatic reload the string?
Anyway thanks both of you for answer this thread
Reply With Quote
  #6  
Old 06-20-2014, 11:36 AM
sweeterpanda sweeterpanda is offline
Junior Member
 
Join Date: Jun 2014
Posts: 16
sweeterpanda is on a distinguished road
Default

Re: BBCONE HD Help


-z is for the debug
Reply With Quote
  #7  
Old 06-20-2014, 12:09 PM
DBon3 DBon3 is offline
Junior Member
 
Join Date: Jun 2014
Posts: 6
DBon3 is on a distinguished road
Default

Re: BBCONE HD Help


I am facing this problem at the moment
Reply With Quote
  #8  
Old 06-20-2014, 12:11 PM
DBon3 DBon3 is offline
Junior Member
 
Join Date: Jun 2014
Posts: 6
DBon3 is on a distinguished road
Default

Re: BBCONE HD Help


Code:
e7d5830814f7cda4a76a7564cbb3
DEBUG: tcUrl    : rtmp://fml.BC83.systemcdn.net:1935/20BC83/tv/
DEBUG: swfUrl   : http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmo
n/FilmonPlayer.swf
DEBUG: pageUrl  : http://www.filmon.com/tv/channel/14
DEBUG: app      : 20BC83/tv/
DEBUG: flashVer : WIN 13,0,0,214
DEBUG: live     : no
DEBUG: timeout  : 30 sec
DEBUG: SWFSHA256:
DEBUG: 62 b2 19 9b 08 49 a1 7e 4e fe a6 29 c9 1a 23 32
DEBUG: 8c 82 a3 9b d9 1a 0d 7c 7a e6 c1 65 eb b5 97 d9
DEBUG: SWFSize  : 850441
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 03
DEBUG: HandShake: Client digest offset: 160
DEBUG: HandShake: Initial client digest:
DEBUG: 46 aa ee d2 2d f8 ab 82 de 15 5d 6a 30 d9 54 a4
DEBUG: 57 ab 10 39 ac a9 47 51 60 28 d6 4f 29 9a d3 fe
DEBUG: HandShake: Type Answer   : 03
DEBUG: HandShake: Server Uptime : 2028077660
DEBUG: HandShake: FMS Version   : 4.5.6.1
DEBUG: HandShake: Calculated digest key from secure key and server digest:
DEBUG: 06 f6 37 07 fa 80 1d 44 93 47 74 a9 9a 7c 61 08
DEBUG: 1f 81 9e 98 e1 3a b8 1f 85 40 18 92 b6 ca 54 b2
DEBUG: HandShake: Client signature calculated:
DEBUG: 84 e1 ef fa 29 9c 13 fd a5 0a 9f a4 c4 cb 9b 6e
DEBUG: 50 4c a1 a1 4b c6 9c a8 1d c7 e1 2a 0a 94 c4 cf
DEBUG: HandShake: Server sent signature:
DEBUG: ea 2c cd b0 6a 95 20 b2 53 8c 60 86 30 b7 af 6e
DEBUG: b7 f0 42 a4 63 0b 87 57 89 fa b8 42 ab 06 9a ab
DEBUG: HandShake: Digest key:
DEBUG: 60 38 b9 61 28 9c 8c 95 83 67 7d 97 77 99 d8 8f
DEBUG: d5 88 49 21 81 63 17 e7 d5 4f 51 d8 44 01 af 62
DEBUG: HandShake: Signature calculated:
DEBUG: ea 2c cd b0 6a 95 20 b2 53 8c 60 86 30 b7 af 6e
DEBUG: b7 f0 42 a4 63 0b 87 57 89 fa b8 42 ab 06 9a ab
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG2: RTMP_SendPacket: fd=428, size=389
DEBUG2:   0000:  03 00 00 00 00 01 85 14  00 00 00 00               ............

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 0a 32 30 42 43   ......app...
20BC
DEBUG2:   0020:  38 33 2f 74 76 2f 00 08  66 6c 61 73 68 56 65 72   83/tv/..flas
hVer
DEBUG2:   0030:  02 00 0e 57 49 4e 20 31  33 2c 30 2c 30 2c 32 31   ...WIN 13,0,
0,21
DEBUG2:   0040:  34 00 06 73 77 66 55 72  6c 02 00 50 68 74 74 70   4..swfUrl..P
http
DEBUG2:   0050:  3a 2f 2f 77 77 77 2e 66  69 6c 6d 6f 6e 2e 63 6f   ://www.filmo
n.co
DEBUG2:   0060:  6d 2f 74 76 2f 6d 6f 64  75 6c 65 73 2f 46 69 6c   m/tv/modules
/Fil
DEBUG2:   0070:  6d 4f 6e 54 56 2f 66 69  6c 65 73 2f 66 6c 61 73   mOnTV/files/
flas
DEBUG2:   0000:  c3                                                 .

DEBUG2:   0000:  68 61 70 70 2f 66 69 6c  6d 6f 6e 2f 46 69 6c 6d   happ/filmon/
Film
DEBUG2:   0010:  6f 6e 50 6c 61 79 65 72  2e 73 77 66 00 05 74 63   onPlayer.swf
..tc
DEBUG2:   0020:  55 72 6c 02 00 2d 72 74  6d 70 3a 2f 2f 66 6d 6c   Url..-rtmp:/
/fml
DEBUG2:   0030:  2e 42 43 38 33 2e 73 79  73 74 65 6d 63 64 6e 2e   .BC83.system
cdn.
DEBUG2:   0040:  6e 65 74 3a 31 39 33 35  2f 32 30 42 43 38 33 2f   net:1935/20B
C83/
DEBUG2:   0050:  74 76 2f 00 04 66 70 61  64 01 00 00 0c 63 61 70   tv/..fpad...
.cap
DEBUG2:   0060:  61 62 69 6c 69 74 69 65  73 00 40 6d e0 00 00 00   abilities.@m
....
DEBUG2:   0070:  00 00 00 0b 61 75 64 69  6f 43 6f 64 65 63 73 00   ....audioCod
ecs.
DEBUG2:   0000:  c3                                                 .

DEBUG2:   0000:  40 ab ee 00 00 00 00 00  00 0b 76 69 64 65 6f 43   @.........vi
deoC
DEBUG2:   0010:  6f 64 65 63 73 00 40 6f  80 00 00 00 00 00 00 0d   odecs.@o....
....
DEBUG2:   0020:  76 69 64 65 6f 46 75 6e  63 74 69 6f 6e 00 3f f0   videoFunctio
n.?.
DEBUG2:   0030:  00 00 00 00 00 00 00 07  70 61 67 65 55 72 6c 02   ........page
Url.
DEBUG2:   0040:  00 23 68 74 74 70 3a 2f  2f 77 77 77 2e 66 69 6c   .#http://www
.fil
DEBUG2:   0050:  6d 6f 6e 2e 63 6f 6d 2f  74 76 2f 63 68 61 6e 6e   mon.com/tv/c
hann
DEBUG2:   0060:  65 6c 2f 31 34 00 0e 6f  62 6a 65 63 74 45 6e 63   el/14..objec
tEnc
DEBUG2:   0070:  6f 64 69 6e 67 00 40 08  00 00 00 00 00 00 00 00   oding.@.....
....
DEBUG2:   0000:  c3                                                 .

DEBUG2:   0000:  09 03 00 00 09                                     .....

DEBUG: Invoking connect
INFO: Connected...
DEBUG2: RTMP_ReadPacket: fd=428
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=428
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=428
DEBUG2:   0000:  02 00 00 00 00 00 04 01  00 00 00 00               ............
Reply With Quote
  #9  
Old 06-20-2014, 12:12 PM
DBon3 DBon3 is offline
Junior Member
 
Join Date: Jun 2014
Posts: 6
DBon3 is on a distinguished road
Default

Re: BBCONE HD Help


Code:
DEBUG2:   0000:  00 00 20 00                                        .. .

DEBUG: HandleChangeChunkSize, received: chunk size change to 8192
DEBUG2: RTMP_ReadPacket: fd=428
DEBUG2:   0000:  03 00 00 00 00 00 f2 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 0e 46   ......fmsVer
...F
DEBUG2:   0020:  4d 53 2f 34 2c 35 2c 36  2c 35 30 31 32 00 0c 63   MS/4,5,6,501
2..c
DEBUG2:   0030:  61 70 61 62 69 6c 69 74  69 65 73 00 40 6f e0 00   apabilities.
@o..
DEBUG2:   0040:  00 00 00 00 00 04 6d 6f  64 65 00 3f f0 00 00 00   ......mode.?
....
DEBUG2:   0050:  00 00 00 00 00 09 03 00  05 6c 65 76 65 6c 02 00   .........lev
el..
DEBUG2:   0060:  06 73 74 61 74 75 73 00  04 63 6f 64 65 02 00 1d   .status..cod
e...
DEBUG2:   0070:  4e 65 74 43 6f 6e 6e 65  63 74 69 6f 6e 2e 43 6f   NetConnectio
n.Co
DEBUG2:   0080:  6e 6e 65 63 74 2e 53 75  63 63 65 73 73 00 0b 64   nnect.Succes
s..d
DEBUG2:   0090:  65 73 63 72 69 70 74 69  6f 6e 02 00 15 43 6f 6e   escription..
.Con
DEBUG2:   00a0:  6e 65 63 74 69 6f 6e 20  73 75 63 63 65 65 64 65   nection succ
eede
DEBUG2:   00b0:  64 2e 00 0e 6f 62 6a 65  63 74 45 6e 63 6f 64 69   d...objectEn
codi
DEBUG2:   00c0:  6e 67 00 40 08 00 00 00  00 00 00 00 04 64 61 74   ng.@........
.dat
DEBUG2:   00d0:  61 08 00 00 00 00 00 07  76 65 72 73 69 6f 6e 02   a.......vers
ion.
DEBUG2:   00e0:  00 0a 34 2c 35 2c 36 2c  35 30 31 32 00 00 09 00   ..4,5,6,5012
....
DEBUG2:   00f0:  00 09                                              ..

DEBUG: RTMP_ClientPacket, received: invoke 242 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/4,5,6,5012>
DEBUG: Property: <Name:       capabilities, NUMBER:     255.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:     3.00>
DEBUG: Property: <Name:               data, ECMA_ARRAY>
DEBUG: (object begin)
DEBUG: Property: <Name:            version, STRING:     4,5,6,5012>
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=428, size=4
DEBUG2:   0000:  02 00 00 00 00 00 04 05  00 00 00 00               ............

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

DEBUG: sending ctrl, type: 0x0003
DEBUG2: RTMP_SendPacket: fd=428, 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=428, 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
DEBUG2: RTMP_ReadPacket: fd=428
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: mp4:14.low.stream.mp4?6fb
0914a89a1db80524b1cf2e0eec54abc6c826f6b187e58f0df3a3a837e4a11e69872d11eb6a15ee91
dc34fcc4b65ed8a222940935edb8cb0689392e7d5830814f7cda4a76a7564cbb3
DEBUG2: RTMP_SendPacket: fd=428, size=190
DEBUG2:   0000:  08 00 00 00 00 00 be 14  01 00 00 00               ............

DEBUG2:   0000:  02 00 04 70 6c 61 79 00  40 08 00 00 00 00 00 00   ...play.@...
....
DEBUG2:   0010:  05 02 00 aa 6d 70 34 3a  31 34 2e 6c 6f 77 2e 73   ....mp4:14.l
ow.s
DEBUG2:   0020:  74 72 65 61 6d 2e 6d 70  34 3f 36 66 62 30 39 31   tream.mp4?6f
b091
DEBUG2:   0030:  34 61 38 39 61 31 64 62  38 30 35 32 34 62 31 63   4a89a1db8052
4b1c
DEBUG2:   0040:  66 32 65 30 65 65 63 35  34 61 62 63 36 63 38 32   f2e0eec54abc
6c82
DEBUG2:   0050:  36 66 36 62 31 38 37 65  35 38 66 30 64 66 33 61   6f6b187e58f0
df3a

DEBUG2:   0060:  33 61 38 33 37 65 34 61  31 31 65 36 39 38 37 32   3a837e4a11e6
9872
DEBUG2:   0070:  64 31 31 65 62 36 61 31  35 65 65 39 31 64 63 33   d11eb6a15ee9
1dc3

DEBUG2:   0000:  c8                                                 .

DEBUG2:   0000:  34 66 63 63 34 62 36 35  65 64 38 61 32 32 32 39   4fcc4b65ed8a
2229
DEBUG2:   0010:  34 30 39 33 35 65 64 62  38 63 62 30 36 38 39 33   40935edb8cb0
6893
DEBUG2:   0020:  39 32 65 37 64 35 38 33  30 38 31 34 66 37 63 64   92e7d5830814
f7cd
DEBUG2:   0030:  61 34 61 37 36 61 37 35  36 34 63 62 62 33         a4a76a7564cb
b3
DEBUG: Invoking play
DEBUG: sending ctrl, type: 0x0003
DEBUG2: RTMP_SendPacket: fd=428, size=10
DEBUG2:   0000:  c2                                                 .

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

DEBUG2: RTMP_ReadPacket: fd=428
DEBUG2:   0000:  02 00 00 00 00 00 04 01  00 00 00 00               ............

DEBUG2:   0000:  00 00 20 00                                        .. .

DEBUG: HandleChangeChunkSize, received: chunk size change to 8192
DEBUG2: RTMP_ReadPacket: fd=428
DEBUG2:   0000:  04 00 00 00 00 00 7d 14  01 00 00 00               ......}.....

DEBUG2:   0000:  02 00 08 6f 6e 53 74 61  74 75 73 00 40 08 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 10 4e 65   error..code.
..Ne
DEBUG2:   0030:  74 53 74 72 65 61 6d 2e  46 61 69 6c 65 64 00 0b   tStream.Fail
ed..
DEBUG2:   0040:  64 65 73 63 72 69 70 74  69 6f 6e 02 00 17 42 6c   description.
..Bl
DEBUG2:   0050:  6f 63 6b 65 64 20 62 79  20 61 75 74 68 20 61 64   ocked by aut
h ad
DEBUG2:   0060:  61 70 74 6f 72 00 08 63  6c 69 65 6e 74 69 64 02   aptor..clien
tid.
DEBUG2:   0070:  00 08 71 41 41 54 51 61  41 41 00 00 09            ..qAATQaAA..
.
DEBUG: RTMP_ClientPacket, received: invoke 125 bytes
DEBUG: (object begin)
DEBUG: Property: <Name:            no-name, STRING:     onStatus>
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:     NetStream.Failed>
DEBUG: Property: <Name:        description, STRING:     Blocked by auth adaptor>

DEBUG: Property: <Name:           clientid, STRING:     qAATQaAA>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Failed
ERROR: Closing connection: NetStream.Failed
DEBUG: Closing connection.
Reply With Quote
  #10  
Old 06-20-2014, 12:12 PM
DBon3 DBon3 is offline
Junior Member
 
Join Date: Jun 2014
Posts: 6
DBon3 is on a distinguished road
Default

Re: BBCONE HD Help


i have changed the key
hoping some1 will guide me
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 12:14 PM.


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