VideoHelp Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. Hello,

    I'm looking for a way to record the channels on the French website 6 play . The livestreams are protected (I know how to get the keys).

    I tried witch streamlink to launch on VLC player (you can easily record with VLC and watch at the same time) but I have only the sound, the video is encrypted. Maybe I used the wrong command or maybe it's not possible with streamlink.

    If someone has a solution. The channels are just below the red circle on the homepage. There are some ads (a few minutes) before the stream.

    Thanks
    Last edited by pouki2; 22nd Apr 2023 at 11:47.
    Quote Quote  
  2. Try with N_m3u8DL-RE:

    Code:
    N_m3u8DL-RE --key KID:KEY "MPD URL" -M format=mp4 --live-record-limit HH:mm:ss --live-real-time-merge --save-name "NAME"
    There's a bunch of other options, as well.
    Quote Quote  
  3. Thanks, it works but I have a problem, I made several recordings and every 20/30 seconds, the image and sound freeze for like 5 seconds.

    Any idea how to fix it?
    Quote Quote  
  4. nxhda
    Join Date
    Sep 2022
    Location
    United States
    Search Comp PM
    N_m3u8DL-RE --save-name GG "PLAY URL" --append-url-params --mp4-real-time-decryption --use-shaka-packager --live-real-time-merge --key KID:KEY --live-record-limit 00:02:00 --mux-after-done mp4
    Quote Quote  
  5. Originally Posted by pouki2 View Post
    Thanks, it works but I have a problem, I made several recordings and every 20/30 seconds, the image and sound freeze for like 5 seconds.

    Any idea how to fix it?
    Run --help and experiment with the various arguments.
    Quote Quote  
  6. Thanks NBA456017, it works but the problem is that it doesn't want to mux. I tried manually with ffmpeg but the audio track is the problem. I watched the video without sound, and no freeze though.

    Image
    [Attachment 70109 - Click to enlarge]
    Quote Quote  
  7. Hello Pouki

    I think you can't mux because there is a problem in decrypting video.

    Put the keys you have found in a file "key.txt" In the folder of N_m3u8DL-RE

    Keys

    Code:
    --key 6e1087ef30f73661beb5fa8bd7a48852:3b4d9f5335c155564a258ac37da69171
    --key 447d7f4af09f3e4895e4960e536d995a:bcbd7d825d82c1dc1b301cce1db6a063
    --key 433ffba670963e70857859a9dff4be04:51ede3a821229fe81e71282c8eff80e3
    --key 934bc7c6a0293d5b9e261a7324777503:13f4e2b05760045e1b11066974e57fe5
    --key 91d9467bd795318ba07c4867ff4381e7:5ca4d67cf1663d2146a9139575480a36
    you can now use the command from NBA456017 (with "key.txt")

    Code:
    ./N_m3u8DL-RE --key-text-file key.txt --save-name GG "https://origin-caf900c010ea8046.live.6cloud.fr/out/v1/1b7883731a2a4c9daf16dde45a8162e9/dash_short_cenc10_m6_hdeindex.mpd" --append-url-params --mp4-real-time-decryption --live-real-time-merge --live-record-limit 00:02:00 --mux-after-done mp4

    Image
    [Attachment 70110 - Click to enlarge]
    Quote Quote  
  8. Thanks Cedric , it mux now but at the end, I have only the sound, no video. I have this error message.

    I had the last version of n_m3u8dl-Re with windows (N_m3u8DL-RE_v0.1.5.3-beta), I tried to take an old one because I saw on your picture that you were using but it does not change anything.

    Click image for larger version

Name:	problem.jpg
Views:	78
Size:	157.8 KB
ID:	70111
    Quote Quote  
  9. Ffmpeg and mp4decript must be on the folder of N_m3u8dl-Re
    Quote Quote  
  10. Yes they are in the file but still the same mistake.

    I tried to adapt the method of "Larits" (first answer) since it's the only one that gave me video/audio (with freezes) but with the key.txt file instead of all the keys one after the other and now, I only have the audio.

    Code:
    Video/audio with freeze
    N_m3u8DL-RE --key f86280a99f9a3ae789b1f169797de91e:83dd4aa9300a87d1a4ab9e003c3e1c60 --key a9233c414ea83216adeab096885a07b7:5dc242ac39767a18f744d9c66eba3800 --key bd881b9106ea3e8d9d26602cc7b01e12:9dfcf80e41fab2ed95db9f57dc783be5 --key e43da1227fef3f03b7053f73c04d5a12:d7b25690c0a14555f7eb6b61f3229317 --key e397d5ccb7e73344b51579ca24dc84fc:9c7ebe3311cc7a0ef56d006c507df0b5 --key e8ae44faa1e73658bfe725dec8204259:d90e4519b41352e2791370dfcc20406b https://origin-caf900c010ea8046.live.6cloud.fr/out/v1/f55bbde08fa44d2187d97dfe7381a4d4/dash_short_cenc10_w9_hdaindex.mpd -M format=mp4 --live-record-limit 00:01:00  --live-real-time-merge --save-name "test1"
    
    Only sound
    
    N_m3u8DL-RE --key-text-file key.txt https://origin-caf900c010ea8046.live.6cloud.fr/out/v1/f55bbde08fa44d2187d97dfe7381a4d4/dash_short_cenc10_w9_hdaindex.mpd -M format=mp4 --live-record-limit 00:01:00 --live-real-time-merge --save-name "test2"
    Click image for larger version

Name:	folder.jpg
Views:	47
Size:	39.5 KB
ID:	70113
    Quote Quote  
  11. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Code:
    N_m3u8DL-RE --key 6e1087ef30f73661beb5fa8bd7a48852:3b4d9f5335c155564a258ac37da69171 --save-name GG "https://origin-caf900c010ea8046.live.6cloud.fr/out/v1/1b7883731a2a4c9daf16dde45a8162e9/dash_short_cenc10_m6_hdeindex.mpd" --append-url-params --mp4-real-time-decryption --live-real-time-merge --live-record-limit 00:01:00 --mux-after-done mp4

    pic and sound is fine
    Quote Quote  
  12. You could try muxing with mkvmerge instead. This gives me a solid 2 minute video with audio and no freezing:

    Code:
    N_m3u8DL-RE --key e397d5ccb7e73344b51579ca24dc84fc:9c7ebe3311cc7a0ef56d006c507df0b5 "https://origin-caf900c010ea8046.live.6cloud.fr/out/v1/00717d9970b045e78916ada1eaf374d9/dash_short_cenc10_w9_hdeindex.mpd" -M format=mkv:muxer=mkvmerge --live-record-limit 00:02:00 --live-real-time-merge --save-name "video"
    Quote Quote  
  13. Thx for your answers.

    @iamengland Yes it worked but same freeze with 1 minute video only (around 28 seconds and 48 seconds) : https://streamable.com/20zgh8

    @larits Thank you so much ! Just try and no freezing at all. Problem solved

    Thx again all for your help
    Quote Quote  



Similar Threads

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