支持remb控制推流比特率

This commit is contained in:
xia-chu
2021-04-28 15:41:36 +08:00
parent 9396270ce2
commit 726e909601
5 changed files with 47 additions and 6 deletions

View File

@@ -667,6 +667,7 @@ public:
string toString() const;
string toRtspSdp() const;
const RtcMedia *getMedia(TrackType type) const;
bool supportRtcpFb(const string &name, TrackType type = TrackType::TrackVideo) const;
private:
RtcSessionSdp::Ptr toRtcSessionSdp() const;