WebRTC (Web Real-Time Communication) is an API to support browser-to-browser applications for voice calling, video chat, and P2P file sharing.
Questions tagged [webrtc]
27 questions
7
votes
2 answers
Configuring uv4L for webRTC using USB camera on RPI2 raspbian
To make a UV4L WebRTC client for KMS, i am trying to run a USB camera on RPI2 with the UV4L driver, I Tried with the Microsoft lifeCam, which is UVC compliant. Tutorials only show this working with raspicam, so I'm also sharing my findings.
I…
jbheren
- 211
- 1
- 2
- 7
5
votes
2 answers
How to build Native WebRTC?
I am trying to build Native WebRTC on Pi2 using the following commands
sudo apt-get install git
sudo git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /opt/depot_tools
echo "export PATH=\$PATH:/opt/depot_tools" | sudo tee…
mpromonet
- 1,124
- 1
- 19
- 38
3
votes
1 answer
Sorry, could not load the WebRTC extension for UV4L
I have a RPi 3B with a Raspberry-pi Camera Module OV5647 sensor HD video Webcam 5MP 1080p mounted and working.
I am trying to get UV4L streaming working and have encountered a problem. UV4L driver is installed successfully, and the web server is…
Roy Hinkley
- 131
- 5
3
votes
1 answer
How to use UV4L to realize WebRTC on Raspberry Pi?
The browser on RPi does not support WebRTC, so I use UV4L, and UV4L realizes WebRTC .
At the same time Streaming Server can support peer to peer real time connection over LAN, but how to make RPi connect to remote room server (with signalling server…
kscorpio
- 31
- 1
- 3
3
votes
0 answers
uv4l usb camera stream not working
I am using a raspberry pi 3b+, trying to make the usb camera work with uv4l streaming.
These are the packages I've installed:
uv4l uv4l-raspicam uv4l-raspicam-extras uv4l-server uv4l-uvc uv4l-xscreen uv4l-mjpegstream uv4l-dummy uv4l-raspidisp
I've…
kdlsw
- 31
- 2
2
votes
1 answer
ImportError: No module named 'PyQt5'
I am trying to get the script here to work on Raspberry Pi. I have tested it on Windows and Ubuntu and it works fine. But getting pyqt5 working on RPi seems to be a challenge. On Ubuntu the following works:
sudo apt-get python3.5
sudo pip3 install…
Lee Melbourne
- 219
- 1
- 3
- 15
2
votes
1 answer
U4vl Streaming to multiple web clients
I am using uv4l-raspicam and the uv4l-server with WebRTC support, and I am able to stream the image of my camera to one single viewer of the website. The other viewers get an error message that there is already a session running.
However, is it…
schoppenhauer
- 123
- 4
2
votes
2 answers
UV4L WebRTC from cellular network (no public IP)
I'm developing a project in which I have a Rpi 3 with camera and UV4L working with WebRTC. What I want to do basically is streaming Rpi camera to a browser using WebRTC, even if the Rpi is connected to the internet through a mobile hotspot. Since…
Alessandro Dionisi
- 153
- 9
2
votes
1 answer
WebRTC on Raspberry Pi 2
We are trying to run WebRTC in a browser on the Pi, but we won´t get it working. IceWeasel or Chromium won´t show any video stream, just blank windows. We are using Raspbian right now as the operating system.
Has anyone ever see a working video…
Gizmo
- 123
- 2
2
votes
1 answer
navigator.mozGetUserMedia() returns "Starting video failed"
I am trying to use my Raspberry Pi 2 and Raspberry Pi Camera to join a WebRTC session in the browser. I was able to set up a WebRTC server on my Pi through this tutorial and I am able to start/join a WebRTC session on any PC with video/audio…
modulitos
- 129
- 4
2
votes
0 answers
Chromium **No sound** or/and **"Aw, Snap!"** message when initiating a WebRTC session
ISSUE
No sound or "Aw, Snap!" message when trying to initiating a webRTC session e.g. http://appear.in, http://opentokrtc.com or apprtc.appspot.com
The video session session seems to work alright despite a lag of a few seconds.
I tried other…
zabumba
- 257
- 1
- 7
- 20
1
vote
1 answer
Rpi Webrtc echo cancellation - aec
I am using Rpi-Webrtc-streamer for webrtc on raspberry pi with usb sound card connected to audio amplifier for speakers and electret microphone. I am able to run webrtc correctly but with issue of mic catching echo from speaker. I have tried to…
Akshit
- 11
- 3
1
vote
2 answers
Stream Raspberry pi cam to webbrowser
I am trying to stream my rpi-camera to my webbrowser. I would like to use webrtc. I have tried using (and modifying) this GStreamer WebRTC demos for webrtc using gstreamer. I can successfully stream vp8 to my browser, the issue is that it is taxing…
Kevin
- 131
- 1
- 9
1
vote
0 answers
Getting UV4L working with USB camera
I have installed the UV4L suite of software onto RPi3 with Jessie. I am using a USB cam (Logitech C170) rather than RPi cam. I have been struggling to get this working reliably.
Initially I could not get anything working at port 8080. Finally I…
Lee Melbourne
- 219
- 1
- 3
- 15
1
vote
1 answer
UV4L webRTC demo crashes Raspberry Pi 3
When I access the UV4L webRTC video streaming demo (https://www.linux-projects.org/uv4l/tutorials/custom-webapp-with-face-detection/) from my android device my Raspberry Pi 3 crashes.
Connecting to the demo from any other device work fine.
I have no…
Jrs.b
- 13
- 3