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

canaldosconcursos.com.br - problem downloading RTMPE flash video stream

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

mpmpcelo 02-17-2010 05:02 AM

Re: canaldosconcursos.com.br - problem downloading RTMPE flash video stream


 
Is there any other forum out there for discussing these matters?

If anyone wants to share/trade information regarding video downloading/recording, please PM me.

Marcelo

any ANONYMOUS forum user 02-17-2010 04:58 PM

Re: canaldosconcursos.com.br - problem downloading RTMPE flash video stream


 
flash video downloader maybe can help you.

Stream Recorder 02-18-2010 01:06 AM

Re: canaldosconcursos.com.br - problem downloading RTMPE flash video stream


 
Quote:

Originally Posted by any ANONYMOUS forum user (Post 16680)
flash video downloader maybe can help you.

I'm just dreaming to buy this software:
Quote:

$199.95 Email us for order information.
:D :D :D

Compartilhex 02-26-2010 07:54 AM

Re: canaldosconcursos.com.br - problem downloading RTMPE flash video stream


 
Alguem quer trocar videoaulas para concursos? Entre em contato comigo pelo email compartilhex@gmail.com

skyzosurf 04-10-2010 01:43 PM

canaldosconcursos: ERROR: RTMP_ReadPacket, failed to read RTMP packet header


 
Hi, I'm using rtmpdump-2.2b on VISTA 32bits.

I'm trying to get video with these parameters:

rtmpdump
-r "rtmpe://76.76.24.57/canaldosconcursos/_definst_/doConnect=conexaoremota/"
-W "http://www.canaldosconcursos.com.br/player-2611.swf"
-o saida.flv -p "http://www.canaldosconcursos.com.br/cursos_online.php"
-a "canaldosconcursos/_definst_/doConnect=conexaoremota/doPlay=fastplay"
-t "rtmpe://76.76.24.57/canaldosconcursos/_definst_/doConnect=conexaoremota/doPlay=fastplay"
-f "WIN 10,0,32,18"
-y "/canaldosconcursos/_definst_/demos/institucional_canal_dos_concursos.flv" -V


All parameters were got with rtmpsuck, EXCEPT the "y" (playpath) parameter.

So, theres a problem in moment when it send to play:

"DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Success>
DEBUG: Property: <Name: description, STRING: Connection succeeded.>
DEBUG: Property: <Name: clientid, NUMBER: 1577623967.00>
DEBUG: Property: <Name: objectEncoding, NUMBER: 0.00>
DEBUG: Property: <Name: secureToken, STRING: fb83488047d5c63524a0233011fb33c37997
49a47ad9f85ca5af0680b4a3b400f78eeae7>
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: 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.00, dLength=0, sending play: /canaldosconcursos/_definst_/demos/instituc
ional_canal_dos_concursos.flv
DEBUG: Invoking play
DEBUG: sending ctrl. type: 0x0003
DEBUG: Invoking deleteStream
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
DEBUG: Closing connection.


Could someone help me ?

Thank in advance

bytezz 04-17-2010 05:55 PM

Re: canaldosconcursos: ERROR: RTMP_ReadPacket, failed to read RTMP packet header


 
same problem, bump!

hyc 04-17-2010 06:18 PM

Re: canaldosconcursos: ERROR: RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by skyzosurf (Post 18047)
Hi, I'm using rtmpdump-2.2b on VISTA 32bits.

I'm trying to get video with these parameters:

rtmpdump
-r "rtmpe://76.76.24.57/canaldosconcursos/_definst_/doConnect=conexaoremota/"
-W "http://www.canaldosconcursos.com.br/player-2611.swf"
-o saida.flv -p "http://www.canaldosconcursos.com.br/cursos_online.php"
-a "canaldosconcursos/_definst_/doConnect=conexaoremota/doPlay=fastplay"
-t "rtmpe://76.76.24.57/canaldosconcursos/_definst_/doConnect=conexaoremota/doPlay=fastplay"
-f "WIN 10,0,32,18"
-y "/canaldosconcursos/_definst_/demos/institucional_canal_dos_concursos.flv" -V

You're missing the securetoken key.

Quote:

All parameters were got with rtmpsuck, EXCEPT the "y" (playpath) parameter.
Unless you know the key, you should have just let rtmpsuck do everything.

Quote:

So, theres a problem in moment when it send to play:

"DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Success>
DEBUG: Property: <Name: description, STRING: Connection succeeded.>
DEBUG: Property: <Name: clientid, NUMBER: 1577623967.00>
DEBUG: Property: <Name: objectEncoding, NUMBER: 0.00>
DEBUG: Property: <Name: secureToken, STRING: fb83488047d5c63524a0233011fb33c37997
49a47ad9f85ca5af0680b4a3b400f78eeae7>
Set the key to answer this secureToken challenge, or just let rtmpsuck do everything.

Don't ask me how to find the key, I don't know. Don't ask how to set the key, that's in the manpage.

bytezz 04-17-2010 11:24 PM

Re: canaldosconcursos: ERROR: RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by hyc (Post 18273)
You're missing the securetoken key.



Unless you know the key, you should have just let rtmpsuck do everything.



Set the key to answer this secureToken challenge, or just let rtmpsuck do everything.

Don't ask me how to find the key, I don't know. Don't ask how to set the key, that's in the manpage.

im having problems to make rtmpsrv works, since this particular site uses an IP instead of url in the videos, making hosts file edit method useless.

rtmpe://76.76.24.57

anyone have a tip to me? how to redirect this ip to localhost?



edit: allright, since i didnt know how to make windows redirect the data to rtmpsrv i installed linux and make the iptable rule. worked, got the command but still getting the same error OP had. Anyone have a clue how we can find this securetoken key thing?

rtmpdump -r "rtmpe://76.76.24.57/canaldosconcursos/_definst_/doConnect=conexaoremota/doPlay=fastplay" -a "canaldosconcursos/_definst_/doConnect=conexaoremota/doPlay=fastplay" -f "LNX 10,0,45,2" -W "http://www.canaldosconcursos.com.br/player-2611.swf" -p "http://www.canaldosconcursos.com.br/cursos_online.php" -y "demos/institucional_canal_dos_concursos" -o institucional_canal_dos_concursos.flv

edit2. analysing the http://www.canaldosconcursos.com.br/player-2611.swf file, i found 2 keys that might be the securetoken, but after trying add them to the command, i got the same error. I have a feeling that securetoken key is on that file, im using Sothink SWF Decompiler to search, but still no luck. FML.

_as3_pushstring "token"
//2c a7 07
_as3_pushstring "jcrB?9Kw1*9GQtNfKMXP"


_as3_pushstring "token"
//2c d7 02
_as3_pushstring "Xx6~k(ws{hp*&26h6ZlX"

edit3. i was wrong about tokens above, but hes on that file for sure. (Ive found it)

an sample of right line of code would be:
_connection.call("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, "#ed%h0#w@1")); being #ed%h0#w@1 the securetoken.
but all that descompiler gets is this:
_-D.call("secureTokenResponse", null, _-1T._-3Q(evt.info.secureToken, _-3q._-3Q(854, -468))); being impossible to read the required data.

oh lord.

bytezz 04-18-2010 09:47 PM

Re: canaldosconcursos: ERROR: RTMP_ReadPacket, failed to read RTMP packet header


 
Still trying out how to download this, if you have any clue to help me, please post or PM. I ll edit last post if i got something new.

lucianac 05-11-2010 02:13 PM

Re: canaldosconcursos.com.br - problem downloading RTMPE flash video stream


 
How to find RTMPE stream URLs in this site?


All times are GMT -6. The time now is 11:12 PM.