RaspberryPi_WebRTC icon indicating copy to clipboard operation
RaspberryPi_WebRTC copied to clipboard

Native WebRTC use v4l2 h264 hardware/software encoder on Raspberry Pi

Results 18 RaspberryPi_WebRTC issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for this great work. I am quite new to video streaming, so I apologize if I am not using the right wording. I would like to have a...

I have several old cameras that have HDMI and SDI video output. Is it possible to use these as the video source rather than a Pi camera module?

I have listed a few commands and their responses on the recent Raspbian. ``` >>> sudo apt install libcamera0.5 libmosquitto1 pulseaudio libavformat59 libswscale6 libprotobuf32 Note, selecting 'libprotobuf32t64' instead of 'libprotobuf32'...

Device: RaspberryPi Zero 2W OS: Raspios debian 12 (bookworm) 64bit ======================================================================= Running script: #!/bin/bash #start-webrtc.sh APP="./pi-webrtc" $APP \ --camera=libcamera:0 \ --fps=30\ --width=640\ --height=480\ --use-mqtt\ --mqtt-host=xxxxxx\ --mqtt-port=8883\ --mqtt-username=xxxxxxx\ --mqtt-password=xxxxxxxx\ --uid=xxxxxxxxxx\ --no-audio\...

Hello, could you add WHIP to connect to WebRTC servers like [OME](https://github.com/AirenSoft/OvenMediaEngine/tree/master) or, please, explain how to do it if it is already possible. Thanks for the great work, btw.

running pi-webrtc-v1.1.2_raspios-bookworm-arm64_debug ```shell Using Libcamera, ID: 0 [conductor] network thread start: success! [conductor] worker thread start: success! [conductor] signaling thread start: success! [10:20:28.073901498] [10374] INFO Camera camera_manager.cpp:326 libcamera v0.5.0+59-d83ff0a4 [10:20:28.120541139]...

This is more of my personal requirement, your work on this is already great and I'd be more happy if you could help me with this: I'm planning on using...

Hi. I found this program in search of something to make WebRTC work with my Pi 5 and high quality camera and I'm still struggling. I followed the instructions and...