Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 887 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 887 Bytes

Dockerized Open Broadcaster Software

A docker image for Open Broadcaster Software for use in the context of mirroring the screen of an HMD. It is useful when hardware mirroring is not desired or available.

Installation

  1. build

    docker build -t osvr/obs:latest OBS
  2. run

    bin/obs

osb settings recommendations

Name Value
Encoder x264
Max Bitrate (kb/s) 1000
Resolution Downscale 852 x 480
FPS 15

Notes

  • If direct preview mode does not work, use a particular window (that gets fullscreened on the HMD) as an obs Source.

Reference