Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.17 KB

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.