mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Live: Support connect origin by HTTP-FLV/HTTPS-FLV
This commit is contained in:
parent
76c0c3ff80
commit
181c9f25ed
6 changed files with 250 additions and 4 deletions
|
@ -759,6 +759,8 @@ public:
|
|||
// Get the origin config of edge,
|
||||
// specifies the origin ip address, port.
|
||||
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 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