mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 09:47:33 +08:00
新增支持mjpeg es rtp流
mpegts/g711 payload改成固定模式
This commit is contained in:
@@ -350,14 +350,8 @@ extern const std::string kH264PT;
|
||||
extern const std::string kH265PT;
|
||||
// rtp server ps 的pt
|
||||
extern const std::string kPSPT;
|
||||
// rtp server ts 的pt
|
||||
extern const std::string kTSPT;
|
||||
// rtp server opus 的pt
|
||||
extern const std::string kOpusPT;
|
||||
// rtp server g711u 的pt
|
||||
extern const std::string kG711UPT;
|
||||
// rtp server g711a 的pt
|
||||
extern const std::string kG711APT;
|
||||
} // namespace RtpProxy
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user