mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1405: Support guessing IBMF first. v5.0.58
This commit is contained in:
parent
e027d28c4d
commit
783aea7ac3
10 changed files with 81 additions and 25 deletions
|
@ -593,6 +593,8 @@ public:
|
|||
virtual int get_chunk_size(std::string vhost);
|
||||
// Whether parse the sps when publish stream to SRS.
|
||||
virtual bool get_parse_sps(std::string vhost);
|
||||
// Whether try ANNEXB first when parsing SPS/PPS.
|
||||
virtual bool try_annexb_first(std::string vhost);
|
||||
// Whether mr is enabled for vhost.
|
||||
// @param vhost, the vhost to get the mr.
|
||||
virtual bool get_mr_enabled(std::string vhost);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue