Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85111
| 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 | <torriem+gmail@torriefamily.org> |
| 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 <torriem@gmail.com> |
| 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> <e9c595db-ed6d-4276-9b21-bd2679dd843d@googlegroups.com> |
| In-Reply-To | <e9c595db-ed6d-4276-9b21-bd2679dd843d@googlegroups.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18410.1422912373.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 08:00 -0800
Re: Downloading videos (in flash applications) using python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-03 03:19 +1100
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 08:22 -0800
Re: Downloading videos (in flash applications) using python Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-02-02 19:43 +0100
Re: Downloading videos (in flash applications) using python Ben Finney <ben+python@benfinney.id.au> - 2015-02-03 05:57 +1100
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 11:15 -0800
Re: Downloading videos (in flash applications) using python Paul Rubin <no.email@nospam.invalid> - 2015-02-02 11:24 -0800
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 11:30 -0800
Re: Downloading videos (in flash applications) using python Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-02-02 21:01 +0100
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 14:09 -0800
Re: Downloading videos (in flash applications) using python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-02 22:13 +0000
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 15:21 -0800
Re: Downloading videos (in flash applications) using python Rustom Mody <rustompmody@gmail.com> - 2015-02-02 18:41 -0800
Re: Downloading videos (in flash applications) using python Michael Torrie <torriem@gmail.com> - 2015-02-02 20:12 -0700
Re: Downloading videos (in flash applications) using python alister <alister.nospam.ware@ntlworld.com> - 2015-02-03 11:54 +0000
Re: Downloading videos (in flash applications) using python Paul Rubin <no.email@nospam.invalid> - 2015-02-02 12:16 -0800
Re: Downloading videos (in flash applications) using python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-03 12:53 +1100
Re: Downloading videos (in flash applications) using python Michael Torrie <torriem@gmail.com> - 2015-02-02 14:26 -0700
csiph-web