mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
sdp exchange.
This commit is contained in:
parent
ccd170a813
commit
49da2099c1
12 changed files with 1435 additions and 298 deletions
|
@ -43,7 +43,7 @@ const int max_payload_size = 1200;
|
|||
const int kRtpPacketSize = 1500;
|
||||
|
||||
const uint8_t kOpusPayloadType = 111;
|
||||
const uint8_t kH264PayloadType = 102;
|
||||
const uint8_t kH264PayloadType = 95;
|
||||
|
||||
const uint8_t kNalTypeMask = 0x1F;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue