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.75k stars 571 forks source link

hls: fix redirected stream name #152

Closed ham3r closed 4 years ago

ham3r commented 4 years ago

Fixes on_publish redirection to the new stream name based on the location header

ham3r commented 4 years ago

Resolves: #151

winshining commented 4 years ago

@ham3r Thank you for your PR!