Instructions are current for Transkoder 2020.
This has been tested on Ubuntu 20.04, but you can adapt to other distributions.
Supported versions:
- PHP 7.1 - 7.2
- MariaDB 10.1 - 10.3
- Apache 2.4
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 |
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.
Supported versions: