-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view camera through WebRTC stream. #131
Comments
You may want to try to raise |
Hi Alexander, thank you for your help. Where am I supposed to put that setting? |
got same issue, exact |
This should be added to And please check if your browser supports WebRTC with H264. You can use for example the following page: https://mozilla.github.io/webrtc-landing/pc_test_no_h264.html I found the following issues with common browsers:
|
I enabled h264 in Firefox and increased my rpi memory to 256mb. I am able to get a picture sometimes showing at this point, but I am getting like 1 frame every 10 seconds or just a blank black screen. Its worse performance than mjpeg with ustreamer. Any suggestions on what I should do next? |
My setup is as follows:
Distribution: Debian GNU/Linux 12 (bookworm)
Kernel: Linux 6.1.0-rpi7-rpi-v8 aarch64
Model: Raspberry Pi 4 Model B Rev 1.5
Browser: Firefox and Chromium
2 Cameras:
OV5640
OV2710
I am using this setup with a 3D printer and Crowsnest.
The issue that I am having is that I am trying to stream my cameras via WebRTC, but no matter what I do I cannot view the WebRTC streams. It just gives me a blank screen. I was told by someone on the Mainsail Discord to come here after they were unable to find the issue with my setup. For all intents and purposes, it seems like I have everything set up correctly. I know the cameras work because they run fine with ustreamer mjpeg.
Here is my Crowsnest log:
crowsnest (1).log
Here is my crowsnest conf:
crowsnest.conf.txt
Any idea on what can be going on here?
The text was updated successfully, but these errors were encountered: