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

Can you share static library of webrtc? #126

Open steezer opened 3 years ago

steezer commented 3 years ago

I would like to compile part of the function of the project, but it is very difficult to compile webrtc, I will be very grateful if you can send me the compilation result of webrtc. Email: spring.wind2006@163.com

kclyu commented 3 years ago

It seems that the libs files themselves cannot be used. It seems that compiler options, necessary library files, and header files used during compilation must be provided at once to be used.

It seems that it will be a slightly different project to bundle everything at once like this. I am not able to apply for related work because I do not have enough time for work related to RWS.