Streaming adás mentése (atv.hu)

Sziasztok,

Atv.hu oldalon fentlévő streaming adást szeretném lementeni, de nem sikerül. Van akinek sikerült?
Konkrétan erről a tegnapi felvételről van szó: http://atv.hu/cikk/video-20111226_bokros_lajos
Mplayer le sem játsza (mplayer http://atv.hu/cikk/video-20111226_bokros_lajos), dumpstream opcióval sem megy.
Iceweasel alatt Downloadhelper-rel sem sikerült.

OS: Debian-stable

Köszönöm előre is,

Hozzászólások

Köszi. Ez a hibaüzenet (ssh-n keresztül érem el az otthoni gépet, csak parancsor van). Átolvasom a hozzászólásokat, van egypár.

freeroute@freeroute:~$ mplayer rtmp://flash1.atv.hu/vod/mp4:111229_eb_bokros_lajos.mp4 -dumpstream -dumpfile bokros_lajos.mp4
MPlayer SVN-r31918 (C) 2000-2010 MPlayer Team
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing rtmp://flash1.atv.hu/vod/mp4:111229_eb_bokros_lajos.mp4.
rtmp server sent error
rtmp server requested close
Failed to open rtmp://flash1.atv.hu/vod/mp4:111229_eb_bokros_lajos.mp4.

Exiting... (End of file)
freeroute@freeroute:~$

Ez egy flash videó, ehhez szerintem az egyik kolléga írt itt egy jó kis scriptet az egyik blogjában.

--
A főnököm mindig megtartja amit ígér, ha pénzt ígér azt is!

Egyszer már kitárgyalták az ilyen " láthatatlan " cuccok mentését itt valamelyik totyikban. Azt hiszem valami Chromium->fejlesztői eszközben kell matatni a valós címért. Keress rá.

---------------------------------------------------------------
Ritkán szólok hozzá dolgokhoz. Így ne várj tőlem interakciót.

Végül is sikerült. Jó pár oldal átolvasása után. RFC 3550-t is érdemes átolvasni.
E leírás segített: http://pclosmag.com/html/Issues/201104/page19.html

Update: Egy újabb hasznos olvasmámy a témában: http://jonathanbeluch.com/blog/2011/01/rtmp-sniffing/

Idézem: "You typically encounter this technology on a website that uses a flash player. The binary swf file that your browser downloads contains all the information needed to connect directly to the RTMP server.

If you have an SWF decompiler, you can decompile the swf and look through the source for the proper parameters. However, I think it is both easier and faster to sniff the actual network traffic being used by flash. Since flash makes the connections to the RTMP server outside of your browser, we cannot simply use google chrome developer tools or something of that nature. We need to capture packets from the OS."

Valószínűleg ezért nem mentem semmire a Chrome fejlesztői eszközökkel.