IPTV Stalker video add-on - 1.0.18 file

Status
Not open for further replies.

pocpoc

New member
Mar 22, 2015
61
0
0
Simple video stalker plugin
Version 1.0.18


Code:
https://github.com/esxbr/plugin.video.stalker/archive/master.zip

Steps:
1 - Download the plugin
2 - Open the Kodi
3 - Add-on -> Install from zip
4 - Go to config and set up what you want
5 - enjoy

Features
- Up to 3 Portals
- Force Clear Cache (Context menu on each portal)
- Channel groups
- Channel logos
- Channel sort
- Parental lock (Default password 0000)
- VoD (testing - only first 20 pages)
- Mac address (optional)
- Serial Number (optional)
- M3U Server
- EPG (http: / / localhost:8899 / epg.xml?portal=NUMBER)
- Whach the channels on your Android
Code:
https://play.google.com/store/apps/details?id=com.burakkal.simpleiptv&hl=en


How M3U Server works:
Open an M3U client such VLC or SIMPLE IPTV and add the address:
Code:
Server: 
http://KODI_IP:8899/channels-1.m3u (use this one on SIMPLE IPTV)
http://KODI_IP:8899/channels-1.html
http://KODI_IP:8899/channels.html?portal=1
http://KODI_IP:8899/channels.m3u?portal=1

EPG: 
http://KODI_IP:8899/epg.xml?portal=1
Change the portal number according the server that you want to navigate.



HOWTO- Integrate EPG into PVR IPTV Simple Client using IPTV Stalker and I-Vue TV Data
Code:
http://iptvtalk.net/showthread.php?2850-HOWTO-Integrate-EPG-into-PVR-IPTV-Simple-Client-using-IPTV-Stalker-and-I-Vue-TV-Data


How to pick-up the Serial Number, device_id, device_id2, signature
Some servers request that information to authenticate.

If you don't have an MAG254 and will activate a new service with a new Mac Address, enable ONLY the options "SEND SERIAL". The system will create automatically a new Serial Number.

If you already have an MAG254, you have to pick up the Serial Number, device_id, device_id2, and signature directly from your equipment and enable the option "CUSTOM SERIAL".
The MAG254 must be updated with Public Version to have ssh access.
More information:
Code:
http://iptvtalk.net/showthread.php?103-How-to-update-firmware-on-MAG-250
Last Firmware: http://soft.infomir.com.ua/

Turn on the MAG254 and go to Home Portal. Don't open any portal.
Open the ssh and execute the commands:
Code:
cd /tmp
wget http://www.handgrep.se/repository/CXtools/sh4/tcpdump/tcpdump-4.3.0-static
chmod a+x tcpdump-4.3.0-static
./tcpdump-4.3.0-static -A -vvv | grep -Eo "(sn=[0-9a-zA-Z]*).*(device_id=[0-9a-zA-Z]*).*(device_id2=[0-9a-zA-Z]*).*(signature=[0-9a-zA-Z]*)"
Open the portal and get the information on console.
You can update the information manually on config. Go to userdata/addon_data/plugin.video.stalker and edit the file settings.xml
 
Last edited by a moderator:
Heads up everyone. Please be aware that a modified version of the IPTV Stalker is now available on a certain repo with a version of 1.2.0, which will overwrite 1.0.18, the last official version of the add-on. I checked it, and it essentially is ok, (one line changed to call for a cache clear) but it did have settings for a now blacklisted MAC. There may be on-going attempts to 'crack' the service, but just be careful of where you actually get this add-on.

To prevent an automatic update of this add-on, you can either turn off automatic updates, or deactivate the repo.

Here is the location of the original add-on... the same as you would find in Post #1 of the thread:

Code:
https://github.com/esxbr/plugin.video.stalker/archive/master.zip

By the way, the 1.2.0 did cause me authentication issues, but were cleared when I reinstalled 1.0.18
 
Status
Not open for further replies.