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:
parent
ab1e62a886
commit
b5ccc35340
3 changed files with 47 additions and 1 deletions
|
@ -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:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue