1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

implements the proxy for edge publish mode

This commit is contained in:
winlin 2014-04-27 11:11:15 +08:00
parent ec96072472
commit 79c9c6dcb7
7 changed files with 187 additions and 65 deletions

View file

@ -1199,6 +1199,11 @@ int SrsSource::on_edge_start_publish()
return publish_edge->on_client_publish();
}
int SrsSource::on_edge_proxy_publish(SrsEdgeProxyContext* context)
{
return publish_edge->on_proxy_publish(context);
}
int SrsSource::create_forwarders()
{
int ret = ERROR_SUCCESS;