Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'operator': 0.03; 'subject:using': 0.09; 'subject:videos': 0.09; 'python': 0.11; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'possibly,': 0.16; 'presume': 0.16; 'subject:python': 0.16; 'prevent': 0.16; 'wrote:': 0.18; 'library': 0.18; 'header:User- Agent:1': 0.23; 'of.': 0.24; 'player': 0.26; 'header:In-Reply- To:1': 0.27; 'subject:) ': 0.29; "doesn't": 0.30; 'streaming': 0.30; 'could': 0.34; 'subject: (': 0.35; "can't": 0.35; 'but': 0.35; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'information,': 0.61; 'more': 0.64; 'charset:windows-1252': 0.65; 'flash': 0.69; 'gabriel': 0.84; 'url:hu': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Mon, 02 Feb 2015 14:26:02 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Downloading videos (in flash applications) using python References: <317e4983-7deb-4557-91d3-00c9e3991739@googlegroups.com> <40193f0c-fe96-423b-9cf8-8b0e98530613@googlegroups.com> <87vbjk15id.fsf@jester.gateway.sonic.net> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422912373 news.xs4all.nl 2868 [2001:888:2000:d::a6]:58363 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85111 On 02/02/2015 12:30 PM, Gabriel Ferreira wrote: > Hi Paul, I presume the stream operator doesn't want to prevent me > from downloading or recording the videos. I just wanna know more > about some lib that could be used to deal with Flash Player > Applications... Or possibly, anything that could lead me to be able > to get those streaming videos. You can't do it directly with any Python library that I know of. You can, however, use the tools that come with rtmpdump: https://rtmpdump.mplayerhq.hu/ It's not automatic, and requires some iptables tricks, but once you get the stream information, you can always download it via rtmpdump.