Roverr / rtsp-stream

Out of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
MIT License
712 stars 167 forks source link

fix stream alias #49

Closed shawnburke closed 4 years ago

shawnburke commented 4 years ago

Static file requests like stream/my-alias/123.ts were getting redirected to stream/some-uuid/index.m3u8. This fixes that and adds some unit tests for the replacement.

Roverr commented 4 years ago

Hi @shawnburke ,

Thank you for your pull request, very good job on finding this issue and fixing it! 🎉

I will release a fixed version today