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

add srs app edge

This commit is contained in:
winlin 2014-04-25 16:35:03 +08:00
parent d6948d613f
commit a63a3812e3
7 changed files with 76 additions and 1 deletions

View file

@ -309,6 +309,8 @@ public:
public:
// for consumer, atc feature.
virtual bool is_atc();
// for edge, when play edge stream, check the state
virtual int on_edge_play_stream();
private:
virtual int create_forwarders();
virtual void destroy_forwarders();