hallo,
i want to play a dash live stream. it uses for audio and video a different cenc key.
it's not really a solution but i can play audio and video with two seperate ffplay's.
ffplay -headers "$UA" -cenc_decryption_key $VKEY "$URL" &
ffplay -nodisp -headers "$UA" -cenc_decryption_key $AKEY "$URL"
my question, does anybody know a solution for this?
does anybody know a player (on linux) that takes 2 keys?
or something like this? this does not work!!
mkfifo audio
ffplay -nodisp -cenc_decryption_key $AKEY audio &
yt-dlp --allow-unplayable-formats "$URL" -o - | tee audio | ffplay -cenc_decryption_key $VKEY -
thanks for help,
hubert
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 7 of 7
-
Last edited by hubertsaper; 11th Jan 2023 at 09:14.
-
N_m3u8DL-CLI can use a key file. As far as I understood this it should work for both streams if you put both keys in a key file, so Nm3u should "brute force" and try both keys for each stream.
It then will download two streams parallel, video and audio. You can then open both streams at the same time with vlc, I do this a lot, works and is in-sync.
After watching you might delete the downloaded streams. -
thanks, N_m3u8DL-CLI looks interesting,
but unfortunately I use linux and i could not find a linux version of N_m3u8DL-CLI?
is there something similar available for linux? -
This had been asked a few times, as far as I know: No, up to now. But not sure, the author seems to be fast in improving.
Similar Threads
-
How To Play / Download a DRM Live Stream Protected MPD Manifest On Linux
By Rebanjulu in forum Video Streaming DownloadingReplies: 5Last Post: 2nd Nov 2022, 11:52 -
Trying to download and play a Sample-Aes encryption live stream
By Shaico in forum Video Streaming DownloadingReplies: 4Last Post: 3rd Nov 2021, 12:37 -
Need help to find new BBC World Service live audio stream
By jimdagys in forum Video Streaming DownloadingReplies: 19Last Post: 27th Sep 2021, 14:15 -
Unable to stream live HD video from websites
By Katepwa71 in forum Video Streaming DownloadingReplies: 6Last Post: 18th Apr 2021, 18:54 -
Seperate audio from video help please
By RBCC in forum AudioReplies: 5Last Post: 24th May 2018, 09:38