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

allow pi to use ffmpeg

This commit is contained in:
winlin 2014-04-05 14:38:19 +08:00
parent 2949c751f6
commit 7de8bd7595

View file

@ -190,7 +190,7 @@ if [ $SRS_PI = YES ]; then
SRS_HLS=YES
SRS_NGINX=NO
SRS_SSL=YES
SRS_FFMPEG=NO
if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=NO; fi
SRS_HTTP_CALLBACK=NO
SRS_HTTP_SERVER=YES
SRS_HTTP_API=YES