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

specifies the try default vhost

This commit is contained in:
winlin 2015-12-24 19:14:23 +08:00
parent d267b8fa19
commit 11e11005ac
2 changed files with 5 additions and 5 deletions

View file

@ -171,7 +171,7 @@ private:
virtual int service_cycle();
// stream(play/publish) service cycle, identify client first.
virtual int stream_service_cycle();
virtual int check_vhost();
virtual int check_vhost(bool try_default_vhost);
virtual int playing(SrsSource* source);
virtual int do_playing(SrsSource* source, SrsConsumer* consumer, SrsQueueRecvThread* trd);
virtual int publishing(SrsSource* source);