EStalker - Stalker Middleware Player - Work in Progress

There are 557 replies in this Thread which was already clicked 144,502 times. The last Post () by KiddaC.

  • Has anyone got a blank estalker/playlists.txt file i can add my own mac address to please

    Write in your playlists.txt

    Hxxp://blabla.xyz.com:80

    00:1A:79:C2:8C:2D

    00:1A:79:C2:8C:11

    00:1A:79:C2:8C:12


    Hxxp://bumbumbum.xyz.com:80

    00:1A:79:C2:8C:12

    00:1A:79:C2:8C:12



    and so on




    then copy this file to per FTP to ----> ect/enigma2/estalker and overwrite the existing file..Done

  • jenseneverest your issues are minor and easily fixed. Thanks.

    1) OK I have amend my code to split on parts and also used urlparse as a secondary check to get urls.

    2) Xtream panel is only used to see if we can get the active / max users. So this bit is just extra check anyway.

    3) Interesting - and messes up my logic. I was unable to find any that played that did not return an expiry. But then again I am not trying to get every portal style in the world to work. There are so many,

    4) 3 seconds just isn't feasible. I did originally split out urls into blocks and process them sequentially. While processing different urls concurrently. I might go back to that method if reports of blocking are happening.

    5) Can this serial be faked - i.e random.

    6) I am not doing a handshake for every call to live, vod or series. That would be a massive pain in the backside and slow down. Plenty of portals out there that will work with my current method. It's never going to perfect as you have stated all along.

    ** A person who feels appreciated will always do more than what is expected **

  • Thank you for this wonderful plugin I tested it and it works very well on openatv 7.5.1 and 7.6 the only problem is that some stalker works on ajpanel IPTV and multistalkerpro and does not work on Estalker like ***365 thank you very much for this work and this is only the beginning :smiling face:

  • Hello and thanks to my friend Kiddac for his work and sharing....I tested in multiboot openatv 7.6 and the latest openpli 3.12 image and it works.....The problem at first is the loading time of the lines, I put about 15 lines which are very easy to write, that's a plus, on the other hand almost 2 minutes to load........

    Dead lines take longer. Once you delete the bad lines it will be faster.
    But I did say there are lots of url calls in this. Use 5 - 10 test lines. Anymore its going to be slow.
    This is not a stalker line tester - its a stalker player. So will reasonable fine for good lines.

    ** A person who feels appreciated will always do more than what is expected **

  • Please dont post screen shots with iptv domains.
    DimitarCC has already explained that some playlists without expiry can play. But currently I actually mark them as invalid. I can amend that. But that is a main thing I have been using to mark a playlist as invalid. :unamused face: :thinking face:

    ** A person who feels appreciated will always do more than what is expected **

  • And for those who don't use my other plugins.


    Dependencies

    In the majority of cases the plugin will automatically install all the required dependencies.

    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 3 - not for python 2 images

    opkg install python3-requests

    opkg install python3-pillow


    or


    Python 2 - not for python 3 images

    opkg install python-requests

    opkg install python-multiprocessing

    opkg install python-image

    opkg install python-imaging


    ----------------


    Dreamboxes Python 3 - not for python 2 images

    apt-get -y install python3-requests

    apt-get -y install python3-multiprocessing

    or


    Dreamboxes Python 2 - not for python 3 images

    apt-get -y install python-requests

    apt-get -y install python-image

    apt-get -y install python-imaging



    ** A person who feels appreciated will always do more than what is expected **

  • There is no epg yet - so no infobar info. That code is currently all commented out until I move onto that section.
    By favourites - if you mean bouquets. Then no

    My player has built in favourites. Press fav or stop or tv on a channel to add it. Then in the category lists. press fav to open your favourites.

    And a reminder - this is a very early beta - it is far from finished.

    ** A person who feels appreciated will always do more than what is expected **

  • There is no epg yet - so no infobar info. That code is currently all commented out until I move onto that section.
    By favourites - if you mean bouquets. Then no

    My player has built in favourites. Press fav or stop or tv on a channel to add it. Then in the category lists. press fav to open your favourites.

    And a reminder - this is a very early beta - it is far from finished.

    Thanks, I mean only channel name. Not EPG or other info.

    DM 900 UHD

    Open ATV 8.0.0

  • I know what you mean - but I am working on this in chunks of code. Converting my xstreamity plugin code to this new code.
    If none of that bit of code works, then I am commenting out all of it, until I get to it. So just be patient.

    That huge green section is what I got to work out :)


    pasted-from-clipboard.png

    ** A person who feels appreciated will always do more than what is expected **

  • Thank you very much my friend kiddac. It started working with estalker_0.02.20250527 in satdreamgr (Python 2.7) software. It did not work in the first version but it works very well in the second version. It worked in openatv7.4 at noon. Good luck.

  • Hi Kiddac,

    I have wanted to ask this for a long time, is it possible to also make it possible to use zapping on the remote control with the arrow key (so the half moons) from left to right to use zapping instead of having to use the key from bottom to top, it is also normal, especially with Openpli, to zap from right to left. I often make mistakes with the use of this with the remote control, but perhaps an additional adjustment is possible?


    I tested the e Stalker player on the VUDUO 4K SE (openpli Scarthgap) and on the Dreambox 920 (openpli 9 Xstar Develop) and it works fine

  • Hi Kiddac,

    I have wanted to ask this for a long time, is it possible to also make it possible to use zapping on the remote control with the arrow key (so the half moons) from left to right to use zapping instead of having to use the key from bottom to top, it is also normal, especially with Openpli, to zap from right to left. I often make mistakes with the use of this with the remote control, but perhaps an additional adjustment is possible?


    I tested the e Stalker player on the VUDUO 4K SE (openpli Scarthgap) and on the Dreambox 920 (openpli 9 Xstar Develop) and it works fine

    That is a personal choice you could probably edit keymap.xml

    in /usr/lib/enigma2/python/Plugins/Extensions/EStalker folder.

  • 1. OK


    2. Yes i understood. But still it have to be detected is player_api.php is there and then use it.


    3. Yes there are many variants so it can be always some not working one.


    4. Yes i agree but it is bad if you are blocked because of too many connections at a time


    5. For portals that doesn't require particular serial yes it can be generated from the MAC. But also you need device_id


    6. Not need to do a handshake for every call...But some portals just return 200 with text "Authentication failed" so you can not parse the json. If that happens the solution is to re-handshake and run the request again.

Enhance your Enigma2 with KiddaC's creations

Download HD skins, IPTV players (X-Streamity, EStalker), bouquet tools, picon managers, and essential plugins for a complete setup. KiddaC's Enigma2 resources: skins (slyk, v-skin, onyx), IPTV plugins (Xtreamity, Jedi Maker), and utilities (E2Piconizer, ScreenNames) for customization and control.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!