Enable HTTP-FLV for conf/rtc.conf

This commit is contained in:
winlin 2021-03-03 18:14:06 +08:00
parent eaeacab920
commit dd8f7ff09a

View File

@ -34,5 +34,9 @@ vhost __defaultVhost__ {
enabled on;
bframe discard;
}
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
}