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:
parent
2949c751f6
commit
7de8bd7595
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ if [ $SRS_PI = YES ]; then
|
||||||
SRS_HLS=YES
|
SRS_HLS=YES
|
||||||
SRS_NGINX=NO
|
SRS_NGINX=NO
|
||||||
SRS_SSL=YES
|
SRS_SSL=YES
|
||||||
SRS_FFMPEG=NO
|
if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=NO; fi
|
||||||
SRS_HTTP_CALLBACK=NO
|
SRS_HTTP_CALLBACK=NO
|
||||||
SRS_HTTP_SERVER=YES
|
SRS_HTTP_SERVER=YES
|
||||||
SRS_HTTP_API=YES
|
SRS_HTTP_API=YES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue