fix(server): HEVC videos not playing on Apple devices (#6712)

* add hvc1 tag

* formatting
This commit is contained in:
Mert
2024-01-28 21:17:20 -05:00
committed by GitHub
parent 0770ad15e5
commit e5a70329c9
2 changed files with 9 additions and 0 deletions
@@ -1094,6 +1094,7 @@ describe(MediaService.name, () => {
'-fps_mode passthrough',
'-map 0:0',
'-map 0:1',
'-tag:v hvc1',
'-v verbose',
'-vf scale=-2:720,format=yuv420p',
'-preset ultrafast',
@@ -1127,6 +1128,7 @@ describe(MediaService.name, () => {
'-fps_mode passthrough',
'-map 0:0',
'-map 0:1',
'-tag:v hvc1',
'-v verbose',
'-vf scale=-2:720,format=yuv420p',
'-preset ultrafast',
@@ -1673,6 +1675,7 @@ describe(MediaService.name, () => {
'-map 0:0',
'-map 0:1',
'-g 256',
'-tag:v hvc1',
'-v verbose',
'-level 153',
'-rc_mode 3',