1
0
Fork 0
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:
winlin 2014-04-25 16:35:03 +08:00
parent d6948d613f
commit a63a3812e3
7 changed files with 76 additions and 1 deletions

View file

@ -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;