diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-16 14:39:27 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-16 14:39:27 +0200 |
commit | a9c897c7d7df5509a195055e95dfa821fe7aa274 (patch) | |
tree | f7508de286fc3b5d830a2e540a514c30fa7a24c8 /web/script/player/mediacaps.ts | |
parent | 39dee6820db4581fa41cfac8bcfdd399a96f5319 (diff) | |
download | jellything-a9c897c7d7df5509a195055e95dfa821fe7aa274.tar jellything-a9c897c7d7df5509a195055e95dfa821fe7aa274.tar.bz2 jellything-a9c897c7d7df5509a195055e95dfa821fe7aa274.tar.zst |
the typical mse problems again...
Diffstat (limited to 'web/script/player/mediacaps.ts')
-rw-r--r-- | web/script/player/mediacaps.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/script/player/mediacaps.ts b/web/script/player/mediacaps.ts index 29cd64a..3c55aa9 100644 --- a/web/script/player/mediacaps.ts +++ b/web/script/player/mediacaps.ts @@ -63,8 +63,8 @@ const MASTROSKA_CODEC_MAP: { [key: string]: string } = { "V_VP9": "vp9", "V_VP8": "vp8", "V_AV1": "av1", - "V_MPEG4/ISO/AVC": "avc1.4d002a", - "V_MPEGH/ISO/HEVC": "h265", + "V_MPEG4/ISO/AVC": "avc1.42C01F", + "V_MPEGH/ISO/HEVC": "hev1.1.6.L93.90", "A_OPUS": "opus", "A_VORBIS": "vorbis", "S_TEXT/WEBVTT": "webvtt", |