Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nobonobo/obs-codemasters-telemetry
- Owner: nobonobo
- License: mit
- Created: 2023-01-13T06:22:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T13:40:44.000Z (about 1 year ago)
- Last Synced: 2023-12-13T18:24:56.069Z (about 1 year ago)
- Language: Go
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.