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
626 stars 108 forks source link

Building WebRTC for Raspberry Pi Zero #20

Closed vahid-dan closed 6 years ago

vahid-dan commented 6 years ago

Hi;

In "Building RPi-WebRTC-Streamer in Ubuntu", what is the correct configuration in arm_build/args.gn for Raspberry Pi Zero? I guess the default configuration is for Raspberry Pi 3.

Thanks in advance.

Bests, Vahid

kclyu commented 6 years ago

Hi, misc/webrtc_arm_build_args.gn is for arm7 and you can use Rpi2 or above. And misc/webrtc_armv6_build_args.gn is armv6 args.gn for Rpi1 and Pi Zero. Thanks, Lyu.

vahid-dan commented 6 years ago

Thank you very much. :-)