Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!
Resource icon

Download EStalker - Stalker Middleware Player (by KiddaC) V 1.28

Register & Get access to index
EStalker - Plugin is for playing Stalker Middleware / Ministra playlists via a portal url and mac address
This plugin does not play other playlists or m3u playlists or create Bouquets.

EStalker is totally FREE and should be compatible with all images and boxes.

Main settings
Main settings.png

Playlists Screen
Playlists Screen.png

Playlist Menu
Playlist Menu.png

Installation
openpli 8.3+ / openpli 9 users

please install XStreamity or XKlass from plugin feeds first to load required dependencies. (until EStalker is available in PLI feeds)
EStalker coming very soon to image feeds

How to manually install .ipk on OE-Alliance images via telnet
To manually install, copy ipk to tmp folder then use telnet or putty
Code:
opkg install /tmp/*.ipk

How to manually install .deb on DreamOS via telnet
To manually install, copy .deb to tmp folder
then use telnet or putty
Code:
dpkg -i /tmp/*.deb
apt-get update
apt-get install -f
press Y key to finish installation when asked

Dependencies
In the majority of cases the plugin will automatically install all the required dependencies required for EStalker. (I don't think openpli still does)
Rarely this fails and the user will need to ensure all dependencies are installed currently via telnet/putty
If you are getting repeated dependencies console screen. Try these commands

Python 2 only images
Code:
opkg install python-requests
opkg install python-multiprocessing
opkg install python-image
opkg install python-imaging
opkg install wget
Full wget is required for https lines and used by the download manager.

python 3 only images
Code:
opkg install python3-requests
opkg install python3-pillow
opkg install wget
Full wget is required for https lines and used by the download manager.

Dreambox python 2 images
Code:
apt-get -y install python-requests
apt-get -y install python-image
apt-get -y install python-imaging
apt-get -y install wget
Full wget is required for https lines and used by the download manager.

Dreambox python 3 images
Code:
apt-get -y install python3-requests
apt-get -y install python3-multiprocessing

How to use EStalker
Install the .ipk or .deb file depending on your image. The most stable updated image is always the last one.

By default the plugin appears in you main menu and plugins. This can be removed from main menu in the main settings of EStalker.

Note: Although great effort has been made to get as many portals working as possible. It is an impossible task for any stalker emulator to play every single portal out.
Some are very strict and require very specific code. Therefore the codebase is based around the majority. Not all.

Add Playlist
You can either enter your playlist details via the "Add Playlist" option on main screen.
Alternatively you can manually enter your playlist details via the e-portals.txt file via FTP software.
/etc/enigma2/estalker/e-portals.txt

Manual entry is in the format of:
Portal Url - with or without portal path. Urls with full path will load quicker due to less checks. Enter port if required. Urls trailing slash is optional


Followed by 1 or more MAC addresses. MAC Address can be upper or lower
Urls and MACs are grouped until the next URL is found.
Example valid entries:

00:1A:79:AA:BB:CC
00:1A:79:AA:BB:CD
00:1A:79:AA:BB:CE

00:1A:79:AA:BB:CC

00:1A:79:AA:BB:CC

00:1A:79:AA:BB:CC

Delete playlist
In the playlists menu. There is 2 options to delete playlists.
Yellow Button - Single Delete.
Blue Button - Auto Delete. This deletes all playlists that are flagged as invalid. Note: occasionally some playlists get marked as invalid if they are currently being used.
Delete playlist does not permantly delete your playlist.
This option puts a hash "#" on the line of your playlists in the e-portals.txt file.
This comments out the playlist so it does not get shown in your list.
If you wish to permantly delete playlist. Remove the line manually from your e-portals.txt file

Settings
The settings page are the global settings for all your playlists.
Individual provider settings can be found under the "playlist settings" under a playlist selection.

ServiceApp, Gstreamer, Exteplayer3
Some streams may play better with different stream types. If any of the above are installed then different stream types will become available.

Code:
opkg update
opkg remove enigma2-plugin-systemplugins-serviceapp
opkg remove exteplayer3
opkg remove ffmpeg
opkg install ffmpeg
opkg install exteplayer3
opkg install enigma2-plugin-systemplugins-serviceapp
opkg remove gstplayer
opkg install gstplayer

DNS nameservers

streams will probably connect quicker if you use cloudflares or googles dns lookup.
setup > system > network > device setup > adapter settings >
use manual DNS nameserver ... YES

cloudflare
1.1.1.1
1.0.0.1

google
8.8.8.8
8.8.4.4
  • Like
Reactions: johnq
Author
guetteur
Downloads
10
Views
2,181
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. EStalker - Stalker Middleware Player v1.28 - 03/03/2026

    What's new: Main focus is on the "is active logic". Now sets more portals as active due to...
  2. EStalker - Stalker Middleware Player v1.27 - 26/12/2025

    What's new: Added the option to add an alias to the mac line. (optional) Anything after a...
  3. EStalker - Stalker Middleware Player v1.26 - 23/11/2025

    What's new: Fixed the skip 1 playlist screen
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top