stream-labs / obs-studio-node

libOBS (OBS Studio) for Node.Js, Electron and similar tools
GNU General Public License v2.0
615 stars 99 forks source link

Is there compiled obs-studio-node library to be downloaded? #751

Open liuyaxin opened 4 years ago

liuyaxin commented 4 years ago

I want to use obs-studio-node with electron v9.3.0. I want to compile my own version, but the speed to the server is too slow. I found some old version such as: https://obsstudionodes3.streamlabs.com/obs-studio-node-0.5.137-iojs-v6.0.3-release.tar.gz. So does stream-labs have some new versions?

forleekai commented 4 years ago

CMakeLists.txt 里面的所有https://github.com/ 替换成 https://github.com.cnpmjs.org/ 再编译能加快很多速度。 我也试图找过编译后的,但是没找到这个地址具体出处,后来还是自己编译了。

jkluch commented 4 years ago

The url is formatted like this: https://obsstudionodes3.streamlabs.com/osn-<osn-version>-release-win64.tar.gz The latest release as of right now being https://obsstudionodes3.streamlabs.com/osn-0.10.10-release-win64.tar.gz