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

For #464, support config origin cluster

This commit is contained in:
winlin 2018-02-16 10:31:19 +08:00
parent 55c96192e2
commit 92f2bcd878
3 changed files with 42 additions and 6 deletions

View file

@ -939,6 +939,11 @@ public:
* @see https://github.com/ossrs/srs/issues/372
*/
virtual std::string get_vhost_edge_transform_vhost(std::string vhost);
/**
* Whether enable the origin cluster.
* @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster
*/
virtual bool get_vhost_origin_cluster(std::string vhost);
/**
* Get the co-workers of origin cluster.
* @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster