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

Start uses uri for starting streams #55

Closed Hyperopic closed 3 years ago

Hyperopic commented 3 years ago

This is a slightly off issue, but just wanted to raise it for clarity of documentation. The start API method takes uri and alias but only seems to use uri for matching stream to start. Where this became an issue is that I'm doing some development on a kiosk system that views streams from IP cameras and switches between streams. I only have one camera at home, but the site I'm installing at has three, so I have three streams all with the same uri, but different aliases. It's taken me ages to figure out that the alias isn't used when calling start to identify the stream!

Hyperopic commented 3 years ago

Sorry, github broke on me and I've only just noticed I posted issue twice