Skip to content

Instantly share code, notes, and snippets.

@Kusmeroglu
Kusmeroglu / OBS-SRT-DEBIAN.md
Last active January 21, 2022 23:19
Notes on Installing SRT with OBS on Ubuntu / Debian / Linux

Notes on Installing SRT with OBS on Ubuntu / Debian / Linux

Feedback welcomed - if this becomes old or contains misleading information please let me know.

OBS provides some instructions on how to get SRT, but I found that they didn't quite work for me on a fresh minimal install of Ubuntu 20 (Focal). OBS on linux doesn't appear to come with SRT support out of the box.

The OBS Discord community was really helpful, but in the end it took a lot of futzing and following are my notes, in case this is helpful to anyone else.

By the way, if you are considering SRT with OBS, it was extremely painful to install correctly, but then it worked beautifully. The error correction SRT provides was very nice when my wireless signal was poor.

@Kusmeroglu
Kusmeroglu / VisualRPN.md
Last active December 20, 2015 16:59
Reverse Polish Notation Visualized
@Kusmeroglu
Kusmeroglu / HeatGraph.md
Last active December 20, 2015 06:29
Nested selectors and multiple series area chart in D3.js

Uses nested selections to build the tables. Normally areas/lines/dots/labels would be in their own groups, but grouping the visualization pieces by series allows us to do a really easy hover animation. Unfortunately, we can't control the ordering well this way, so lines that cross get hidden. Data shows the new alpha heat mechanic put in place by PGI in MechWarrior Online. mwomercs.com