cp2004 / OctoPrint-CameraStreamer-Control

Embed WebRTC (& more) streams provided by camera-streamer in OctoPrint
GNU Affero General Public License v3.0
17 stars 0 forks source link

Control tab doesn't append (or prepend) a slash on base URL #6

Open vrooze opened 5 months ago

vrooze commented 5 months ago

I noticed this after setting a custom base URL.

After a discussion on discord with cp2004 the issue is a missing slash.

http://ip:8080/webrtc becomes http://ip:8080webrtc

Dropping this by request so the issue is not forgotton.