1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

trunk/conf/full.conf

add sip query catalog interval config
This commit is contained in:
kyxlx550 2020-04-11 19:55:42 +08:00
parent cf48a5594d
commit 0d593da998
3 changed files with 57 additions and 5 deletions

View file

@ -515,6 +515,7 @@ public:
virtual int get_stream_caster_gb28181_sip_listen(SrsConfDirective* conf);
virtual bool get_stream_caster_gb28181_sip_invite_port_fixed(SrsConfDirective* conf);
virtual bool get_stream_caster_gb28181_auto_create_channel(SrsConfDirective* conf);
virtual srs_utime_t get_stream_caster_gb28181_sip_query_catalog_interval(SrsConfDirective* conf);
// rtc section
public: