# the config for srs to remux rtmp to aac live stream.# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_DeliveryHttpFlvStream# @see full.conf for detail config.listen1935;max_connections1000;http_stream {enabledon;listen8080;dir ./objs/nginx/html;}vhost__defaultVhost__ {http_flv {enabledon;fast_cache30;mount [vhost]/[app]/[stream].aac; }}