1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00

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; enabled on;
bframe discard; bframe discard;
} }
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
} }