mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.91k stars 595 forks source link

Build binary #68

Closed alecapu80 closed 6 years ago

alecapu80 commented 6 years ago

Hi, I've seen that you use Travis for test build with 3 different build. Is possibile to access to the build binary without rebuild it?

mpromonet commented 6 years ago

Hi alecapu80, I don't know how to access to travis build, but the travis job push binaries to github releases. You can get it from https://github.com/mpromonet/webrtc-streamer/releases Best Regards, Michel.

alecapu80 commented 6 years ago

WOW, thank you very much. It works very well with ONE RTSP stream on Raspberry Pi 3 B. Unfortunately with more contemporary stream it crash, probably for the limited resources of the Raspberry. Very very nice job!! It's very useful! Tnks

xunxin03 commented 6 years ago

How can I use the Build binary file? Where should I put it in? Which system is ok? ubuntu?

mpromonet commented 6 years ago

Hi xunxin03, You can extract file from tar.gz and run webrtc-streamer. The build is for ubuntu trusty, it should also works on next release. I test it on xenial and it run well. Best Regards, Michel.