mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 12:18:12 +08:00
修改rtp pt时,确保不影响其他播放器
This commit is contained in:
@@ -46,7 +46,7 @@ namespace RTC
|
||||
~SrtpSession();
|
||||
|
||||
public:
|
||||
bool EncryptRtp(const uint8_t** data, size_t* len);
|
||||
bool EncryptRtp(const uint8_t** data, size_t* len, uint8_t pt);
|
||||
bool DecryptSrtp(uint8_t* data, size_t* len);
|
||||
bool EncryptRtcp(const uint8_t** data, size_t* len);
|
||||
bool DecryptSrtcp(uint8_t* data, size_t* len);
|
||||
|
||||
Reference in New Issue
Block a user