Skip to content

Commit

Permalink
Create videostaff.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markvdb authored Jan 30, 2021
1 parent 7c2cf2b commit c1e9e9d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions instructions/fosdem2021/videostaff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Diagnostics
From ingestion to website, you want to check where things go wrong
- Is the prerecorded file there?

```ssh root@<track>-vocto.video.fosdem.org ls -lh /mnt/video/*.mp4```
- Is the prerecorded file a sensible length?

```ssh root@<track>-vocto.video.fosdem.org ffprobe /mnt/video/<penta_id>.mp4 |& grep Duration```
- Are all talks for this room properly scheduled?

```ssh root@<track>-vocto.video.fosdem.org systemctl list-timers```
- Is the output of the voctomix mixer nominal?

```mpv http://<track>-vocto.video.fosdem.org:8899 checks the output of the vocto mixer for the room```
- Is the public stream output nominal?

```mpv https://stream.fosdem.org/<track>.m3u8

0 comments on commit c1e9e9d

Please sign in to comment.