Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85118

Re: Downloading videos (in flash applications) using python

Date 2015-02-02 20:12 -0700
From Michael Torrie <torriem@gmail.com>
Subject Re: Downloading videos (in flash applications) using python
References (3 earlier) <e9c595db-ed6d-4276-9b21-bd2679dd843d@googlegroups.com> <54cfd799$0$2831$e4fe514c@news2.news.xs4all.nl> <9b2d7ee4-2f2f-4e14-9a2c-7d1531147280@googlegroups.com> <mailman.18411.1422915307.18130.python-list@python.org> <f56b0264-0e29-4f20-a7ee-e9e38fbd73b5@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.18413.1422934265.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 02/02/2015 04:21 PM, Gabriel Ferreira wrote:
> The problem is that this particular website uses a flash player
> application do broadcast the live images of the urban areas. I'm not
> too familiar with Flash Applications. I don't know how to deal with
> them using Python. I was wondering if someone could help me solve
> this problem. The goal is recording & downloading those videos, from
> the mentioned website. And, yes, it has to be an automated program
> (no manual work).

As I said before you need to look into the RTP protocol.  There are
utilities for proxying and dumping the stream parameters.  Once they are
known you can pull them in using rtmpdump.  Sometimes the stream
parameters can be determined from the web page.  get_iplayer, for
instance, can create rtp parameters for BBC programs and then stream
them with rtmpdump, since the parameters seem to be well defined and
consistent.  But every streaming site is going to be different.  I
posted the link to the rtmpdump utilities in my other post.  You may be
to drive rtmpdump from Python.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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