How to use EStalker
Install the .ipk or .deb file depending on your image.
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 there. 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 playlists.txt file via FTP software.
/etc/enigma2/estalker/playlists.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
http://myiptv.xyz
http://myiptv.xyz/c/
http://myiptv.xyz/stalker_portal/c/
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.
http://iptv.xyz
00:1A:79:AA:BB:CC
00:1A:79:AA:BB:CD
00:1A:79:AA:BB:CE
http://iptv2.xyz:8000
00:1A:79:AA:BB:CC
http://iptv3.xyz/c/
00:1A:79:AA:BB:CC
http://iptv4.xyz/stalker_portal/c/
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 playlists.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 playlists.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
EStalker v1.01
Fixed some skin issues
Fixed some general logic
Removed search button showing on Seasons and Episodes
Fixed series Favourites
Fixed cover image not showing on VOD infobar.
Thanks KiddaC