I hereby claim:
- I am MrBrax on github.
- I am braxen (https://keybase.io/braxen) on keybase.
- I have a public key whose fingerprint is 9482 D04A B5DA 6F51 66EC E98B 6B14 65FD B3EC 049C
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Supports: | |
| # CASt | |
| # sound | |
| # bitmap | |
| # field | |
| # | |
| # KEY* (file pointers) |
| #!/bin/bash | |
| inc=0 | |
| echo "Downloading start of stream." | |
| streamlink --hls-live-restart --hls-live-edge 99999 --hls-segment-threads 5 -o "$2-0.ts" $1 best | |
| echo "Remux $2-0.ts" | |
| ffmpeg -i "$2-0.ts" -codec copy "$2-0.mp4" 2>&1 & |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| from subprocess import call | |
| import sys, os, getopt | |
| import struct |
I hereby claim:
To claim this, I am signing this object:
| function DarkRP.notify(ply, msgtype, len, msg) | |
| if type(ply) ~= "table" and not IsValid(ply) then return end | |
| umsg.Start("_Notify", ply) | |
| umsg.String(msg) | |
| umsg.Short(msgtype) | |
| umsg.Long(len) | |
| umsg.End() | |
| end |