Display streams and snapshots from ipcamera binding in oh-image

There is only one camera on the page and I’m using only http

I also traced the 3.2 binding. Results are nearly the same as with 3.1. Opening the page with the oh-image component doesn’t leave a trace. Right click on the broken image and open in new tab gives following log results:

[DEBUG] [amera.internal.servlet.CameraServlet] - GET:/ipcamera.mjpeg, received from 192.168.50.50
[DEBUG] [amera.internal.servlet.CameraServlet] - First stream requested, opening up stream from camera
[TRACE] [era.internal.handler.IpCameraHandler] - Sending camera: GET: http://192.168.50.72:80/cgi-bin/mjpg/video.cgi?channel=0&subtype=1

Using ClickableCameraImage doesn’t change anything. Here is the yaml for testing the widget:

config:
  label: test2
  layoutType: responsive
blocks:
  - component: oh-block
    config: {}
    slots:
      default:
        - component: oh-grid-row
          config: {}
          slots:
            default:
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: widget:ClickableCameraImage
                      config:
                        thumbnailURL: http://192.168.50.10:8080/ipcamera/KameraEingang/ipcamera.jpg
                        streamURL: http://192.168.50.10:8080/ipcamera/KameraEingang/ipcamera.mjpeg
masonry: null
grid: []