mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Live: Support follow client protocol for edge.
This commit is contained in:
parent
33fa43c118
commit
35431749c4
7 changed files with 57 additions and 2 deletions
|
@ -775,6 +775,8 @@ public:
|
|||
virtual SrsConfDirective* get_vhost_edge_origin(std::string vhost);
|
||||
// Get the procotol to connect to origin server.
|
||||
virtual std::string get_vhost_edge_protocol(std::string vhost);
|
||||
// Whether follow client protocol to connect to origin.
|
||||
virtual bool get_vhost_edge_follow_client(std::string vhost);
|
||||
// Whether edge token tranverse is enabled,
|
||||
// If true, edge will send connect origin to verfy the token of client.
|
||||
// For example, we verify all clients on the origin FMS by server-side as,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue