OK, you want to find an identical system between enigma2 and the mag under android, it has nothing to do and I don't think it exists .....
stalker portal on enigma2
- jokosat
- Thread is marked as Resolved.
-
-
Mate, You're wrong, Mag is linux and E2 is linux ...
I got info from the colleague, classic stalker can be played via KODI on E2, but also vod not working...so if no any solutions here on E2, buying some small android box is a solution for iptv with videoclub.
I wanted to have just one box, but...
-
Yes it's true it's also under enigma2, so why don't you launch into Kodi, it seems doable, personally it doesn't interest me, I have everything I need with the plugin friend Ziko .... good luck ....
-
I installed stalker via KODI but I couldn't get it worked, all time window with error "stalker client Authentication faild. Retrying..."
So, probably nothing to have true stalker like in mag, on enigma2... :(
Need to buy some small cheap android box for it...
-
Thank you so much works well on VU+ Solo 4K.
-
Multi Stalker ziko full for telnet
Codewget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/installer.sh -O - | /bin/shBash
Display More#!/bin/sh #wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/installer.sh -O - | /bin/sh VERSION=1.1 PLUGIN_PATH='/usr/lib/enigma2/python/Plugins/Extensions/MultiStalker' STALKER_CONF='/home/stalker.conf' if [ -f /etc/apt/apt.conf ] ; then STATUS='/var/lib/dpkg/status' OS='DreamOS' elif [ -f /etc/opkg/opkg.conf ] ; then STATUS='/var/lib/opkg/status' OS='Opensource' fi if python --version 2>&1 | grep -q '^Python 3\.'; then echo "You have Python3 image" PYTHON='PY3' PYTHONPACK='python3-requests' else echo "You have Python2 image" PYTHON='PY2' PYTHONPACK='python-requests' fi if [ -d $PLUGIN_PATH ]; then rm -rf $PLUGIN_PATH fi CHECK='/tmp/check' uname -m > $CHECK sleep 1; if grep -qs -i 'mips' cat $CHECK ; then echo "[ Your device is MIPS ]" if [ $PYTHON = "PY3" ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py3/mipsel/multistalker$VERSION-py3-mipsel.tar.gz -O /tmp/multistalker$VERSION-py3-mipsel.tar.gz tar -xzf /tmp/multistalker$VERSION-py3-mipsel.tar.gz -C / rm -f /tmp/multistalker$VERSION-py3-mipsel.tar.gz if [ ! -f '/usr/lib/libpython3.7m.so.1.0' ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py3/mipsel/libpython3.7-mipsel.tar.gz -O /tmp/libpython3.7-mipsel.tar.gz tar -xzf /tmp/libpython3.7-mipsel.tar.gz -C / rm -f /tmp/libpython3.7-mipsel.tar.gz echo "Send libpython3.7m" fi else wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py2/mipsel/multistalker$VERSION-py2-mipsel.tar.gz -O /tmp/multistalker$VERSION-py2-mipsel.tar.gz tar -xzf /tmp/multistalker$VERSION-py2-mipsel.tar.gz -C / rm -f /tmp/multistalker$VERSION-py2-mipsel.tar.gz fi elif grep -qs -i 'armv7l' cat $CHECK ; then echo "[ Your device is armv7l ]" if [ $PYTHON = "PY3" ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py3/arm/multistalker$VERSION-py3-arm.tar.gz -O /tmp/multistalker$VERSION-py3-arm.tar.gz tar -xzf /tmp/multistalker$VERSION-py3-arm.tar.gz -C / rm -f /tmp/multistalker$VERSION-py3-arm.tar.gz if [ ! -f '/usr/lib/libpython3.7m.so.1.0' ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py3/arm/libpython3.7-arm.tar.gz -O /tmp/libpython3.7-arm.tar.gz tar -xzf /tmp/libpython3.7-arm.tar.gz -C / rm -f /tmp/libpython3.7-arm.tar.gz echo "Send libpython3.7m" fi else wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py2/arm/multistalker$VERSION-py2-arm.tar.gz -O /tmp/multistalker$VERSION-py2-arm.tar.gz tar -xzf /tmp/multistalker$VERSION-py2-arm.tar.gz -C / rm -f /tmp/multistalker$VERSION-py2-arm.tar.gz fi elif grep -qs -i 'aarch64' cat $CHECK ; then echo "[ Your device is aarch64 ]" if [ $PYTHON = "PY3" ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py3/aarch64/multistalker$VERSION-py3-aarch64.tar.gz -O /tmp/multistalker$VERSION-py3-aarch64.tar.gz tar -xzf /tmp/multistalker$VERSION-py3-aarch64.tar.gz -C / rm -f /tmp/multistalker$VERSION-py3-aarch64.tar.gz if [ ! -f '/usr/lib/libpython3.7m.so.1.0' ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py3/aarch64/libpython3.7-aarch64.tar.gz -O /tmp/libpython3.7-aarch64.tar.gz tar -xzf /tmp/libpython3.7-aarch64.tar.gz -C / rm -f /tmp/libpython3.7-aarch64.tar.gz echo "Send libpython3.7m" fi else wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py2/aarch64/multistalker$VERSION-py2-aarch64.tar.gz -O /tmp/multistalker$VERSION-py2-aarch64.tar.gz tar -xzf /tmp/multistalker$VERSION-py2-aarch64.tar.gz -C / rm -f /tmp/multistalker$VERSION-py2-aarch64.tar.gz fi elif grep -qs -i 'sh4' cat $CHECK ; then echo "[ Your device is sh4 ]" if [ $PYTHON = "PY3" ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py3/sh4/multistalker$VERSION-py3-sh4.tar.gz -O /tmp/multistalker$VERSION-py3-sh4.tar.gz tar -xzf /tmp/multistalker$VERSION-py3-sh4.tar.gz -C / rm -f /tmp/multistalker$VERSION-py3-sh4.tar.gz if [ ! -f '/usr/lib/libpython3.7m.so.1.0' ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py3/sh4/libpython3.7-sh4.tar.gz -O /tmp/libpython3.7-sh4.tar.gz tar -xzf /tmp/libpython3.7-sh4.tar.gz -C / rm -f /tmp/libpython3.7-sh4.tar.gz echo "Send libpython3.7m" fi else wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/py2/sh4/multistalker$VERSION-py2-sh4.tar.gz -O /tmp/multistalker$VERSION-py2-sh4.tar.gz tar -xzf /tmp/multistalker$VERSION-py2-sh4.tar.gz -C / rm -f /tmp/multistalker$VERSION-py2-sh4.tar.gz fi else echo "Your device is not supported" exit 1 fi if [ ! -f $STALKER_CONF ]; then wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/stalker-conf.tar.gz -O /tmp/stalker-conf.tar.gz tar -xzf /tmp/stalker-conf.tar.gz -C / rm -f /tmp/stalker-conf.tar.gz echo "Send $STALKER_CONF" fi echo "" echo "#########################################################" echo "# MultiStalker $VERSION INSTALLED SUCCESSFULLY #" echo "# BY ziko-ZR1 #" echo "#########################################################" echo "# Restart Enigma2 GUI #" echo "#########################################################" sleep 2 if [ $OS = 'DreamOS' ]; then systemctl restart enigma2 else killall -9 enigma2 fi exit 0how add mac address, any path of cfg
-
Try to look in Multi Stalker thread, is all explained there
-
Yes Multistalker is the best Option
in home stalker.conf
Code :
Stalker
portal 0 http://localhost:8080/c/?mac=00:00:00:00:00:00
portal 2 http://localhost:8080/c/?mac=00:00:00:00:00:00
portal 3 http://localhost:8080/c/?mac=00:00:00:00:00:00
wget -q "--no-check-certificate" https://raw.githubusercontent.…in/Downloads/installer.sh -O - | /bin/sh
rm -rf /usr/lib/enigma2/python/Plugins/Extensions/MultiStalker
Thanks tunesia and Dreamsat ipk ;)
-
Yes it's true it's also under enigma2, so why don't you launch into Kodi, it seems doable, personally it doesn't interest me, I have everything I need with the plugin friend Ziko .... good luck ....
Here KODi 18.9 E2 Stalker And IPTV simple
-
-
-
Hi, it means that your multistalker server is no longer working, normally you can get out of there with the on/off button on your receiver's remote control....
-
Hi, it means that your multistalker server is no longer working, normally you can get out of there with the on/off button on your receiver's remote control....
this message appears with all multi servers ...
-
Hi, it means that your multistalker server is no longer working, normally you can get out of there with the on/off button on your receiver's remote control....
this message appears with all multi servers ...
It's because your servers are all bogus...
here try this one you will see....
http://ip.platevpc.xyz:8080/c/
00:1A:79:4E:F3:39
-
You need to find and use another MAC code for your server.
You could also try using a VPN.Sometimes that gets round the problem
Also, try it again after a couple of weeks or so.I have found that magically it sometimes unblocks :)
-
Display More
You need to find and use another MAC code for your server.
You could also try using a VPN.Sometimes that gets round the problem
Also, try it again after a couple of weeks or so.I have found that magically it sometimes unblocks :)
Real answer is pay for yor iptv if blocked then yo can contact provider , if using hacked lines then this will happen all the time.
-
if you want it safe and not block, buy a service for as many devices as you need.
-
from where can i get my mac .??
-
recwiver options
network-mac
-
it crashes with openatv 7.1 image dm900
-
ciao a tutti ragazzi, visto che li ho provati tutti e non capisco perchè non funziona: quindi ho 2 bauletti (ip-s800 super) normalmente potrei usare tutto dalla parabola che non ho avuto da anni hai iptv, panda, iphd channel, xtream code e questo stalker. interfaccia di questa scatola?
o sono obbligato ad avere la parabola per farli funzionare? aiuto grazie prima di buttarli fuori dalla finestra
Potrei postare le foto del suddetto, anche per darvi un'idea
-
Your hub for IPTV & streaming support.
Get help with Android apps, Smart TV setup, m3u playlists, channel lists, and finding reliable live streaming websites. Master IPTV streaming on all devices. Find downloads, setup tutorials, and community support for apps, Smart TVs, and m3u channel lists.

