mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
* explicitly enable nack, for firefox (#2373) * For #2371: Add regression test for SDP nack 1. Refine API to change defaule decodes. 2. Add test for publish SDP nack. 3. Add test for play SDP nack. Co-authored-by: Haibo Chen <495810242@qq.com>
This commit is contained in:
parent
43bb9660ca
commit
8c7ba05f9a
5 changed files with 555 additions and 70 deletions
|
@ -2909,7 +2909,7 @@ srs_error_t SrsRtcConnection::negotiate_publish_capability(SrsRtcUserConfig* ruc
|
|||
//local_media_desc.payload_types_.back().rtcp_fb_.push_back("rrtr");
|
||||
}
|
||||
|
||||
// TODO: FIXME: use one parse paylod from sdp.
|
||||
// TODO: FIXME: use one parse payload from sdp.
|
||||
|
||||
track_desc->create_auxiliary_payload(remote_media_desc.find_media_with_encoding_name("red"));
|
||||
track_desc->create_auxiliary_payload(remote_media_desc.find_media_with_encoding_name("rtx"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue