mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #372, support transform vhost of edge 2.0.155.
This commit is contained in:
parent
4d98cbb965
commit
17c0a5c470
7 changed files with 91 additions and 8 deletions
|
@ -106,6 +106,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define SRS_CONF_DEFAULT_TRANSCODE_IFORMAT "flv"
|
||||
#define SRS_CONF_DEFAULT_TRANSCODE_OFORMAT "flv"
|
||||
|
||||
#define SRS_CONF_DEFAULT_EDGE_MODE false
|
||||
#define SRS_CONF_DEFAULT_EDGE_TOKEN_TRAVERSE false
|
||||
#define SRS_CONF_DEFAULT_EDGE_TRANSFORM_VHOST "[vhost]"
|
||||
|
||||
// hds default value
|
||||
#define SRS_CONF_DEFAULT_HDS_PATH "./objs/nginx/html"
|
||||
#define SRS_CONF_DEFAULT_HDS_WINDOW (60)
|
||||
|
@ -688,6 +692,11 @@ public:
|
|||
* all clients connected to edge must be tranverse to origin to verify.
|
||||
*/
|
||||
virtual bool get_vhost_edge_token_traverse(std::string vhost);
|
||||
/**
|
||||
* get the transformed vhost for edge,
|
||||
* @see https://github.com/winlinvip/simple-rtmp-server/issues/372
|
||||
*/
|
||||
virtual std::string get_vhost_edge_transform_vhost(std::string vhost);
|
||||
// vhost security section
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue