Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nobonobo/obs-codemasters-telemetry

OBS Telemetry Viewer Plugin for Codemasters Car Simulation
https://github.com/nobonobo/obs-codemasters-telemetry

Last synced: 22 days ago
JSON representation

OBS Telemetry Viewer Plugin for Codemasters Car Simulation

Awesome Lists containing this project

README

        

# obs-codemasters-telemetry

- Codemaster's Sim Telemetry Viewer for OBS Browser.
- Supported Titles:
- DiRT Rally 2.0
- WRC Generations
- EA Sports WRC

- Default Litsten Ports:
- HTTP: http://localhost:8123/
- UDP: localhost:20777

## OBS settings

add executable option `--enable-gpu` or below setting

![img](./docs/obs-settings.png)

- add 2 scenes:
- "playing":
- webcam capture
- browser: url=http://localhost:8123/
- game capture
- "replay-mode":
- browser: url=http://localhost:8123/ (link from playing)
- game capture

## Behavier

- First, "replay-mode" is displayed.
- When it detects a telemetry packet, it changes to "playing" scene.
- If no telemetry packets arrive for 5 seconds, switch back to "replay-mode".
- And the telemetry display disappears.