fix hdr tone mapping
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user