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
|
|
@ -489,6 +489,12 @@ public:
|
|||
public:
|
||||
// Transform it as HTTP request.
|
||||
virtual SrsRequest* as_http();
|
||||
public:
|
||||
// The protocol of client:
|
||||
// rtmp, Adobe RTMP protocol.
|
||||
// flv, HTTP-FLV protocol.
|
||||
// flvs, HTTPS-FLV protocol.
|
||||
std::string protocol;
|
||||
};
|
||||
|
||||
// The response to client.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue