mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add players to nginx
This commit is contained in:
parent
9080c2e559
commit
c4477cd64f
7 changed files with 9 additions and 4 deletions
1
trunk/configure
vendored
1
trunk/configure
vendored
|
@ -180,6 +180,7 @@ echo "\" make \" to build the srs(simple rtmp server)."
|
|||
echo "\" make help \" to get the usage of make"
|
||||
if [ $SRS_HLS = YES ]; then
|
||||
echo "\" sudo ./objs/nginx/sbin/nginx \" to start the nginx http server for hls"
|
||||
echo "\" http://demo:80/players \" rtmp players(OSMF/JWPlayer)"
|
||||
fi
|
||||
if [ $SRS_FFMPEG = YES ]; then
|
||||
echo -e "\" ./objs/ffmpeg/bin/ffmpeg \" is used for live stream transcoding"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue