Hi,
I'm trying to capture this stream:
http://www.dailymotion.com/video/xio...n-en-vivo_news
I used wireshark to capture the rtmp packets but when trying to run rtmpdump I get the following:
Code:
$ rtmpdump -r rtmp://stream-17.vty.dailymotion.com:1935 -a live-dm?auth=1363028783-fb537886c592049527da594efd8c48b6 -s http://www.dailymotion.com/[[IMPORT]]/static3.dmcdn.net/flash/dmplayerv4/dmplayer-prod-compressed.swf.v8106bf337810f6109?withLoader=.1 -y xio7e2_sd?auth=1363028783-fb537886c592049527da594efd8c48b6 -o test.flv -V
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
DEBUG: Protocol : RTMP
DEBUG: Hostname : stream-17.vty.dailymotion.com
DEBUG: Port : 1935
DEBUG: Playpath : xio7e2_sd?auth=1363028783-fb537886c592049527da594efd8c48b6
DEBUG: tcUrl : rtmp://stream-17.vty.dailymotion.com:1935/live-dm?auth=1363028783-fb537886c592049527da594efd8c48b6
DEBUG: swfUrl : http://www.dailymotion.com/[[IMPORT]]/static3.dmcdn.net/flash/dmplayerv4/dmplayer-prod-compressed.swf.v8106bf337810f6109?withLoader=.1
DEBUG: app : live-dm?auth=1363028783-fb537886c592049527da594efd8c48b6
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Type Answer : 03
DEBUG: HandShake: Server Uptime : 96850052
DEBUG: HandShake: FMS Version : 3.0.1.1
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: HandleCtrl, received ctrl. type: 0, len: 6
DEBUG: HandleCtrl, Stream Begin 0
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: RTMP_ClientPacket, received: invoke 261 bytes
DEBUG: (object begin)
DEBUG: (object begin)
DEBUG: Property: <Name: fmsVer, STRING: FMS/3,5,7,7009>
DEBUG: Property: <Name: capabilities, NUMBER: 31.00>
DEBUG: Property: <Name: mode, NUMBER: 1.00>
DEBUG: (object end)
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Success>
DEBUG: Property: <Name: description, STRING: Connection succeeded.>
DEBUG: Property: <Name: data, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: version, STRING: 3,5,7,7009>
DEBUG: (object end)
DEBUG: Property: <Name: clientid, NUMBER: 125504585.00>
DEBUG: Property: <Name: objectEncoding, NUMBER: 0.00>
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, stopTime=0, sending play: xio7e2_sd?auth=1363028783-fb537886c592049527da594efd8c48b6
DEBUG: Invoking play
DEBUG: sending ctrl. type: 0x0003
DEBUG: RTMP_ClientPacket, received: invoke 118 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Failed>
DEBUG: Property: <Name: description, STRING: Access denied>
DEBUG: Property: <Name: clientid, NUMBER: 125504585.00>
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.
Any ideas what I'm doing wrong?
Thanks in advance