Changes between Initial Version and Version 1 of Ticket #9777


Ignore:
Timestamp:
May 10, 2022, 2:50:53 AM (4 years ago)
Author:
svnpenn
Comment:

I found the answer here:

https://stackoverflow.com/questions/66029486/decrypting-fragmented-mpeg-dash-using-ffmpeg

It seems currently with FFmpeg, you must decrypt each fragment separately, and you must combine the init segment with each fragment before decrypting. Contrast with other tools, which can decrypt the whole file at once.

Legend:

Unmodified
Added
Removed
Modified