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

deb package very outdated #121

Open ArosPrince opened 3 years ago

ArosPrince commented 3 years ago

Hi, first of all, this is a great project. Many thanks for doing this.

Now the deb package is very outdated. More that a year old and obviously does not work with the latest changes of the js files. Can you please update it?

Also it would be nice if the project could be native-compiled on Pi. Not everybody has a setup for cross-compiling.

Thanks!

kclyu commented 3 years ago

It was already over a year and I was planning to update it. However, there is an issue that has not yet been fixed, so I have not yet been able to update it, and I haven't been able to fix it because I haven't used a lot of time to fix the issue. If the problem is fixed, I will update it immediately.

The problem of compiling directly in raspberry pi is that WebRTC native code cannot be compiled directly in Raspberry Pi (raspios). I haven't tried it on Ubuntu for Raspberry Pi yet, but if it is possible, it seems to be possible for Raspberry Pi Ubuntu 64bit. For raspios, cross compiling is currently the only way.

ArosPrince commented 3 years ago

OK, thanks for letting me know. Will try installing Ubuntu then. Thanks!