mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
bravo auto atc per stream. 0.9.84
This commit is contained in:
parent
f02ac02a50
commit
6ee49ee029
4 changed files with 1 additions and 28 deletions
|
@ -826,7 +826,6 @@ int SrsSource::on_meta_data(SrsMessage* msg, SrsOnMetaDataPacket* metadata)
|
|||
if ((prop = metadata->metadata->get_property("bravo_atc")) != NULL) {
|
||||
if (prop->is_string() && prop->to_str() == "true") {
|
||||
atc = true;
|
||||
_srs_config->set_atc(_req->vhost, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue