l7mp / stunner

A Kubernetes media gateway for WebRTC. Contact: info@l7mp.io
https://l7mp.io
MIT License
751 stars 58 forks source link

chore: Add helper scripts to download stunner tools #124

Closed levaitamas closed 9 months ago

levaitamas commented 9 months ago

This PR adds helper scripts to download future turncat and stunnerctl binaries from github release assets. The scripts work on Linux and MacOS systems. Windows users we are sorry, however PRs welcome.

Currently we have no stable release with binaries available. The below sed oneliners edit the scripts to download test binaries from my fork:

sed -i "s|REPO=https://github.com/l7mp/stunner|REPO=https://github.com/levaitamas/stunner|" cmd/downloadStunnerCtl.sh

sed -i "s!REPO=https://github.com/l7mp/stunner!REPO=https://github.com/levaitamas/stunner!" cmd/downloadTurncat.sh

Acknowledment: scripts are baseod on downloadIstioctl. Thanks Istio devs!

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7870660185

Details


Totals Coverage Status
Change from base Build 7818148938: 0.0%
Covered Lines: 965
Relevant Lines: 1351

💛 - Coveralls
rg0now commented 9 months ago

Thanks a lot, this is super-useful!