#how to setup 2 usbwebcams to use webrtc

14 messages · Page 1 of 1 (latest)

rapid badge
#

i found both cams in crowsnest log files and used that data to setup crowsnest configuration. see attached. when i went to add the webcams, crowsnest found them as adaptive mjpeg services (webcam and webcam2) but not as webrtc services. i saw a post that suggested bumping up the gpu memory to 256 and so i tried that, and then to 512 from 128 but still no webrtc feed.

i am thinking that there is something wrong with crowsnest configuration but i cant figure out what.

let me know if you need other info to help debug this issue. thanks.

real oxide
#

We obv need a log, as we basically have no information about your specific setup

#

when i went to add the webcams, crowsnest found them as adaptive mjpeg services (webcam and webcam2) but not as webrtc services
Big misunderstanding here. Crowsnest did not find anything. Crowsnest is just starting backends providing streams. You then add in Mainsail webcams, that point to specific streams

#

And why did you enable rtsp? Activating more stuff that you don't use will not fix your stuff that is not working

rapid badge
#

here is crowsnest log. do you need an other log files? i want to use rtsp because it is supposed to reduce video bandwidth improve performance

real oxide
#

Do you actually want to use rtsp and not webrtc? rtsp needs an extra player like vlc media player

#

Set log_level: debug and delete_log: true and send a new log

rapid badge
#

no i was trying to use webrtc, but i wasnt having any success. i will reset log level and send you results.

real oxide
#

If you just want to use WebRTC, disable RTSP, just to be sure that it's not conncted to that problem.

#

Besides wrong settings in Mainsail, something is definitely wrong in your software, as one camera-streamer is failing, so I need the log

rapid badge
real oxide
#

As I thought, 8080, is just bound already by some other service

#

Set the port to e.g. 8082 and use /webcam3/webrtc and it should work