#!/usr/bin/python3 """ Author: Vertigo Designs, Ryan Summers Description: Provides a means of accessing Stabilizer livestream data. """ import socket import time import logging import struct class StabilizerStream: """ Provides access to Stabilizer's livestreamed data. """ # The magic header half-word at the start of each packet. MAGIC_HEADER = 0x057B # The struct format of the header. HEADER_FORMAT = '