mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Remove srs-librtmp
This commit is contained in:
parent
f043a7eb48
commit
6dc8d9dd6f
26 changed files with 139 additions and 189 deletions
|
@ -68,8 +68,6 @@ SrsPps* _srs_pps_srtps = NULL;
|
|||
SrsPps* _srs_pps_pli = NULL;
|
||||
SrsPps* _srs_pps_twcc = NULL;
|
||||
SrsPps* _srs_pps_rr = NULL;
|
||||
SrsPps* _srs_pps_pub = NULL;
|
||||
SrsPps* _srs_pps_conn = NULL;
|
||||
|
||||
extern SrsPps* _srs_pps_snack;
|
||||
extern SrsPps* _srs_pps_snack2;
|
||||
|
@ -79,6 +77,9 @@ extern SrsPps* _srs_pps_snack4;
|
|||
extern SrsPps* _srs_pps_rnack;
|
||||
extern SrsPps* _srs_pps_rnack2;
|
||||
|
||||
extern SrsPps* _srs_pps_pub;
|
||||
extern SrsPps* _srs_pps_conn;
|
||||
|
||||
ISrsRtcTransport::ISrsRtcTransport()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue