mirror of
https://github.com/pion/webrtc.git
synced 2025-10-22 06:39:29 +08:00
Update H264 Default Payload type
Short term fix, we need to update examples and show how you should probe offer when deciding your payload type
This commit is contained in:
@@ -17,7 +17,7 @@ const (
|
|||||||
DefaultPayloadTypeOpus = 111
|
DefaultPayloadTypeOpus = 111
|
||||||
DefaultPayloadTypeVP8 = 96
|
DefaultPayloadTypeVP8 = 96
|
||||||
DefaultPayloadTypeVP9 = 98
|
DefaultPayloadTypeVP9 = 98
|
||||||
DefaultPayloadTypeH264 = 100
|
DefaultPayloadTypeH264 = 102
|
||||||
)
|
)
|
||||||
|
|
||||||
// MediaEngine defines the codecs supported by a PeerConnection
|
// MediaEngine defines the codecs supported by a PeerConnection
|
||||||
|
Reference in New Issue
Block a user