mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #251, remove the mic(message iovs cache), no use.
This commit is contained in:
parent
149d5863e9
commit
7150a99f41
7 changed files with 2 additions and 452 deletions
|
@ -403,11 +403,6 @@ private:
|
|||
std::vector<SrsForwarder*> forwarders;
|
||||
// for aggregate message
|
||||
SrsStream* aggregate_stream;
|
||||
#ifdef SRS_PERF_MW_MSG_IOVS_CACHE
|
||||
// the chunk size for mic,
|
||||
// update when publish stream.
|
||||
int chunk_size;
|
||||
#endif
|
||||
private:
|
||||
/**
|
||||
* the sample rate of audio in metadata.
|
||||
|
@ -452,7 +447,6 @@ public:
|
|||
virtual int on_reload_vhost_forward(std::string vhost);
|
||||
virtual int on_reload_vhost_hls(std::string vhost);
|
||||
virtual int on_reload_vhost_dvr(std::string vhost);
|
||||
virtual int on_reload_vhost_chunk_size(std::string vhost);
|
||||
virtual int on_reload_vhost_transcode(std::string vhost);
|
||||
// for the tools callback
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue