mikedmor / OctoPrint_MultiCam

Extends the Control tab of OctoPrint, allowing the ability to switch between multiple webcam feeds.
45 stars 19 forks source link

Multicam drops part of URL when configuring for external IP #21

Closed timur-tabi closed 4 years ago

timur-tabi commented 4 years ago

I have an Android phone running "IP Webcam" and the streaming URL is "http://192.168.1.210:8080/video". This is the third camera that I'm using with Octoprint. The first two work fine.

I entered "http://192.168.1.210:8080/video" into the config page, but when I clicked on "Save", before the window closed I saw the "/video" dropped from the URL. Sure enough, when I bring up the config page again, it just says "http://192.168.1.210:8080", which of course doesn't work.

I was able to work around the problem by manually editing config.yaml.

timur-tabi commented 4 years ago

Never mind, this appears to be a side-effect of issue #8.