Skip to content

Instantly share code, notes, and snippets.

View Swordington's full-sized avatar
💻
Working, probably

Quinn Iris Swordington

💻
Working, probably
View GitHub Profile
// Discord all events!
// A quick and dirty fleshing out of the discord.js event listeners (not tested at all!)
// listed here -> https://discord.js.org/#/docs/main/stable/class/Client
// Learn from this, do not just copy it mofo!
//
// Saved to -> https://gist.github.com/koad/316b265a91d933fd1b62dddfcc3ff584
// Last Updated -> Halloween 2022
/*
@pschichtel
pschichtel / nginx_rtmp.conf
Created October 3, 2015 15:05
A nginx configuration adding an RTMP server for collection of multiple streams from the local network
rtmp {
server {
listen 0.0.0.0:1935;
chunk_size 4096;
# The collection server, streaming allowed from standard local /16 subnets
# Stream to rtmp://<server ip>/collect/<stream key>