Skip to content

Commit

Permalink
disable h264
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Feb 29, 2024
1 parent 4a49f1b commit f213c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/vmix/codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,10 @@ int vmix_codec_init(void)
if (err)
return err;

#if 0
proxy_codec_alloc("H264", "packetization-mode=0");
proxy_codec_alloc("H264", "packetization-mode=1");
#endif
proxy_codec_alloc("VP8", NULL);

list_clear(baresip_vidcodecl());
Expand Down

0 comments on commit f213c16

Please sign in to comment.