mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the stream caster build failed bug.
This commit is contained in:
parent
50feaacdde
commit
b3b6df365e
3 changed files with 21 additions and 3 deletions
|
@ -1143,6 +1143,9 @@ extern bool srs_config_ingest_is_stream(std::string type);
|
|||
extern bool srs_config_dvr_is_plan_segment(std::string plan);
|
||||
extern bool srs_config_dvr_is_plan_session(std::string plan);
|
||||
extern bool srs_config_dvr_is_plan_append(std::string plan);
|
||||
extern bool srs_stream_caster_is_udp(std::string caster);
|
||||
extern bool srs_stream_caster_is_rtsp(std::string caster);
|
||||
extern bool srs_stream_caster_is_flv(std::string caster);
|
||||
|
||||
// global config
|
||||
extern SrsConfig* _srs_config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue