Skip to content

Instantly share code, notes, and snippets.

View Swilder-M's full-sized avatar
:octocat:
Coding

Ming Swilder-M

:octocat:
Coding
View GitHub Profile
@rlaphoenix
rlaphoenix / _restream_cenc.md
Last active June 19, 2024 08:17
Ways to re-stream and decrypt MPEG-CENC live streams. (or just play on desktop)

Disclaimer

  1. All content keys were redacted, they should be 128-bit hex strings.
  2. These methods involve the use of ffmpeg and -cenc_decryption_key which is not part of stable releases as of July 2022. Use nightlies from gyan.dev or some other autobuild in the meantime. Hopefully it gets added in the next stable release.
  3. On my end none of these were particularly reliable. This may change in the future as FFmpeg evolves. The direct method of playing with ffplay is currently the most reliable out of the listed methods.

xTeVe (for Emby/Plex)