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:
parent
cae35d7a6e
commit
8ea9783de7
5 changed files with 61 additions and 33 deletions
24
trunk/conf/openwrt.conf
Normal file
24
trunk/conf/openwrt.conf
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue