Skip to content

Commit

Permalink
Remove H264 High from list of supported codecs
Browse files Browse the repository at this point in the history
Chrome incorrectly claims to not provide a software decoder for this.
When it encounters decoding errors it puts the viewer in a bad state
  • Loading branch information
Sean-Der committed May 24, 2024
1 parent 659fffd commit e0ce2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/webrtc/webrtc.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ func PopulateMediaEngine(m *webrtc.MediaEngine) error {
{45, webrtc.MimeTypeAV1, ""},
{98, webrtc.MimeTypeVP9, "profile-id=0"},
{100, webrtc.MimeTypeVP9, "profile-id=2"},
{112, webrtc.MimeTypeH264, "level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=64001f"},
} {
if err := m.RegisterCodec(webrtc.RTPCodecParameters{
RTPCodecCapability: webrtc.RTPCodecCapability{
Expand Down

0 comments on commit e0ce2de

Please sign in to comment.