Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Dec 21, 2023
1 parent ca61b3e commit 57890d8
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Sofie Timeline State Resolver (TSR)
# Sofie Timeline State Resolver (TSR)

[![Node CI](https://github.com/nrkno/sofie-timeline-state-resolver/actions/workflows/node.yaml/badge.svg)](https://github.com/nrkno/sofie-timeline-state-resolver/actions/workflows/node.yaml)
[![codecov](https://codecov.io/gh/nrkno/sofie-timeline-state-resolver/branch/master/graph/badge.svg)](https://codecov.io/gh/nrkno/sofie-timeline-state-resolver)

This is the _Timeline State Resolver (TSR)_ library, part of the [**Sofie** TV Automation System](https://github.com/nrkno/Sofie-TV-automation/). This library orchestrates and controls different devices. Its input is a [timeline](https://github.com/SuperFlyTV/supertimeline) data structure and a layer-to-device-map.
Using this input, it resolves the expected state, diffs the state against current state, and sends commands to devices where necessary.

## General Sofie System Information
* [_Sofie_ Documentation](https://nrkno.github.io/sofie-core/)
* [_Sofie_ Releases](https://nrkno.github.io/sofie-core/releases)
* [Contribution Guidelines](CONTRIBUTING.md)
* [License](LICENSE)

- [_Sofie_ Documentation](https://nrkno.github.io/sofie-core/)
- [_Sofie_ Releases](https://nrkno.github.io/sofie-core/releases)
- [Contribution Guidelines](CONTRIBUTING.md)
- [License](LICENSE)

---

Expand All @@ -19,13 +21,18 @@ Using this input, it resolves the expected state, diffs the state against curren
- **Blackmagic Design ATEM** vision mixers - using the [atem-connection](https://github.com/nrkno/tv-automation-atem-connection) library
- **Blackmagic Design Hyperdeck** record/playback devices - using the [hyperdeck-connection](https://github.com/nrkno/tv-automation-hyperdeck-connection) library
- **Lawo** audio mixers - using the [emberplus](https://github.com/nrkno/tv-automation-emberplus-connection) library
- **[OBS Studio](https://obsproject.com/)** live video production software
- **[OBS Studio](https://obsproject.com/)** live video production software (currently not supporting v29)
- **Panasoniz PTZ** cameras
- **Pharos** light control devices
- **[Sisyfos](https://github.com/olzzon/sisyfos-audio-controller)** audio controller
- **Quantel** video server
- **[vMix](https://www.vmix.com/)** software vision mixer
- **VizRT MediaSequencer** graphics system - using the [v-connection](https://github.com/tv2/v-connection) library
- **Shotoku TR-XT** camera robotics
- **Singular Live Graphics**
- **[Sofie Chef](https://github.com/nrkno/sofie-chef)**
- **Telemetrics** camera robotics
- **Newtek Tricaster** video mixers
- Arbitrary [OSC](https://en.wikipedia.org/wiki/Open_Sound_Control) compatible devices
- Arbitrary HTTP (REST) compatible devices
- Arbitrary TCP-socket compatible devices
Expand Down

0 comments on commit 57890d8

Please sign in to comment.