Skip to content
/ ORCA Public

OBS Remote Control App for iOS and Android

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
COPYING
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

2bdkid/ORCA

Repository files navigation

ORCA

OBS Remote Control Application for iOS and Android

ORCA is released under the GPLv3 license.

Features

ORCA currently supports

  • Scene collection selection
  • Scene selection
  • Start/Stop streaming
  • Changing of obs-websocket address/password

Building

ORCA currently uses the expo cli.

Expo (iOS/Android)

yarn install
expo start

Android (Native/Emulator)

Requires Android Studio and environment set up per React Native's documentation.

yarn install
yarn android

Usage

ORCA connects to obs-websocket running on OBS Studio instances. Set the address and password fields in the app.

License

ORCA is released under the GPLv3, see COPYING.

ORCA incorporates MIT licensed code, see LICENSE.MIT.