webrtc: wip

This commit is contained in:
Koushik Dutta
2022-03-27 11:37:33 -07:00
parent 4d7a3c2dfc
commit 3b59432bf5
2 changed files with 10 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ export function getH264DecoderArgs(): CodecArgs {
'Nvidia CUDA': [
'-vsync', '0', 'hwaccel', 'cuda', '-hwaccel_output_format', 'cuda',
],
'Nvidia CUVID:': [
'Nvidia CUVID': [
'-vsync', '0', 'hwaccel', 'cuvid', '-c:v', 'h264_cuvid',
],
};