VideoHelp Forum
+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 32
Thread
  1. Good day everybody.
    I am looking for a possibility from this address
    download a live stream:
    https://video.kabeleins.de/livestreams/3

    What is the best way to proceed? Youtube-DL doesn't seem to grab it.
    Streamlink doesn't work either:
    heiko@Worf:~/film$ streamlink https://video.kabeleins.de/livestreams/3 best -o film1.mp4
    error: No plugin can handle URL: https://video.kabeleins.de/livestreams/3
    heiko@Worf:~/film$


    And I have another link that doesn't work:
    Have now but still ne question, playback of:
    https://list.iptvcat.com/my_list/s/1a43113e960d5b4b3b81243c2e70d7ce.m3u8
    always breaks off after a few seconds.
    How can I record these?
    Original address was: https://iptvcat.com/germany_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_#google_vignette
    How can I watch and download?


    Many Thanks,
    Heiko
    Quote Quote  
  2. 1. Need access.
    2. URL?
    Quote Quote  
  3. OK. How can I decrypt it?

    A heartfelt thank you,
    Heiko
    Quote Quote  
  4. with this key

    Code:
    4be97d7f735af6a3451aca364b82a0ca:81fe64b5b28f270f0732a08e475ab003
    I'm trying to solve the errors I have with ffmpeg and Xstream...
    Quote Quote  
  5. OK. Thanks. How did you get the key?
    I missed the preauthorization for www.getwvkeys.cc.

    Many greetings,
    Heiko
    Quote Quote  
  6. Thanks, the decryption worked. However, the recording is aborted after a short time. What can I do there?

    Many greetings,
    Heiko
    Quote Quote  
  7. Download N_m3uDL-RE

    https://github.com/nilaoda/N_m3u8DL-RE/releases/tag/v0.0.3-beta

    Command to record and decrypt 2 minutes of your stream.

    Code:
     N_m3u8DL-RE.exe https://p7s1-live-001-prod.akamaized.net/3612abce/t_001/kabeleins-de-sd/cenc-default.mpd --live-real-time-merge --live-record-limit 00:02:00 --key 4be97d7f735af6a3451aca364b82a0ca:81fe64b5b28f270f0732a08e475ab003 -M format=mp4
    Image
    [Attachment 67022 - Click to enlarge]
    Quote Quote  
  8. Many thanks for the answer.

    But I always use Ubuntu 20.04 (Linux) to download videos.
    Downloaded from the link via Actions Latest Build.
    Now have a build_latest.yml file. How do I have to install it?

    Many Thanks,
    Heiko
    Quote Quote  
  9. Hello,

    I always use Linux...but I have jumped to Windows for your stream and N_m3u8

    The last version of Xstream do the job on linux

    https://github.com/xhlove/XstreamDL-CLI

    Command :

    Code:
     python -m XstreamDL_CLI.cli --select --live --live-duration 00:05:00 --key 4be97d7f735af6a3451aca364b82a0ca:81fe64b5b28f270f0732a08e475ab003 "https://p7s1-live-001-prod.akamaized.net/3612abce/t_001/kabeleins-de-sd/cenc-default.mpd"]
    Thank you to Xhlove for the new version.
    Quote Quote  
  10. Hi.

    I would like to try the xstreamdl_cli. Unfortunately, I have no idea how to install this on Ubuntu 20.04.

    I'm not familiar with github.

    Many Thanks.
    Quote Quote  
  11. xstreamdl-cli no need to install
    simply run trough cmd window, like yt-dlp
    Quote Quote  
  12. Code:
    heiko@Worf:~$ cd "/home/heiko/Downloads/Kabel Eins"
    heiko@Worf:~/Downloads/Kabel Eins$ 
    heiko@Worf:~/Downloads/Kabel Eins$  python -m XstreamDL_CLI.cli --select --live --live-duration 00:05:00 --key 4be97d7f735af6a3451aca364b82a0ca:81fe64b5b28f270f0732a08e475ab003 "https://p7s1-live-001-prod.akamaized.net/3612abce/t_001/kabeleins-de-sd/cenc-default.mpd"
    /usr/bin/python: No module named XstreamDL_CLI
    heiko@Worf:~/Downloads/Kabel Eins$
    Quote Quote  
  13. Hi.

    Code:
    heiko@Worf:~/Downloads/Kabel Eins$ cd '/home/heiko/Downloads/Kabel Eins/XstreamDL-CLI-1.4.3' 
    heiko@Worf:~/Downloads/Kabel Eins/XstreamDL-CLI-1.4.3$ 
    heiko@Worf:~/Downloads/Kabel Eins/XstreamDL-CLI-1.4.3$ 
    heiko@Worf:~/Downloads/Kabel Eins/XstreamDL-CLI-1.4.3$ python -m XstreamDL_CLI.cli --select --live --live-duration 00:05:00 --key 4be97d7f735af6a3451aca364b82a0ca:81fe64b5b28f270f0732a08e475ab003 "https://p7s1-live-001-prod.akamaized.net/3612abce/t_001/kabeleins-de-sd/cenc-default.mpd"
    Traceback (most recent call last):
      File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
        mod_name, _Error)
      File "/usr/lib/python2.7/runpy.py", line 119, in _get_module_details
        code = loader.get_code(mod_name)
      File "/usr/lib/python2.7/pkgutil.py", line 281, in get_code
        self.code = compile(source, self.filename, 'exec')
      File "/home/heiko/Downloads/Kabel Eins/XstreamDL-CLI-1.4.3/XstreamDL_CLI/cli.py", line 17
        def command_handler(args: CmdArgs):
                                ^
    SyntaxError: invalid syntax
    heiko@Worf:~/Downloads/Kabel Eins/XstreamDL-CLI-1.4.3$
    Sorry if I have to ask again, but I seem to be doing something totally wrong.

    Lots of love
    Quote Quote  
  14. I downloaded and unpacked the ZIP file.
    I now have the following files:
    Code:
    heiko@Worf:~/Downloads/Kabel Eins$ ll
    insgesamt 48
    drwxrwxr-x   3 heiko heiko  4096 Nov  6 23:53 ./
    drwxr-xr-x 142 heiko heiko 36864 Nov  6 22:59 ../
    drwx------   8 heiko heiko  4096 Jul  9 11:47 XstreamDL-CLI-1.4.3/
    heiko@Worf:~/Downloads/Kabel Eins$ cd XstreamDL-CLI-1.4.3
    heiko@Worf:~/Downloads/Kabel Eins/XstreamDL-CLI-1.4.3$ ll
    insgesamt 320
    drwx------ 8 heiko heiko   4096 Jul  9 11:47 ./
    drwxrwxr-x 3 heiko heiko   4096 Nov  6 23:53 ../
    drwx------ 2 heiko heiko   4096 Jul  9 11:47 binaries/
    -rw-rw-r-- 1 heiko heiko    696 Jul  9 11:47 config.json
    drwx------ 3 heiko heiko   4096 Jul  9 11:47 .github/
    -rw-rw-r-- 1 heiko heiko   1867 Jul  9 11:47 .gitignore
    -rw-rw-r-- 1 heiko heiko    138 Jul  9 11:47 headers.json
    drwx------ 2 heiko heiko   4096 Jul  9 11:47 images/
    -rw-rw-r-- 1 heiko heiko  26526 Jul  9 11:47 LICENSE
    -rw-rw-r-- 1 heiko heiko 205086 Jul  9 11:47 logo.ico
    -rw-rw-r-- 1 heiko heiko   8291 Jul  9 11:47 README_ENG.md
    -rw-rw-r-- 1 heiko heiko  12689 Jul  9 11:47 README.md
    -rw-rw-r-- 1 heiko heiko     43 Jul  9 11:47 requirements.txt
    drwx------ 2 heiko heiko   4096 Jul  9 11:47 test/
    -rw-rw-r-- 1 heiko heiko   2166 Jul  9 11:47 vvcvv.json
    drwx------ 6 heiko heiko   4096 Nov  6 22:52 XstreamDL_CLI/
    -rw-rw-r-- 1 heiko heiko   1046 Jul  9 11:47 XstreamDL-CLI.spec
    drwx------ 3 heiko heiko   4096 Jul  9 11:47 XstreamDL_GUI/
    -rw-rw-r-- 1 heiko heiko   1151 Jul  9 11:47 XstreamDL-GUI.spec
    heiko@Worf:~/Downloads/Kabel Eins/XstreamDL-CLI-1.4.3$
    Quote Quote  
  15. Hello,
    I can now record the video with this command:
    Code:
    python3 -m XstreamDL_CLI.cli --best-quality --live --live-duration 00:02:30 --key 4be97d7f735af6a3451aca364b82a0ca:81fe64b5b28f270f0732a08e475ab003 "https://p7s1-live-001-prod.akamaized.net/3612abce/t_001/kabeleins-de-sd/cenc-default.mpd"
    Then I don't get a finished recording. I still need to run this command:
    Code:
    ffmpeg -i *decrypted.mp4 -i *decrypted.m4a -c copy film.mp4
    Is that correct with the -c copy film.mp4?

    I ended up with film.mp4. The video runs too, but the sound has dropouts.

    What else can I do?

    Many greetings
    Heiko
    Quote Quote  
  16. -c copy film.mp4
    yes, right

    < I ended up with film.mp4. The video runs too, but the sound has dropouts >
    decrypted.m4a audio play fine? (before doing the mux with ffmpeg i mean)
    Quote Quote  
  17. Works well with the version of Xstream I gave you...but it's for Windows....

    Under Linux, I have tried with N_m3u8DL-RE and the result is correct.

    Image
    [Attachment 67757 - Click to enlarge]


    https://github.com/nilaoda/N_m3u8DL-RE/releases/tag/v0.1.2-beta
    Quote Quote  
  18. I get confused with the links. I'm not familiar with github. I don't know what to download where.

    The decrypted m4a is already corrupted.
    I try it now but under Windows N_m3uDL-RE.

    Many Thanks
    Heiko
    Quote Quote  
  19. It now seems to work on Windows 10.

    Code:
    N_m3u8DL-RE.exe https://p7s1-live-001-prod.akamaized.net/3612abce/t_001/kabeleins-de-sd/cenc-default.mpd --live-real-time-merge --live-record-limit 00:02:00 --key 4be97d7f735af6a3451aca364b82a0ca:81fe64b5b28f270f0732a08e475ab003 -M format=mp4
    But now I'm missing the instructions on how to get the key out myself.


    And:
    Original address was:
    Code:
    https://iptvcat.com/germany_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_#google_vignette
    How can I watch and download?


    Many Thanks,
    Heiko
    Quote Quote  
  20. Good Morning all.

    Does anyone have any idea/instructions on how to find the key?

    Many Thanks,
    Heiko
    Quote Quote  
  21. Hello, everyone,

    why is no one answering me anymore?

    greeting
    Heiko
    Quote Quote  
  22. Originally Posted by Data2006 View Post
    It now seems to work on Windows 10.

    Code:
    N_m3u8DL-RE.exe https://p7s1-live-001-prod.akamaized.net/3612abce/t_001/kabeleins-de-sd/cenc-default.mpd --live-real-time-merge --live-record-limit 00:02:00 --key 4be97d7f735af6a3451aca364b82a0ca:81fe64b5b28f270f0732a08e475ab003 -M format=mp4
    But now I'm missing the instructions on how to get the key out myself.


    And:
    Original address was:
    Code:
    https://iptvcat.com/germany_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_#google_vignette
    How can I watch and download?


    Many Thanks,
    Heiko
    You can download the iptvcat stream by throwing it into N_M3U8DL-RE. It's real-time downloading from the stream so it's not instant and it's not encrypted.
    Quote Quote  
  23. But it is encrypted.
    I did specify --key ... in the command.

    I just want to know where to find the key. I have other addresses where I need a key.

    Many Thanks,
    Heiko
    Quote Quote  
  24. Originally Posted by Data2006 View Post
    But it is encrypted.
    I did specify --key ... in the command.

    I just want to know where to find the key. I have other addresses where I need a key.

    Many Thanks,
    Heiko
    Are you downloading the .m3u8? None of IPTVCAT i've tested are encrypted.
    Quote Quote  
  25. Good. thanks.
    But in this case I meant the 1st address, not iptvcat... but
    https://p7s1-live-001-prod.akamaized.net/3612abce/t_001/kabeleins-de-sd/cenc-default.mpd

    I'm looking for the keys for various videos at video.kabeleins.de.

    Many Thanks,
    Heiko
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!