1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Disable padding

This commit is contained in:
winlin 2020-05-21 16:19:55 +08:00
parent f03bf601e4
commit 9dfa0cc099
5 changed files with 3 additions and 43 deletions

View file

@ -207,8 +207,6 @@ private:
// Simulators.
int nn_simulate_nack_drop;
private:
// For merged-write and GSO.
int max_padding;
// For merged-write messages.
int mw_msgs;
bool realtime;
@ -221,7 +219,6 @@ public:
srs_error_t initialize(const uint32_t& vssrc, const uint32_t& assrc, const uint16_t& v_pt, const uint16_t& a_pt);
// interface ISrsReloadHandler
public:
virtual srs_error_t on_reload_rtc_server();
virtual srs_error_t on_reload_vhost_play(std::string vhost);
virtual srs_error_t on_reload_vhost_realtime(std::string vhost);
public: