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

OpenWRT: Disable mprotect of ST. 5.0.16

This commit is contained in:
winlin 2021-10-03 19:32:06 +08:00
parent cae35d7a6e
commit 8ea9783de7
5 changed files with 61 additions and 33 deletions

24
trunk/conf/openwrt.conf Normal file
View file

@ -0,0 +1,24 @@
# no-daemon and write log to console config for srs.
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
http_api {
enabled on;
listen 1985;
}
http_server {
enabled on;
listen 8080;
}
vhost __defaultVhost__ {
hls {
enabled on;
}
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
}