jhelgert / stalkerhek

Stalker portal proxy server that allows sharing account on multiple STB boxes and play on VLC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stalkerhek

Build Status Go Report Card

Stalkerhek is a proxy application that allows you to share the same Stalker portal account on (theoretically) unlimited amount of STB boxes and makes it possible to watch Stalker portal IPTV streams in simple video players, such as VLC. This application itself connects to Stalker portal, authenticates with it and keeps sending keep-alive requests to remain connected. The rest is being done by this application's Services.

See Stalkerhek Documentation.

How to run

docker run \
    -p 9999:9999 \
    -e MODEL="MAG250" \
    -e MAC="00:1A:79:00:00:00" \
    -e URL="http://dummyurl.com:8000/server/load.php" \
    stalkerhek:latest

About

Stalker portal proxy server that allows sharing account on multiple STB boxes and play on VLC.

License:GNU General Public License v3.0


Languages

Language:Go 98.0%Language:Dockerfile 1.3%Language:Shell 0.7%