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

add kafka config

This commit is contained in:
winlin 2015-09-22 15:10:43 +08:00
parent ab1e62a886
commit b5ccc35340
3 changed files with 47 additions and 1 deletions

View file

@ -628,6 +628,12 @@ public:
* get the max udp port for rtp of stream caster rtsp.
*/
virtual int get_stream_caster_rtp_port_max(SrsConfDirective* conf);
// kafka section.
public:
/**
* whether the kafka enabled.
*/
virtual bool get_kafka_enabled();
// vhost specified section
public:
/**