Thanks for your answer. I used to use your suggestion with rtmpdump before, but now the page in question does no longer serve a mp4-file and does not employ the rtmp protocol.

Instead, they changed to 'embedded HDS flash streams', which I don't fully understand, but https://n1njahacks.wordpress.com/2015/01/29/how-to-save-hds-flash-streams-from-any-web-page/ is a useful link which features a php program that one can use to assemble of all the different f4f files.

However, this requires to get a hold on the 'manifest', which in my case looks like http://adaptiv.wdr.de/z/medp/ww/fsk0/112/1120663/,1120663_12909203,1120663_12908906,1120663_12908907,.mp4.csmil/manifest.f4m?g=OREKBERCWCLP&hdcore=3.9.0&plugin=aasp-3.9.0.19.11

All but one of its parts can be grabbed from the source codes of different web pages by means of WWW:Mechanize conveniently. The missing piece is the 'g=OREKBERCWCLP', which is newly generated upon each run of the video by clicking on the arrow. Therefore the only thought that I had to find the piece programatically was to run the embedded video (but how??) and then use something like ethereal of tcpdump.

Any better ideas?

In reply to Re^2: starting flash video from script (get-flash-videos + RTMPDump) by Anonymous Monk
in thread starting flash video from script by jobro

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.