mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add srs app edge
This commit is contained in:
parent
d6948d613f
commit
a63a3812e3
7 changed files with 76 additions and 1 deletions
|
@ -1175,6 +1175,12 @@ bool SrsSource::is_atc()
|
|||
return atc;
|
||||
}
|
||||
|
||||
int SrsSource::on_edge_play_stream()
|
||||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
return ret;
|
||||
}
|
||||
|
||||
int SrsSource::create_forwarders()
|
||||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue