Skip to content

Commit 2837d73

Browse files
Fixed level in comment about default h264 video profile
1 parent 8dc397d commit 2837d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rtc/description.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace rtc {
3232
const string DEFAULT_OPUS_AUDIO_PROFILE =
3333
"minptime=10;maxaveragebitrate=96000;stereo=1;sprop-stereo=1;useinbandfec=1";
3434

35-
// Use Constrained Baseline profile Level 4.2 (necessary for Firefox)
35+
// Use Constrained Baseline profile Level 3.1 (necessary for Firefox)
3636
// https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs#Supported_video_codecs
3737
// TODO: Should be 42E0 but 42C0 appears to be more compatible. Investigate this.
3838
const string DEFAULT_H264_VIDEO_PROFILE =

0 commit comments

Comments
 (0)