mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1998, Support Firefox, use PT in offer. 4.0.55
This commit is contained in:
parent
57b5204a10
commit
4650d47082
5 changed files with 57 additions and 25 deletions
|
@ -1941,6 +1941,11 @@ std::string SrsRtcSendTrack::get_track_id()
|
|||
return track_desc_->id_;
|
||||
}
|
||||
|
||||
int SrsRtcSendTrack::get_track_media_pt()
|
||||
{
|
||||
return track_desc_->media_->pt_;
|
||||
}
|
||||
|
||||
void SrsRtcSendTrack::on_recv_nack()
|
||||
{
|
||||
SrsRtcTrackStatistic* statistic = statistic_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue