mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
1. Modify rtc.conf to support Bframe discard.
2. Rename srs_app_rtp.cpp to srs_app_rtc.cpp
This commit is contained in:
parent
68ad006b73
commit
fa700dad64
10 changed files with 129 additions and 69 deletions
|
@ -54,7 +54,7 @@ class SrsNgExec;
|
|||
class SrsConnection;
|
||||
class SrsMessageHeader;
|
||||
class SrsHls;
|
||||
class SrsRtp;
|
||||
class SrsRtc;
|
||||
class SrsDvr;
|
||||
class SrsDash;
|
||||
class SrsEncoder;
|
||||
|
@ -360,8 +360,8 @@ private:
|
|||
private:
|
||||
// The format, codec information.
|
||||
SrsRtmpFormat* format;
|
||||
// rtp handler
|
||||
SrsRtp* rtp;
|
||||
// rtc handler
|
||||
SrsRtc* rtc;
|
||||
// hls handler.
|
||||
SrsHls* hls;
|
||||
// The DASH encoder.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue