Skip to content

Instantly share code, notes, and snippets.

View furqanrydhan's full-sized avatar

Furqan Rydhan furqanrydhan

View GitHub Profile

Keybase proof

I hereby claim:

  • I am furqanrydhan on github.
  • I am furqan (https://keybase.io/furqan) on keybase.
  • I have a public key ASD8WQPLP8e4v41UFm7K1MRFrNor8ZC2ugxHCOdkLteTigo

To claim this, I am signing this object:

#!/usr/bin/env python3
import socket
from multiprocessing import Process
import json
import logging
import logging.handlers
import subprocess
import argparse
import random
@furqanrydhan
furqanrydhan / Dockerfile
Last active February 18, 2019 18:15
untested but should be a basic hls -> access frame
FROM python:3.7-stretch
RUN apt update && apt -y install \
autopoint \
autotools-dev \
bison \
build-essential \
ffmpeg \
flex \
git \