Welcome to Produsat Forum

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Register Log in

Plugins EStalker - Official Release.

Matrix

Staff member
Moderator
Joined
Apr 22, 2013
Messages
957
Reaction score
645
Points
326
Offline
EStalker - Official Release.

V 1.06 - 10/08/2025


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.

Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.

Also we test most code on multiple images and boxes. Modifications might work on your setup, but may crash other peoples.

Start a new thread if need be quoting it is a mod and what images/box it is has been tested on.



All my plugins are completely free to use — there are no paid, pro, or provider-locked versions of any of my plugins.
Please inform me if you see rogue versions of my plugins. Then we seek and destroy.

My source code is open so anyone can view it, learn from it and see there is nothing malicious in my code. That's what enigma2 community is meant to be about.



EStalker should be compatible with all images and boxes.



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

Latest version can always be found on post 1 of this thread.



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:
Please, Log in or Register to view codes content!



How to manually install .deb on DreamOS via telnet

To manually install, copy .deb to tmp folder

then use telnet or putty

dpkg -i /tmp/*.deb

Code:
Please, Log in or Register to view codes content!

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:
Please, Log in or Register to view codes content!

opkg install wget Full wget is required for https lines and used by the download manager.



python 3 only images

Code:
Please, Log in or Register to view codes content!

opkg install wget Full wget is required for https lines and used by the download manager.



Dreambox python 2 images

Code:
Please, Log in or Register to view codes content!

apt-get -y install wget Full wget is required for https lines and used by the download manager.



Dreambox python 3 images

Code:
Please, Log in or Register to view codes content!
 

Attachments

  • enigma2-plugin-extensions-estalker_1.06_20250810_all.deb
    2 MB · Views: 0
  • enigma2-plugin-extensions-estalker_1.06.20250810_all.ipk
    2.3 MB · Views: 0

Matrix

Staff member
Moderator
Joined
Apr 22, 2013
Messages
957
Reaction score
645
Points
326
Offline
How to use EStalker

Install the .ipk or .deb file depending on your image. The most stable updated image is always on post 1 of this thread. Beta version may appear in the middle of threads.



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

Please, Log in or Register to view URLs content!
Please, Log in or Register to view URLs content!
Please, Log in or Register to view URLs content!

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.



Please, Log in or Register to view URLs content!

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

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



Please, Log in or Register to view URLs content!

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



Please, Log in or Register to view URLs content!

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



Please, Log in or Register to view URLs content!

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
 
Top