### My use case: - In the web app, users can **select a start and end time**. - Then go2rtc should pull the corresponding playback stream from the NVR. - Ideally, this stream could be forwarded via WebRTC or MSE to the browser. - Real-time streaming works well, but we also need to support **playback on-demand**. ### Questions: 1. Does go2rtc support this kind of RTSP URL for recorded playback? 2. If not, is there a way or plan to support it? 3. Can go2rtc maintain or reinitiate the stream if the time window ends? Thanks a lot for your great work on this project!🚀