View Single Post
  #1  
Old 03-04-2012, 08:55 AM
HansMayer HansMayer is offline
Junior Member
 
Join Date: Mar 2012
Posts: 14
HansMayer is on a distinguished road
Default

http://www.cuatro.com/en-directo/


Hi,
did anyone dump the stream from http://www.cuatro.com/en-directo/ already?

Using Wireshark, I got a token:
Quote:
<url><file>telecincochannel4_800k?token=c3RhcnRfdG ltZT0yMDEyMDMwNDE1MzU0NiZlbmRfdGltZT0yMDEyMDMwNDE1 MzgwMyZkaWdlc3Q9ZmM5MWI1YjdjNWQ3ZmVhZGFmZmE3ZjU3OT A1NGQ1N2Y=</file><stream>rtmp://telecincolivefs.fplive.net/telecincolive-live</stream></url>
as well as the handshake:
Quote:
app=telecincolive-live
flashVer=MAC 11,2,202,183
swfUrl=http://static1.tele-cinco.net/comun/swf/playerCuatro.swf
tcUrl=rtmp://telecincolivefs.fplive.net/telecincolive-live
pageUrl=http://www.cuatro.com/en-directo/
When I dump it with
Quote:
rtmpdump -r rtmp://telecincolivefs.fplive.net/telecincolive-live -y 'telecincochannel4_800k?token=c3RhcnRfdGltZT0yMDEy MDMwNDE1MzU0NiZlbmRfdGltZT0yMDEyMDMwNDE1MzgwMyZkaW dlc3Q9ZmM5MWI1YjdjNWQ3ZmVhZGFmZmE3ZjU3OTA1NGQ1N2Y= ' -W http://static1.tele-cinco.net/comun/...ayerCuatro.swf -p http://www.cuatro.com/en-directo/ -z -f 'MAC 11,2,202,183'
I get
Quote:
DEBUG: RTMP_ClientPacket, received: invoke 133 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.Failed>
DEBUG: Property: <Name: description, STRING: Failed to play (stream ID: 1).>
DEBUG: Property: <Name: clientid, STRING: jI6QBJLZ>
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