IP Camera Binding won't video stream

I just installed the IP Camera Binding on my openHAB server. I’m running 3.1.0.

The binding promptly discovered my two ONVIF cameras, and it shows that they’re online. But when I try to request an MJPEG stream by following the binding’s instructions, I get an error that says “Requested content not found.”

I installed FFmpeg as instructed. I know the cameras are working because I can see their RTSP streams. What am I missing?

read the very first section of the documentation for the binding titled ‘how to get help’. HINT: TRACE logs.

Here’s about a minute’s worth:

23:52:05.745 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:52:13.750 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:52:21.755 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:52:29.760 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:52:37.765 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:52:45.775 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:52:53.781 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:53:01.791 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:53:09.796 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:53:17.802 [TRACE] [camera.internal.onvif.OnvifConnection] - Sending
ONVIF request:GetSystemDateAndTime

23:53:18.915 [DEBUG] [ng.ipcamera.internal.onvif.OnvifCodec] -
Exception on ONVIF connection: Connection reset by peer

23:53:18.915 [DEBUG] [ng.ipcamera.internal.onvif.OnvifCodec] -
Exception on ONVIF connection: Connection reset by peer

23:53:18.917 [DEBUG] [ng.ipcamera.internal.onvif.OnvifCodec] -
Exception on ONVIF connection: Connection reset by peer

23:53:18.920 [DEBUG] [ng.ipcamera.internal.onvif.OnvifCodec] -
Exception on ONVIF connection: Connection reset by peer

23:53:18.920 [DEBUG] [ng.ipcamera.internal.onvif.OnvifCodec] -
Exception on ONVIF connection: Connection reset by peer

23:53:18.920 [DEBUG] [ng.ipcamera.internal.onvif.OnvifCodec] -
Exception on ONVIF connection: Connection reset by peer

23:53:18.922 [DEBUG] [ng.ipcamera.internal.onvif.OnvifCodec] -
Exception on ONVIF connection: Connection reset by peer

23:53:18.924 [DEBUG] [ng.ipcamera.internal.onvif.OnvifCodec] -
Exception on ONVIF connection: Connection reset by peer

What brand of camera is it? There was one brand that was not replying to GetSystemDateAndTime requests and I did a work around for this so try updating to the latest V4 milestone.