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

fix #467, support write log to kafka. 3.0.6

This commit is contained in:
winlin 2015-10-23 14:21:10 +08:00
parent 76cd3f8749
commit 9a47390253
9 changed files with 242 additions and 98 deletions

View file

@ -98,7 +98,10 @@ private:
int nb_bytes;
public:
SrsBuffer();
SrsBuffer(char* b, int nb_b);
virtual ~SrsBuffer();
private:
virtual void set_value(char* b, int nb_b);
public:
/**
* initialize the stream from bytes.