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
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.
|