mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug #59: edge for FMS, always use schema1(digest-key) for FMS, or connect failed.
This commit is contained in:
parent
b2aab8804b
commit
fa9870db96
3 changed files with 4 additions and 2 deletions
|
@ -43,6 +43,7 @@ namespace srs
|
|||
*/
|
||||
enum srs_schema_type {
|
||||
srs_schema0 = 0, // key-digest sequence
|
||||
// @remark, FMS requires the schema1(digest-key), or connect failed.
|
||||
srs_schema1 = 1, // digest-key sequence
|
||||
srs_schema_invalid = 2,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue