Files
srs/trunk/conf/mp3.conf

23 lines
335 B
Plaintext
Raw Normal View History

2022-12-24 15:45:42 +08:00
max_connections 1000;
daemon off;
srs_log_tank console;
# RTMP server configuration
rtmp {
listen 1935;
}
2022-12-24 15:45:42 +08:00
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
vhost __defaultVhost__ {
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
hls {
enabled on;
}
}