versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.18k stars 1.12k forks source link

npm installation: Don't require Python if valid worker prebuilt binary is fetched #1265

Closed ibc closed 9 months ago

ibc commented 9 months ago

Based on https://mediasoup.discourse.group/t/using-prebuilt-mediasoup-without-python/5735

So basically, in npm-scripts, only install Python Invoke lib if needed, which means that, if not needed, Python is not even needed at all.

TODO: Once merged, installation requirements (in documentation web) must be updated.