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...
I get an error though.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 have tried the ffmpeg listed on this site as well as the "full" one found here https://www.gyan.dev/ffmpeg/builds/Code:Option decryption_key not found
Any ideas?
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by Chris91; 17th Jun 2023 at 15:49.
-
try this one
Code:ffmpeg -cenc_decryption_key a65e70e18c44ba7dcfc032cb117a6533 -i "https://mpd" -c copy video.ts
Similar Threads
-
Help downloading .mpd dash stream with no manifest
By JustPassing in forum Video Streaming DownloadingReplies: 9Last Post: 19th Nov 2021, 05:51 -
Newbie: How to download what I think is MPEG-DASH stream
By charlie3629 in forum Video Streaming DownloadingReplies: 13Last Post: 5th Nov 2021, 05:51 -
How to auto select best HLS or DASH stream, and why one over the other ?
By abolibibelot in forum Video Streaming DownloadingReplies: 10Last Post: 8th Oct 2021, 23:11 -
need help with downloading a DASH stream using mpd and key.
By ramennoodles in forum Video Streaming DownloadingReplies: 1Last Post: 22nd Jun 2021, 07:56 -
Download a membership only DASH stream video
By mustu5 in forum Video Streaming DownloadingReplies: 7Last Post: 30th Dec 2020, 03:32