mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix configure bug, refine code for stream caster.
This commit is contained in:
parent
6c11207e28
commit
f9767c91b5
9 changed files with 32 additions and 8 deletions
|
@ -109,6 +109,8 @@ public:
|
|||
// interface ISrsUdpHandler
|
||||
public:
|
||||
virtual int on_udp_packet(sockaddr_in* from, char* buf, int nb_buf);
|
||||
private:
|
||||
virtual int on_udp_bytes(std::string host, int port, char* buf, int nb_buf);
|
||||
// interface ISrsTsHandler
|
||||
public:
|
||||
virtual int on_ts_message(SrsTsMessage* msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue