@Gunner,
Here is my example flow, which uses a public available camera (which makes it easy to have an exchangeable test case):
[{"id":"c4261d3c.0f8f9","type":"inject","z":"500d093929e86011","name":"Life cam street view","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":"","topic":"","payloadType":"date","x":310,"y":280,"wires":[["951697d4.c20318"]]},{"id":"951697d4.c20318","type":"change","z":"500d093929e86011","name":"","rules":[{"t":"set","p":"url","pt":"msg","to":"http://209.206.162.230/mjpg/video.mjpg","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":544.7093048095703,"y":280.0633544921875,"wires":[["df0434ac.67b098"]]},{"id":"7b3f810f.f6aae","type":"comment","z":"500d093929e86011","name":"Camera feed from http://www.opentopia.com/webcam","info":"","x":394.3382110595703,"y":243.692249417305,"wires":[]},{"id":"df0434ac.67b098","type":"multipart-decoder","z":"500d093929e86011","name":"","ret":"bin","url":"","tls":"","delay":0,"maximum":"9999999999","blockSize":"1","x":750,"y":280,"wires":[["55b3f06ec598fc0f"]]},{"id":"55b3f06ec598fc0f","type":"image","z":"500d093929e86011","name":"","width":"320","data":"payload","dataType":"msg","thumbnail":false,"active":true,"pass":false,"outputs":0,"x":980,"y":280,"wires":[]}]
Can you please explain step-by-step how I can reproduce your issue with this flow?