VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I have a stream here that works using this site https://developer-tools.jwplayer.com/stream-tester

    Here are the details

    Manifest: https://linear106-gb-dash1-prd-ak.cdn.skycdp.com/100e/Content/DASH_003_sd/Live/channel...anifest_sd.mpd
    KeyID: 00096a860acf1a1b85720b564c5e5863
    Key: a65e70e18c44ba7dcfc032cb117a6533

    I am trying to get the stream into ffmepg... I'm not really interested in other tools... unless they also run cross platform and let me pipe the output instead of saving it.

    Form what I understand this is how I can set a dash stream as an input...
    Code:
    ffmpeg -decryption_key "a65e70e18c44ba7dcfc032cb117a6533" -i "https://linear106-gb-dash1-prd-ak.cdn.skycdp.com/100e/Content/DASH_003_sd/Live/channel(dave)/manifest_sd.mpd" ...
    I get an error though.
    Code:
    Option decryption_key not found
    I have tried the ffmpeg listed on this site as well as the "full" one found here https://www.gyan.dev/ffmpeg/builds/

    Any ideas?
    Last edited by Chris91; 17th Jun 2023 at 15:49.
    Quote Quote  
  2. try this one
    Code:
    ffmpeg -cenc_decryption_key a65e70e18c44ba7dcfc032cb117a6533 -i "https://mpd" -c copy video.ts
    Quote Quote  
  3. Originally Posted by lomero View Post
    try this one
    Code:
    ffmpeg -cenc_decryption_key a65e70e18c44ba7dcfc032cb117a6533 -i "https://mpd" -c copy video.ts
    Brilliant thanks!
    Quote Quote  



Similar Threads

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