winshining / nginx-http-flv-module

A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are supported now.
BSD 2-Clause "Simplified" License
2.73k stars 569 forks source link

redirect with domain name? #266

Open ingageco opened 2 months ago

ingageco commented 2 months ago

Hello! In the old module, on_publish required an IP address if you were returning a redirect. Is that still the case, or has this updated module changed it to allow domain names?

Thank you!