fix hdr tone mapping

This commit is contained in:
2026-06-04 23:11:21 +03:00
parent 6756bf9d40
commit 5814714e6a
3 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ export function usePlaybackInfo(
// picks the default; when set, the returned TranscodingUrl muxes
// that audio track into the stream.
AudioStreamIndex: audioStreamIndex,
DeviceProfile: browserDeviceProfile(audioPassthrough) as any,
DeviceProfile: await browserDeviceProfile(audioPassthrough) as any,
AutoOpenLiveStream: true,
EnableDirectPlay: true,
EnableDirectStream: true,