RTSPtoWeb icon indicating copy to clipboard operation
RTSPtoWeb copied to clipboard

fix:remove redundant query params from WebRTC URL

Open knight-L opened this issue 3 months ago • 0 comments

The original URL repeated uuid and channel in both the path and the query string. The backend route only uses the path variables; the query string is unused and only adds length and log noise.

knight-L avatar Sep 19 '25 08:09 knight-L