Skip to content

Instantly share code, notes, and snippets.

OBS Studio WHIP AV1 Streaming (to mediamtx)

  • add "whip" to webrtc path like: https://host/stream/whip
  • OBS settings: image

(must have Keyframe interval defined, or else browsers won't play stream)

Keybase proof

I hereby claim:

  • I am spiralp on github.
  • I am spiralp (https://keybase.io/spiralp) on keybase.
  • I have a public key ASAFnuVcMuwGBsFi4ZPKiP9DKWA3eGNVzLSm6PcAJG8aNAo

To claim this, I am signing this object:

import urllib2
import json
import sys
import os
from Tkinter import Tk
URL="https://api.github.com/gists"
TOKEN=""
require'vstruct'
local metatable = {
__index = {
read = function(self,n)
if not n then
n = 1
end
self.pos = self.pos+n
if self.pos-1>#self.str then return false end