Script for running a HLS proxy server for Slingbox written in Python 3.
- Edit config.ini with your Slingbox details.
- Run main.py to start the server
- Access the stream by opening http://localhost:8080/playlist.m3u8 in your media player
Remote control commands can be sent using http://localhost:8080/remote/[code]
Only tested with Slingbox 350.
Based on a perl script by Slinguist which is based off SlingBox SDK.
SlingBox SDK is listed with a LGPLv2 license so the code in this repository is also LGPLv2.