After using this throughout the weekend, I thought I'd share it.
It's a very roughly implemented client for the stalker middleware api. Just enough effort was put into it to watch tv, so that I don't have to use the emulator or get a mag box prematurely.
Note-1: this is only available for windows and android at the moment.
Note-2: the current testing server is the only one I've tried with this. It should work with other stalker servers but it probably won't as I don't know of any others.
Note-3: the add-on may be unstable, so don't expect much of it.
Note-4: this is not an emulator. only the servers it's been tested with will work. pm me if you know of other stalker iptv services. I might look into them.
Note-5: tested on Kodi 14.1. should work on anything Kodi 14.x
Download the appropriate zip file:
win32 = windows
android-arm = phones and most boxes <- get this if you're not sure
android-x86 = intel based boxes
regular installation
1. You can use the usual method of "Install from zip file" to install the addon
2. Enable live tv/pvr under Settings -> Live TV -> General
3. Enable the "Stalker Client" pvr add-on and set the MAC and server address like you would with the emulator:
View attachment 306
4. Restart Kodi. If it works for you, you should get something like this:
View attachment 307
manual installation (windows only)
1. Extract the archive to:
Code:
C:\Program Files (x86)\Kodi\addons\
2. Follow 2-4 above
Q&A
Q: adult channel(s)?
A: soon
Q: VOD?
A: I don't have any interest in VOD right now. also, there isn't a sensible subsection to list VOD under the TV section of kodi, so another addon may make more sense.
Q: os x? linux, raspberry pi etc?
A: just windows and android for now. let's see how things go first
Q: I get a "Couldn't load Dll" error on android. What's wrong?
A: filesystem permissions may most likely be preventing kodi from loading the addon from the external storage. I did not have this problem with the nexus 5 (kitkat; stock; no-root), but the nexus player gave me this error. this seems to be so for lollipop.
you can try the modified apk that includes the addon. you need to uninstall your current kodi install first (remember to backup your user data first so that you don't have to reconfigure from scratch)
Code:
arm: https://mega.co.nz/#!PQoVmQBD!_fzK9jFxPXUf9ewiWZ7-46TPT9z_gzI_j03iPqdJ6g0
x86: https://mega.co.nz/#!XQRSiaAD!213BsKTFvMGUtT8k0iDQos6ru9mDwHpBNB4sawTpfe4
Q: All I see is "Working...". What's wrong?
A: several things could be happening:
(1) the channel(s) is down
(2) the authentication expired or got invalidated. so, restart kodi
(3) someone else shares your creative mind and somehow uses the mac address as you. thus (2) happens, so change the mac address and restart kodi
(4) you are using more than one device configured with the same mac address. this won't work. you have to use a different mac address for each device. otherwise one device will invalidate the other. again like (2). (the portal may be tracking IPs as well but idk)
(5) check that the stb emulator or your mag box is working. if that doesn't work, this won't either
(6) still no go? close kodi and delete this file:
Code:
windows: %appdata%\Kodi\userdata\addon_data\pvr.stalker.client\cache.xml
android: /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/pvr.stalker.client/cache.xml
(7) some other weirdness is happening. in that case post your kodi.log on pastebin or similar and link it in your reply here
changelog
0.3
stability fixes
cross platform support
0.1
initial release