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

add cherrypy api server

This commit is contained in:
winlin 2013-12-07 20:34:42 +08:00
parent b29d7ccd56
commit d3cee00b3b
4 changed files with 104 additions and 1 deletions

3
trunk/configure vendored
View file

@ -174,4 +174,7 @@ fi
if [ $SRS_FFMPEG = YES ]; then
echo -e "\" ./objs/ffmpeg/bin/ffmpeg \" is used for live stream transcoding"
fi
if [ $SRS_HTTP = YES ]; then
echo -e "\" python ./research/api-server/server.py 8085 \" to start the api-server"
fi
echo "\" ./objs/simple_rtmp_server -c conf/srs.conf \" to start the srs live server"