Skip to content

Commit dd7117a

Browse files
committed
Add additional tasks required for livestream
1 parent affa24e commit dd7117a

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

comp/livestream/configure-scenes.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
summary: Organise livestream scenes
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Competition Prep
8+
9+
description: >-
10+
The livestream requires a number of different scenes and views, made up of
11+
static images, video feeds, overlays etc.
12+
13+
See https://studentrobotics.org/runbook/competition/livestream/scenes/.
14+
15+
dependencies:
16+
- comp/livestream/plan-video-feeds

comp/livestream/hardware.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
summary: Organise hardware to run livestream
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Competition Prep
8+
9+
description: >-
10+
This ticket relates to providing the actual machine that will be
11+
used for the livestream.
12+
13+
Requirements:
14+
- Video mixer PC (With dedicated GPU, capable of running OBS)
15+
- 2x HDMI capture card
16+
- 2x mixers
17+
- 2x preview monitors
18+
- 2x cameras (depending on feed plan)
19+
20+
dependencies:
21+
- comp/livestream/plan-video-feeds

comp/livestream/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ description: >-
1717
dependencies:
1818
- comp/venue/network
1919
- comp/livestream/training
20+
- comp/livestream/hardware
21+
- comp/livestream/configure-scenes

comp/livestream/plan-video-feeds.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
summary: Plan video feeds
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Competition Prep
8+
9+
description: >-
10+
The livestream will need to have a few different camera feeds to show different parts of the venue
11+
12+
- Arena (top down ideally, maybe more)
13+
- Hosts (who may be different to commentators)
14+
- Stage (only needed for prize giving)

0 commit comments

Comments
 (0)