VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Hi - somehow, I've completely missed how to download encrypted HDS streams, as, until now, I've simply not come across any; however, I was asked to get http://www.nowtv.de/rtl/doctors-diary/video-chat-mit-diana-amft-und-florian-fitz/player by a friend and cannot find a way through.

    Many thanks for any assistance
    Quote Quote  
  2. Originally Posted by appletree View Post
    Hi - somehow, I've completely missed how to download encrypted HDS streams, as, until now, I've simply not come across any; however, I was asked to get http://www.nowtv.de/rtl/doctors-diary/video-chat-mit-diana-amft-und-florian-fitz/player by a friend and cannot find a way through.

    Many thanks for any assistance
    hi

    .ts format
    Code:
    livestreamer "hlsvariant://http://rtl-now.rtl.de/apple/files/95/50592.m3u8" best -o video-chat-mit-diana-amft-und-florian-fitz.ts
    or
    Code:
    ffmpeg -i "http://rtl-now.rtl.de/apple/files/95/50592.m3u8" -c copy  video-chat-mit-diana-amft-und-florian-fitz.ts

    .mp4 format

    Code:
    ffmpeg -i "http://rtl-now.rtl.de/apple/files/95/50592.m3u8" -c copy -bsf:a aac_adtstoasc  video-chat-mit-diana-amft-und-florian-fitz.mp4
    Quote Quote  
  3. Mmmmm...

    Well, livestreamer gives the following -

    ValueError: AES key must be either 16, 24 or 32 bytes long
    [cli][error] Failed to read data from the stream: Read timeout

    Whilst ffmpeg starts with -

    The TLS connection was non-properly terminated...
    ...& then gives the world of different error messages.
    Quote Quote  
  4. Originally Posted by appletree View Post
    Mmmmm...

    Well, livestreamer gives the following -

    ValueError: AES key must be either 16, 24 or 32 bytes long
    [cli][error] Failed to read data from the stream: Read timeout

    Whilst ffmpeg starts with -

    The TLS connection was non-properly terminated...
    ...& then gives the world of different error messages.
    ok
    this code is the protocol used with a mobile device through their mobile application. apparently they memorize if the IP used their application.
    so you must first use a mobile device and their application and then use the code

    hard protection!!!!!!!!!!!
    Quote Quote  
  5. Originally Posted by biezom View Post
    ok
    this code is the protocol used with a mobile device through their mobile application. apparently they memorize if the IP used their application.
    so you must first use a mobile device and their application and then use the code

    hard protection!!!!!!!!!!!
    Oh dear... Yeah, I had a feeling that the way around it would be to, in some way, trick the site into thinking that it was an iPad or iPhone or something (so i'd started messing around with alt User Agents prior to the first post) - however the need to install the app's obviously a bit of a problem.

    Mmmmm...
    Quote Quote  
  6. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by appletree View Post
    ... however, I was asked to get http://www.nowtv.de/rtl/doctors-diary/video-chat-mit-diana-amft-und-florian-fitz/player by a friend

    Many thanks for any assistance
    rtmpdump
    Code:
    rtmpdump -r "rtmpe://fms.rtl.de/rtlnow/" -a "rtlnow/" -W "http://cdn.static-fra.de/now/vodplayer.swf" -p "http://www.nowtv.de/" -y "95/V_81134_BFFK_V50583_50592_16x9-hq-512x288-vp6-c0_14489111312ccc20d286ca5c806c4fd5" -o "V_81134_BFFK_V50583_50592_16x9-hq-512x288-vp6-c0_14489111312ccc20d286ca5c806c4fd5.flv"
    Quote Quote  
  7. Originally Posted by ponens View Post
    Originally Posted by appletree View Post
    ... however, I was asked to get http://www.nowtv.de/rtl/doctors-diary/video-chat-mit-diana-amft-und-florian-fitz/player by a friend

    Many thanks for any assistance
    rtmpdump
    Code:
    rtmpdump -r "rtmpe://fms.rtl.de/rtlnow/" -a "rtlnow/" -W "http://cdn.static-fra.de/now/vodplayer.swf" -p "http://www.nowtv.de/" -y "95/V_81134_BFFK_V50583_50592_16x9-hq-512x288-vp6-c0_14489111312ccc20d286ca5c806c4fd5" -o "V_81134_BFFK_V50583_50592_16x9-hq-512x288-vp6-c0_14489111312ccc20d286ca5c806c4fd5.flv"
    My apologies for the delay in replying - that works perfectly and many thanks for your time and effort.

    I'll need to study the code to try & see how it functions, as I can see where most of it comes from; though why some parts of URLS need omitting is odd. Well, I assume that they're relative directory calls, but how they're derived is a mystery atm.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!