Files
srs/trunk/conf/http.aac.live.conf

25 lines
541 B
Plaintext
Raw Normal View History

# the config for srs to remux rtmp to aac live stream.
2025-07-05 09:32:11 -04:00
# @see https://ossrs.io/lts/en-us/docs/v7/doc/flv
# @see full.conf for detail config.
max_connections 1000;
2017-02-09 14:17:36 +08:00
daemon off;
srs_log_tank console;
# RTMP server configuration
rtmp {
listen 1935;
}
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
vhost __defaultVhost__ {
http_remux {
enabled on;
fast_cache 30;
mount [vhost]/[app]/[stream].aac;
}
}