mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
120033e0a2
commit
f9257b89e7
6 changed files with 46 additions and 15 deletions
|
@ -1355,6 +1355,11 @@ bool SrsSource::can_publish()
|
|||
return _can_publish;
|
||||
}
|
||||
|
||||
bool SrsSource::proxy_can_publish()
|
||||
{
|
||||
return publish_edge->can_publish();
|
||||
}
|
||||
|
||||
int SrsSource::on_meta_data(SrsCommonMessage* msg, SrsOnMetaDataPacket* metadata)
|
||||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue