@camera.ui/go2rtc
v1.9.14-cui.9
Published
camera.ui go2rtc binary
Maintainers
Readme
@camera.ui/go2rtc
Prebuilt go2rtc binary for the camera.ui ecosystem.
import { go2rtcPath, isGo2rtcAvailable } from '@camera.ui/go2rtc';
if (isGo2rtcAvailable()) {
spawn(go2rtcPath(), ['-config', '...']);
}Supported platforms
| os | x64 | arm64 | | ------- | --- | ----- | | darwin | ✓ | ✓ | | linux | ✓ | ✓ | | win32 | ✓ | ✓ |
Part of the camera.ui ecosystem.
