kclyu / rpi-webrtc-streamer

This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating [WebRTC](https://webrtc.org/native-code/) and Raspberry PI, we can stream the Raspberry camera feed to browser or native client which talks WebRTC.
Other
617 stars 108 forks source link

How can I use webcam on RPi to collect streaming video data for WebRTC streaming? #139

Open edwardchang0112 opened 2 years ago

edwardchang0112 commented 2 years ago

I tried to follow the steps

On my RPi 3 (buster)

sudo apt update sudo apt full-upgrade

sudo dpkg -i rws_0.74.1_armhf.deb

sudo systemctl start rws

then I go to http://local_ip:8889/native-peerconnection/ on web browser

On my another computer under the same network I go to http://local_ip:8889/np2 on web browser

I can see the simple UI on the above two web browser, but I cannot make it stream my USB Webcam data?

How to do this? How the modify the config for streaming the data from USB Webcam? Thanks in advance!