You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Video stream appears mangled in obico-server. Unsure if this is a me-problem, but the stream works fine when viewed directly in the browser (http://klipper/webcam?action=stream) but the stream in the obico-server view is garbage after loading (the initial snapshot looks fine). Looks to possibly be an encoding problem, maybe?
To Reproduce
Steps to reproduce the behavior:
Open the app, observe that the webcam snapshot looks ok
Wait for the stream to start
Observe that the stream looks like garbage
Screenshots
Hosting environment (please complete the following information):
Additional context
I've tested this, and the stream is broken on MacOS (Safari / Chromium) and in the iOS app.
crowsnest camera config:
[cam top]
mode: mjpg # mjpg/rtsp
port: 8080 # Port
device: /dev/video0
resolution: 1440x1080 # widthxheight format
max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
#custom_flags: # You can run the Stream Services with custom flags.
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
The text was updated successfully, but these errors were encountered:
This has been observed with high resolutions. Try something lower than 800x600 and I believe it will work. I'm using 640x480 and it is operational. I believe Kenneth mentioned a fix is in process
Describe the bug
Video stream appears mangled in obico-server. Unsure if this is a me-problem, but the stream works fine when viewed directly in the browser (http://klipper/webcam?action=stream) but the stream in the obico-server view is garbage after loading (the initial snapshot looks fine). Looks to possibly be an encoding problem, maybe?
To Reproduce
Steps to reproduce the behavior:
Screenshots
Hosting environment (please complete the following information):
Additional context
I've tested this, and the stream is broken on MacOS (Safari / Chromium) and in the iOS app.
crowsnest camera config:
The text was updated successfully, but these errors were encountered: