VideoHelp Forum
+ Reply to Thread
Results 1 to 9 of 9
Thread
  1. Hi,
    I'm trying to download streaming video out of vix.com, and I've read some posts in here, but got confused.
    Is there a detailed guide for the steps required? (MPD, Keys, etc.)

    Thanks!
    Quote Quote  
  2. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    you're not providing us anything in here that may can help us spoonfed you
    Quote Quote  
  3. Originally Posted by talms View Post
    Hi,
    I'm trying to download streaming video out of vix.com, and I've read some posts in here, but got confused.
    Is there a detailed guide for the steps required? (MPD, Keys, etc.)

    Thanks!
    Keep reading. Its all here multiple times over and over again.
    Quote Quote  
  4. Psychology student CrymanChen's Avatar
    Join Date
    Apr 2022
    Location
    Mainland China
    Search Comp PM
    I once wanted to watch "Mal de Ojo" on Vix,
    It's using standard Widevine, try reading more in the forum.
    twitter @Cryman_Chen
    email crymanchen@gmail.com
    Quote Quote  
  5. Psychology student CrymanChen's Avatar
    Join Date
    Apr 2022
    Location
    Mainland China
    Search Comp PM
    Use a movie that's free to watch on Vix to explain briefly:

    "The Expendables"
    https://vix.com/es-es/detail/video-3692007

    .mpd file: try searching "mpd" in the developer tools.
    Image
    [Attachment 68902 - Click to enlarge]

    license url: try searching "cenc" in the developer tools, and the response should be full of unreadable characters like this:
    Image
    [Attachment 68903 - Click to enlarge]


    You'll find something called pssh in your mpd file, then use third-party services to send a license request including pssh to the license url above (to get the key to download the video).
    And the key is:
    Code:
    01d6b54ba7a9529d44db06ce82ea7e8f:8e9b4ce1bd1d80c8b8f8cfcb96fee677
    00d6b54ba7a9529d44db06ce82ea7e8f:efba827488ba8107e873f6c49ba69dd3
    02d6b54ba7a9529d44db06ce82ea7e8f:bf5a38add06ea890bd387249442f1dec
    twitter @Cryman_Chen
    email crymanchen@gmail.com
    Quote Quote  
  6. key
    https://capi.9c9media.com/destinations/ctvmtv_hub/platforms/desktop/bond/contents/2609...7/manifest.mpd

    2e30170ed95ddf6475ed76e4151478ad:6bd4df62aea21c881 33287ebe4d37c0a
    d3daa2d6b1a982c584fb40b45975a183:933d07c4d5b64b102 8ec82ffea09510e
    39dcb532836b615ea5d784b7b2e201bd:c88fbbf19ed409387 ffa565670270bd4

    with 3 keys how to download from ctv as with two I succeeded but with 3 I don't know
    Quote Quote  
  7. Psychology student CrymanChen's Avatar
    Join Date
    Apr 2022
    Location
    Mainland China
    Search Comp PM
    Originally Posted by killer30 View Post
    key
    https://capi.9c9media.com/destinations/ctvmtv_hub/platforms/desktop/bond/contents/2609...7/manifest.mpd

    2e30170ed95ddf6475ed76e4151478ad:6bd4df62aea21c881 33287ebe4d37c0a
    d3daa2d6b1a982c584fb40b45975a183:933d07c4d5b64b102 8ec82ffea09510e
    39dcb532836b615ea5d784b7b2e201bd:c88fbbf19ed409387 ffa565670270bd4

    with 3 keys how to download from ctv as with two I succeeded but with 3 I don't know
    '9c9media'? That's CTV (ctv.ca) license url.

    how to download
    Use yt-dlp and the syntax should be:
    Code:
    yt-dlp.exe --allow-u -N 16 -f bv,ba "<here is your mpd file URL>" -o output.mp4
    Then use mp4decrypt to decrypt the video stream and audio stream separately.


    Or use N_m3u8DL-RE and the following syntax:
    Code:
    N_m3u8DL-RE.exe "<mpd file URL>" --key 2e30170ed95ddf6475ed76e4151478ad:6bd4df62aea21c88133287ebe4d37c0a --key d3daa2d6b1a982c584fb40b45975a183:933d07c4d5b64b1028ec82ffea09510e --key 39dcb532836b615ea5d784b7b2e201bd:c88fbbf19ed409387ffa565670270bd4
    twitter @Cryman_Chen
    email crymanchen@gmail.com
    Quote Quote  
  8. Originally Posted by CrymanChen View Post
    Originally Posted by killer30 View Post
    key
    https://capi.9c9media.com/destinations/ctvmtv_hub/platforms/desktop/bond/contents/2609...7/manifest.mpd

    2e30170ed95ddf6475ed76e4151478ad:6bd4df62aea21c881 33287ebe4d37c0a
    d3daa2d6b1a982c584fb40b45975a183:933d07c4d5b64b102 8ec82ffea09510e
    39dcb532836b615ea5d784b7b2e201bd:c88fbbf19ed409387 ffa565670270bd4

    with 3 keys how to download from ctv as with two I succeeded but with 3 I don't know
    '9c9media'? That's CTV (ctv.ca) license url.

    how to download
    Use yt-dlp and the syntax should be:
    Code:
    yt-dlp.exe --allow-u -N 16 -f bv,ba "<here is your mpd file URL>" -o output.mp4
    Then use mp4decrypt to decrypt the video stream and audio stream separately.


    Or use N_m3u8DL-RE and the following syntax:
    Code:
    N_m3u8DL-RE.exe "<mpd file URL>" --key 2e30170ed95ddf6475ed76e4151478ad:6bd4df62aea21c88133287ebe4d37c0a --key d3daa2d6b1a982c584fb40b45975a183:933d07c4d5b64b1028ec82ffea09510e --key 39dcb532836b615ea5d784b7b2e201bd:c88fbbf19ed409387ffa565670270bd4
    the last version doesn't work for me, the other one downloaded but I can't open it because I didn't set the 3 keys correctly
    Quote Quote  
  9. Psychology student CrymanChen's Avatar
    Join Date
    Apr 2022
    Location
    Mainland China
    Search Comp PM
    What do you mean you didn't set the keys correctly?
    twitter @Cryman_Chen
    email crymanchen@gmail.com
    Quote Quote  



Similar Threads

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