<font size="2"><font face="tahoma,sans-serif">Hi all;</font></font><div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif">I am trying to dump rtmpstream from <a href="http://www.yildiz.tv/?act=dvr&chan=show">http://www.yildiz.tv/?act=dvr&chan=show</a> , to my defense I am not doing it to prevent ads or anything (I can't see any due to adblock anyway) but to be able to watch the TV without Flash which doesn't "work" on 64bit Linux systems.</font></font></div>

<div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif">Looking at the page source, I see :</font></font></div><div><font size="2"><font face="tahoma,sans-serif"><br>

</font></font></div>var flashvars = {'chan':'show','dvrServer':'rtmp://<a href="http://edge-tmp-1-2.nar.tv/dvrm/show">edge-tmp-1-2.nar.tv/dvrm/show</a>','aspect':'','domain':'<a href="http://www.yildiz.tv/">http://www.yildiz.tv/</a>','lnktime':'Hemen ana direkt link'<br>

,'adVideo':'<a href="http://www.yildiz.tv/Apps/nartv/cssjs/imgs/yildiz.flv">http://www.yildiz.tv/Apps/nartv/cssjs/imgs/yildiz.flv</a>'<br>};<br><br><div>var params = {'allowFullScreen':true,'wmode':'opaque'};<br>

var attributes = { id: "dvr_player", name: "dvr_player" };<br>swfobject.embedSWF("dvr/dvrAd.swf?v=1.2", "myContent", "640", "510", "10.0.0", false, flashvars, params, attributes);<br>

var flashvars = {'chan':'show','lang':'tr','domain':'<a href="http://www.yildiz.tv/">http://www.yildiz.tv/</a>'<br>};<br><br></div><div>var params = {};<br>var attributes = { id: "timeline", name: "timeline" };<br>

swfobject.embedSWF("dvr/timer/timelineNar.swf?v=0.3", "myContent2", "987", "170", "10.0.0", false, flashvars, params, attributes); </div><div><br></div><div>Trying to dump the stream results in:</div>

<div><br></div><div>> rtmpdump -V -r rtmp://<a href="http://edge-tmp-1-2.nar.tv/dvrm/show">edge-tmp-1-2.nar.tv/dvrm/show</a> -s <a href="http://www.yildiz.tv/dvr/dvrAd.swf">http://www.yildiz.tv/dvr/dvrAd.swf</a></div>
RTMPDump v2.3<br>
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL<br>DEBUG: Parsing...<br>DEBUG: Parsed protocol: 0<br>DEBUG: Parsed host    : <a href="http://edge-tmp-1-2.nar.tv">edge-tmp-1-2.nar.tv</a><br>DEBUG: Parsed app     : dvrm<br>

WARNING: You haven't specified an output file (-o filename), using stdout<br>DEBUG: Protocol : RTMP<br>DEBUG: Hostname : <a href="http://edge-tmp-1-2.nar.tv">edge-tmp-1-2.nar.tv</a><br>DEBUG: Port     : 1935<br>DEBUG: Playpath : show<br>

DEBUG: tcUrl    : rtmp://<a href="http://edge-tmp-1-2.nar.tv:1935/dvrm">edge-tmp-1-2.nar.tv:1935/dvrm</a><br>DEBUG: swfUrl   : <a href="http://www.yildiz.tv/dvr/dvrAd.swf">http://www.yildiz.tv/dvr/dvrAd.swf</a><br>DEBUG: app      : dvrm<br>

DEBUG: live     : no<br>DEBUG: timeout  : 30 sec<br>DEBUG: Setting buffer time to: 36000000ms<br>Connecting ...<br>DEBUG: RTMP_Connect1, ... connected, handshaking<br>DEBUG: HandShake: Type Answer   : 03<br>DEBUG: HandShake: Server Uptime : 1910194746<br>

DEBUG: HandShake: FMS Version   : 3.5.5.1<br>WARNING: HandShake: client signature does not match!<br>DEBUG: HandShake: Handshaking finished....<br>DEBUG: RTMP_Connect1, handshaked<br>DEBUG: Invoking connect<br>INFO: Connected...<br>

DEBUG: HandleServerBW: server BW = 2500000<br>DEBUG: HandleClientBW: client BW = 2500000 2<br>DEBUG: HandleServerBW: server BW = 2500000<br>DEBUG: HandleClientBW: client BW = 2500000 2<br>DEBUG: RTMP_ClientPacket, received: invoke 126 bytes<br>

DEBUG: (object begin)<br>DEBUG: Property: NULL<br>DEBUG: (object begin)<br>DEBUG: Property: <Name:              level, STRING: error><br>DEBUG: Property: <Name:               code, STRING: NetConnection.Connect.Rejected><br>

DEBUG: Property: <Name:        description, STRING: Connection failed.><br>DEBUG: Property: <Name:        application, BOOLEAN: FALSE><br>DEBUG: (object end)<br>DEBUG: (object end)<br>DEBUG: HandleInvoke, server invoking <_error><br>

ERROR: rtmp server sent error<br>DEBUG: RTMP_ClientPacket, received: invoke 18 bytes<br>DEBUG: (object begin)<br>DEBUG: Property: NULL<br>DEBUG: (object end)<br>DEBUG: HandleInvoke, server invoking <close><br>ERROR: rtmp server requested close<br>

DEBUG: Closing connection.<div><br></div><div>Any ideas appreciated.</div><div><br></div><div>Regards,</div><div>ismail</div><div><br></div>