新增支持mjpeg es rtp流

mpegts/g711 payload改成固定模式
This commit is contained in:
ziyue
2022-12-30 18:04:15 +08:00
parent ae950606cb
commit 77e46353ce
4 changed files with 57 additions and 69 deletions

View File

@@ -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
/**