IPTV Stalker video add-on - all platforms

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:
Also works on XBMC 13.2 on my PC... that's good because I'm stuck with 13.2 on my old tablet. Verified works on Android box (Kodi 14.0)
 
Last edited:
options are good to have.
Working well on OSX 15.0 a2

curious as to how long this can survive as a video plugin though.. Do you plan to implement EPG somehow?
Edit: 1st post update answers this.
 
Last edited:
Quick update!. Yeah VOD doesnt work for me either on OSX. lists the movies, but doesnt play.
I see you allow 3 portals, but there is nowhere to put in a MAC to authenticate. just some future planning there?

Same results on Fire TV
Thanks!
 
Last edited:
Soory but I am a little bit confused here but until now we were testing the:
HTML:
http://1.iptvprivateserver.tv

Although on this thread the first post on this thread pointing to enter:

HTML:
http://porta1.iptvprivateserver.tv

So is the porta1 a new server we are testing and who is the owner or the name of the server?
Thanks
 
must be a typo when coding, there is no such server, thks....

portal.iptvprivateserver.tv works, 1.iptvprivateserver.tv doesn't. I looked at the code, nothing special that replaces "portal" to "1". There might be a bug that the second server may overwrite the entry for the first server, though.
 
Status
Not open for further replies.