mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the forward loop detect bug. change to 0.9.34
This commit is contained in:
parent
e02293d94d
commit
ebf1139582
4 changed files with 26 additions and 12 deletions
|
@ -46,8 +46,9 @@ class SrsPlayPacket;
|
|||
/**
|
||||
* the original request from client.
|
||||
*/
|
||||
struct SrsRequest
|
||||
class SrsRequest
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* tcUrl: rtmp://request_vhost:port/app/stream
|
||||
* support pass vhost in query string, such as:
|
||||
|
@ -61,6 +62,7 @@ struct SrsRequest
|
|||
|
||||
std::string schema;
|
||||
std::string vhost;
|
||||
std::string host;
|
||||
std::string port;
|
||||
std::string app;
|
||||
std::string stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue