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

for srs-dolphin, support HTTP and RTMP.

This commit is contained in:
winlin 2015-05-28 21:02:43 +08:00
parent 41ead65345
commit af4eec90ac
2 changed files with 36 additions and 6 deletions

View file

@ -271,7 +271,8 @@ private:
* @see https://github.com/simple-rtmp-server/srs-dolphin
*/
bool dolphin;
std::string dolphin_port;
std::string dolphin_rtmp_port;
std::string dolphin_http_port;
/**
* whether show help and exit.
*/