We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8208fec commit fc15825Copy full SHA for fc15825
lib/ex_webrtc/peer_connection/configuration.ex
@@ -27,8 +27,6 @@ defmodule ExWebRTC.PeerConnection.Configuration do
27
clock_rate: 90_000
28
}
29
30
- # Ensure we are using H264 with packetization_mode=1 by default
31
- # (packetization_mode=0 has issues when switching layers)
32
@default_codec_params_h264 %RTPCodecParameters{
33
payload_type: 99,
34
mime_type: "video/H264",
0 commit comments