Skip to content

Instantly share code, notes, and snippets.

Avatar

Elliott Balsley llamafilm

View GitHub Profile
@llamafilm
llamafilm / python-sap.py
Created January 16, 2022 03:29
unfinished partial implementation of SAP (Session Announcement Protocol)
View python-sap.py
import socket
import time
import sdp_transform
# unfinished partial implementation of SAP (Session Announcement Protocol)
# https://datatracker.ietf.org/doc/html/rfc2974
MCAST_GRP = '239.255.255.255'
MCAST_PORT = 9875
MCAST_TTL = 255
View colorfront-ubuntu-db.md

Installing a Colorfront central linux database

Instructions are current for Transkoder 2020.
This has been tested on Ubuntu 20.04, but you can adapt to other distributions.

Install LAMPP web server

Supported versions:

  • PHP 7.1 - 7.2
  • MariaDB 10.1 - 10.3
  • Apache 2.4
View colorfront-centos-db.md

Installing a Colorfront central linux database

Instructions are current for Transkoder 2020.
This has been tested on CentOS 7.9, but you can adapt to other distributions. Throughout this guide, the # symbol signifies running a shell command as root.

Install LAMPP web server

Supported versions:

  • PHP 7.1 - 7.2
  • MariaDB 10.1 - 10.4
  • Apache 2.4