3DO Nozzle Camera Help
Get the v2 cam installed, got it kinda working, but not happy with the results. It's painfully laggy, and can't get WebRTC working at all. In theory WebRTC (MediaMTX) should work based on the docs I've been reading, but it just sits at
connecting
the entire time.
Solution:Jump to solution
So it appears that this is a known issue.
klipperscreen uses mpv which does not have webrtc support
https://github.com/mpv-player/mpv/issues/12801...
GitHub
WebRTC stream support · Issue #12801 · mpv-player/mpv
Please consider adding WebRTC support for mpv. One use case here, possibly there are others: WebRTC is used for streaming from local cameras on 3d printer related software (OctoPrint, Klipper). Usu...
2 Replies
Ok, after a bit of digging, I found that the URL needed to be updated.
?action=stream
replace with webrtc
in order to select the service WebRTC (camera-streamer)
that solved my latency issue in the WebUI, however klipperscreen is absolutely terrible for latency still. More digging to doSolution
So it appears that this is a known issue.
klipperscreen uses mpv which does not have webrtc support
https://github.com/mpv-player/mpv/issues/12801
GitHub
WebRTC stream support · Issue #12801 · mpv-player/mpv
Please consider adding WebRTC support for mpv. One use case here, possibly there are others: WebRTC is used for streaming from local cameras on 3d printer related software (OctoPrint, Klipper). Usu...