Giter Site home page Giter Site logo

pvr.stalker's People

Contributors

afedchin avatar alanwww1 avatar alwinesch avatar bkuhls avatar drprofesq avatar fernetmenta avatar fuzzard avatar gade01 avatar heitbaum avatar hudokkow avatar jalle19 avatar janbar avatar kenji123 avatar ksooo avatar markieta avatar martijnkaijser avatar mdeguzis avatar metaron-uk avatar notspiff avatar olafhering avatar paxxi avatar phunkyfish avatar rbuehlma avatar rechi avatar stefansaraev avatar thexai avatar txtranslation avatar weblate avatar wsnipex avatar zcsizmadia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pvr.stalker's Issues

Update 21.1.0 Stalker crashed on Windows

Hello from Germany.
Since the update last night, Kodi keeps crashing shortly after starting.
It always freezes briefly when Stalker starts and then crashes.
It worked fine with the last version. A new installation of Kodi and Stalker produces the same result. When upgrading from Kodi 20.5 to 21.0, it works until the next Kodi restart, then Kodi also crashes when loading the client.

kodi.log
kodi_crashlog-21.0 Git_20240406-60c4500054-20240623-122122.dmp
kodi_stacktrace-21.0 Git_20240406-60c4500054-20240623-122122.txt

Fedora-24: When enabling TV, seeing this on crash: pvr.stalker.so.1.0.11: undefined symbol: sc_identity_defaults

Hello Friends:

I'm seeing the following crash error when I enable: "Settings --> TV --> General --> Enabled" option:

jdoe@fedora24$ /usr/bin/kodi
libpng warning: iCCP: known incorrect sRGB profile
/usr/lib64/kodi/kodi.bin: symbol lookup error: /usr/lib64/kodi/addons/pvr.stalker/pvr.stalker.so.1.0.11: undefined symbol: sc_identity_defaults

Here's what's installed:

jdoe@fedora24$ rpm -qa | egrep "kodi|stalker"
kodi-platform-16.0-0.1.20150805git15edaf7.fc24.x86_64
kodi-pvr-stalker-16.1-5.fc24.x86_64  <------ stalker
kodi-platform-devel-16.0-0.1.20150805git15edaf7.fc24.x86_64
kodi-devel-16.1-2.fc24.x86_64
kodi-16.1-2.fc24.x86_64   <---- kodi

All RPMs above are from the RPMfusion repository, with the exception of kodi-pvr-stalker RPM, which was installed manually (via, dnf install path-to-rpm).

I also tried the kodi-pvr-stalker-16.1-4.fc24.x86_64 version with the same crash result.

Any ideas? =:)

Thank you!

Krypton - cant load xmltv

Pvr.stalker working to watch TV but won't load my xmltv which worked in 16. Using rpi 3 on osmc.

06:26:12.153 T:1583944688 DEBUG: AddOnLog: Stalker Client: Execute: {"js":{"data":{"msgs":0,"additional_services_on":"1"}},"text":"generated in: 0.017s; query counter: 4; cache hits: 0; cache miss: 0; php errors: 1; sql errors: 0; php err str: txt: mysqli_connect(): Headers and client library minor version mismatch. Headers:50552 Library:50633; file: /var/www/stalker_portal/server/lib/core/mysql.class.php; line: 92; ;"}
06:26:12.846 T:1958859696 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
06:26:12.850 T:1484780528 DEBUG: EPG - Load - no database entries found for table 'SKY SPORTS 4 HD ©'.
06:26:12.851 T:1484780528 DEBUG: EPG - UpdateFromScraper - updating EPG for channel 'SKY SPORTS 4 HD ©' from client '21225959'
06:26:12.851 T:1484780528 DEBUG: AddOnLog: Stalker Client: GetEPGForChannel

Status = 1

Hi,
Kodi: Matrix
PVR Stalker: 19.0.4

Recently from one Middleware I receiver error:

ERROR <general>: AddOnLog: pvr.stalker: GetProfile: status=1 | msg= | block_msg=

Others are working just fine.

The error is generated here in src/SessionManager.cpp:

switch (m_profile->status)
  {
    case 0:
      break;
    case 2:
      ret = DoAuth();
      if (ret != SERROR_OK)
        return ret;

      return GetProfile(true);
    case 1:
    default:
      m_lastUnknownError = m_profile->msg;
      kodi::Log(ADDON_LOG_ERROR, "%s: status=%i | msg=%s | block_msg=%s", __func__,
                m_profile->status, m_profile->msg, m_profile->block_msg);
      return SERROR_UNKNOWN;
  }

However it gives no status reason and I don't know what to fix. As you can see there is no pointer for status=1 it automatically throws error.

Anyone knows which those status code means ? Probably 1 is some failed code

I've tried to

case 1:
        break;

But it didn't help. It throws errors further on getting channels.

P.S
On other client same credentials and middleware works flawlessly. Only kodi fails.

Characters With Accents in epg

Hi,

Benn fighting with this problem of Spanish Accents,looking in the log I see
[code]16:55:15 T:7480 DEBUG: AddOnLog: Stalker Client: XMLTV::ReadChannels: id=I251.309214043.microsoft.com | displayName=Discovery en Espa�ol
16:55:15 T:7480 DEBUG: AddOnLog: Stalker Client: XMLTV::ReadChannels: id=I253.176955571.microsoft.com | displayName=History en Espa�ol
[/code]
Could you comment on this,i think stalker its reconizing the characters,its suppost to be Español
Tried changing my epg to UTF-8 from iso-8859-1 but it messed up the epg(most channels missing,no color in guide).Changed back to ISO-8859-1 and all good again.
Does pvr stalker expect the epg to be ISO-8859-1?
Thks.

Error during build, related to JsonCpp package

Tried building on Arch x64, there is no package for this addon so tried to build per the instructions on GH page.

Have the jsoncpp 1.7.7 installed which is found during "make"

-- Checking for module 'jsoncpp'
--   Found jsoncpp, version 1.7.7

And line later the error:

CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find JsonCpp (missing: JSONCPP_INCLUDE_DIRS)

Would appreciate a lot any hints how to resolve and complete the build.

Incompatible with certain stalker middleware server

Server works fine on AVOV and MAG devices, not sure why pvr.stalker is having issues with the handshake, seems to not like the cookies or something. I know you dont care about specific servers, but it seems that pvr.stalker is generally missing something if MAG devices can connect and it cant.

server you can test on is iptvsubs.is You can replicate issue by signing up at their site, there is a free trial.,, sign up as a MAG device, not kodi (their own kodi app uses a whole different login system ). I have logins if you need them, pm me on the kodi forum

xmltv never loads

Hello,

Whatever kind of source I choose (from url or local file, either xml or xml.gz), it seems like the xml content never get parsed.

I tried with either option : xmltvl only, prefer xmltv, provider only, prefer provider.

Same either combination with check/uncheck cache.

Moreover I see not a single difference nor any "epg" or "xml" traces in kodi.log, but rather I notice this line appearing when IPTV load (eithe iptv reset or kodi startup).


T:5898909   ERROR <general>: Interface_Base::get_setting_int - setting 'guide_cache_0' is not a integer in 'Stalker Client'

That's strange since the GUI clearly shows a checkbox and not an intbox.

The default value is supposed to be of type bool as well :

<setting id="guide_cache_0" type="bool" label="30113" default="true" />

I use :

image

image

EPG shifts to Kiev TZ

Portal URL is working, XLTV imports and links fine.

Kodi show sthe correct time, however the epg listings seems to be a few hours out.

e.g: X is broadcast at 12:00 - Kodi EPG shows X at 14:00.

EPG in stalker is perfect using the same xmltv source.

Timezone in Stalker is set to Europe/London (im based in UK).

Any ideas? Doesnt seem to be an option to timeshift as there is in simpleclient

server refuses addon stb_type/ver

as in title, if i only put hostname or ip as a server address it tries to connect, but obviously fails on redirect. i see it in apache/nginx logs. but my portal is at custom path, for example http://someip/custom_path/c/, if i try to put the path as a server address it doesnt even try to connect (no entries in apache/nginx logs).

version: 19.0.3.1

Solution - Version 21.1.0 of pvr.stalker (and other binary add-ons) crashing on Windows

Windows requires the latest version of Visual C++ redistributable to be installed and version 21.1.0 requires this. There have been reports of other binary add-ons requiring this including pvr.waipu and inputstream.adaptive.

The solution is to either install it from here: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 pr to use a Kodi Omega nightly until the next Omega point release.

can't connect

I can't connect it to my ministra. Wrong crediantals error.

stalker client not working

Hi guys please help any soloution for this problem?

stalker client 19.0.1
kodi-19.3-Matrix-x64.exe

this shot error and after set mac and portal not coonect and not load channel

150949466-bd08374b-55ff-45b4-bf3f-ab59c03404a2

Release version

I cannot seem to build a zip file with the latest API. Can you please provide a release zip file?

Thanks!

Stalker Client (2.8.6) and Kodi (18.0 Leia) running on Xbox One

Currently, I am trying to use a premium IPTV service for my Xbox One, it's the IPTV guys (cod123) and while it works amazing on my PC and Android phone it doesn't load channels on my Xbox One.

I've attached pictures in hopes someone can help me figure out this problem.

20180125_194419
20180125_194441_hdr

Xtream code

Your plugin no work on xtream code serveur

Support for matrix on stalker?

Hi, is it possible for pvr.stalker to support matrix channels?

These seem to be some kind of playlist send by the stalker server using matrix.php?

DMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
23:43:12 T:140439944402688  NOTICE: Thread DVDPlayer start, auto delete: false
23:43:12 T:140439944402688  NOTICE: Creating InputStream
23:43:12 T:140439944402688   ERROR: Problem accessing the DNS. (addr: matrix)
23:43:12 T:140439944402688   ERROR: CDVDInputStreamPVRManager::Open - error opening [rtmp://matrix/17]
23:43:12 T:140439944402688   ERROR: CDVDPlayer::OpenInputStream - error opening [pvr://channels/tv/All channels/pvr.stalker_1614180638.pvr]
23:43:12 T:140439944402688  NOTICE: CDVDPlayer::OnExit()
23:43:12 T:140441834076160  NOTICE: CDVDPlayer::CloseFile()
23:43:12 T:140441834076160  NOTICE: DVDPlayer: waiting for threads to exit
23:43:12 T:140441834076160  NOTICE: DVDPlayer: finished waiting
23:43:12 T:140441834076160  NOTICE: CDVDPlayer::CloseFile()
23:43:12 T:140441834076160  NOTICE: DVDPlayer: waiting for threads to exit
23:43:12 T:140441834076160  NOTICE: DVDPlayer: finished waiting

This is using a paid IPTV provider. Using the plugin.video.stalker plugin I am able to play these channels.

plugin.video.stalker has the following in their load_channels.py:

def retriveUrl(portal_mac, url, serial, channel, tmp):

    setMac(portal_mac);
    setSerialNumber(serial);

    if 'matrix' in channel:
        return retrieve_matrixUrl(url, channel);

    else:
        return retrive_defaultUrl(url, channel, tmp);

and

def retrieve_matrixUrl(url, channel):

    channel = channel.split('/');
    channel = channel[len(channel) -1];

    url += '/stalker_portal/server/api/matrix.php?channel=' + channel + '&mac=' + mac;

    # RETRIEVE THE 1 EXTM3U
    request = urllib2.Request(url)
    response  = urllib2.urlopen(request);
    data = response.read().decode("utf-8");

    _s1 = data.split(' ');  
    data = _s1[0];
    if len(_s1)>1:
        data = _s1[len(_s1) -1];

    return data;

See load_channels.py lines 524-533 and lines 588-605 here.

Thanks.

Linux PVR Stalker Client with NFPS

I am a newbie and sorry if i am posting this question is a wrong forum.

I am running ubuntu 15.04 and Kodi 15.2 . I am looking for a PVR client that can work with the new NFPS setting i.e. user id and password.

I have been told that i need to build my own pvr stalker client since there is none released yet for ubuntu/linux

has anyone compiled the new pvr.stalker and if not then how can i do that

Thanks.
jb

pvr stalker crashing in iOS 11

Hi,

PVR Stalker 2.8.6 is crashing in iOS 11 when you try to play a feed.

Otherwise, everything else seems to work.

Regards,
Ben

FEATURE REQUEST - Timeshift/Catchup

Many iptv stalker based service providers now support timeshift/catchup for stbs. Would it be possible to implement this into the Stalker Client addon for Kodi? Thanks

Playback Failed on any stream that is tested [Kodi18]

Every stream I try from my stalker server gets this error:

18:56:24.292 T:4928 NOTICE: VideoPlayer::OpenFile: pvr://channels/tv/All channels/pvr.stalker_530717928.pvr
18:56:24.308 T:10364 NOTICE: Creating InputStream
18:56:24.308 T:10364 NOTICE: CDVDInputStreamPVRManager - Playback of deleted recordings is not possible (pvr://stream/530717928)
18:56:24.308 T:10364 ERROR: CVideoPlayer::OpenInputStream - error opening [pvr://channels/tv/All channels/pvr.stalker_530717928.pvr]
18:56:24.308 T:10364 NOTICE: CVideoPlayer::OnExit()

here is the log: https://pastebin.com/k5LS2WuB

pvr.stalker not playing any playlist in kodi Leia?

hello, i tested about 50 nightly version of kodi Leia 18 but pvr.stalker plugin not playing playlist's? please, can you fix this? pvr.stalker plugin working well in krypton 17.6 but i need it to work in Leia 18....

build error on raspberry pi 3

When I run cmake -DADDONS_TO_BUILD=pvr.stalker -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
as per step 4 of the readme, I get the following error:
"invalid or missing addon source directory at /home/pi/xbmc/project/cmake/pvr.stalker"

$ kodi --version
16.1 Git:2016-04-24-b08ce71-dirty Media Center Kodi
Copyright (C) 2005-2013 Team Kodi - http://kodi.tv
Couldn't get a file descriptor referring to the console

should I have to build kodi from source as well, or is cloning the repo enough?

17.0 Alpha 1 - Crash After Enable

/usr/lib/kodi/kodi.bin: symbol lookup error: /usr/lib/kodi/addons/pvr.stalker/pvr.stalker.so.2.3.0: undefined symbol: sc_identity_defaults

kodi --version
17.0-ALPHA1 Git:160b7b3 Media Center Kodi
Copyright (C) 2005-2013 Team Kodi - http://kodi.tv

Thread Terminating with Exception: stoi: no conversion

Hello @AlwinEsch , @phunkyfish,
(sorry for the mentions but you look like the only 2 guys active)

I think there's an issue in the following process :

e.year = std::stoi(p->date.substr(0, 4));
e.iconPath = p->icon;
e.genreType = p->extra.genreType;
e.genreDescription = p->extra.genreDescription;
e.firstAired = p->previouslyShown;
e.starRating = std::stoi(p->starRating.substr(0, 1));

I get following error when loading my XMLEPG :

AddOnLog: pvr.stalker: GetEPGForChannel: time range: 1662776667 - 1662949467 | 7512 - Trace Urban
AddOnLog: pvr.stalker: GetChannelEvents
Thread Terminating with Exception: stoi: no conversion

Indeed for a programme as follow :

<?xml version="1.0" encoding="UTF-8"?>
<tv>
<channel id="TraceUrban.fr">
<display-name>Trace Urban</display-name>
</channel>
<programme start="20220910133000 +0000" stop="20220910140000 +0000" channel="TraceUrban.fr">
<title lang="fr-FR" >Hits Non Stop</title>
<desc lang="fr-FR">Sélection des plus grands succès musicaux du moment.</desc>
</programme>

there's actually no default fallback in the instantiation of a programme from xml for the 2 properties date and star-rating that actually most of the XMLTV providers don't offer (!)

sc_xmltv_programme_t *sc_xmltv_parse_programme(xmlTextReaderPtr reader) {

So the std::stoi method tries to read a null value producing this error.

I've tested with the following fix, by manually adding in epg_xmltv.xml :

<?xml version="1.0" encoding="UTF-8"?>
<tv>
<channel id="TraceUrban.fr">
<display-name>Trace Urban</display-name>
</channel>
<programme start="20220910133000 +0000" stop="20220910140000 +0000" channel="TraceUrban.fr">
<title lang="fr-FR" >Hits Non Stop</title>
<desc lang="fr-FR">Sélection des plus grands succès musicaux du moment.</desc>
<date>20220910</date>
<star-rating>
<value>1</value>
</star-rating>
</programme>

and it worked (stalkerclient managed to create the guide for this program and channel).

TL;DR

So can you please :

  • Either check upon null/empty before read or instantiate by default the XMLTV::Programme#date from the start (YYYYMMDD).

  • Either check upon null/empty before read or instantiate by default the XMLTV::Programme#starRating to 0 or 1.

Thanks a lot.

I think it might help a lot of people and prevent me from having to fork just for those 2 minor fixes.

Audio drops out

I have been using this on kodi 15 RC 2 on both my PC and an Amazon fire tv stick and I've found the same issue on both.

I have connected to both the NFPS and Rocket servers using this and on every channel I experience audio drop outs. They only last a split second but occur every 10 seconds or so. Both of the servers channels sets work fine when viewed on Kodi through IPTV stalker addon.

I have tried Kodi nightly builds as well as 3 seperate builds of this PVR.

Has anyone else had this problem and knows of a fix please?

Add a "user agent" setting

Please add a text field to the settings of Stalker Client, so that one can change the default user_agent reported by the add on. More and more live tv providers seem to block the default (old) one. Please add this change to the Leia and Matrix versions.

root@fc24# dnf install kodi-pvr-stalker.x86_64 on Fedora-24 still has jsoncpp dependency issue ...

Hi Friends:

I don't know why the below dependency error is occurring. It appears that they (the dependencies) are all met.

Notice, incidentally, that the exception refers to 17.0-1.fc24.x86_64, even though what was attempted to be installed was 17.0-4.fc24.x86_64.

This jsoncpp thing has been a long running issue on Fedora (even before Fedora-24), and my first experience with it happened a long time back, when I used to bottom/up compile everything from scratch (no RPMs at the time).

Any ideas? Thank you!

user@linux$ rpm -qa | grep kodi
kodi-17.0-3.20170205gita10c504.fc24.x86_64

user@linux$ rpm -qa | grep jsoncpp
jsoncpp-1.8.0-1.fc25.i686
jsoncpp-devel-1.8.0-1.fc25.x86_64
jsoncpp-1.8.0-1.fc25.x86_64

user@linux$ ls -la /usr/lib*/libjsoncpp*
lrwxrwxrwx 1 root root     16 Dec 28 13:36 /usr/lib64/libjsoncpp.so -> libjsoncpp.so.11
lrwxrwxrwx 1 root root     19 Dec 28 13:36 /usr/lib64/libjsoncpp.so.11 -> libjsoncpp.so.1.8.0
-rwxr-xr-x 1 root root 212576 Dec 28 13:36 /usr/lib64/libjsoncpp.so.1.8.0
lrwxrwxrwx 1 root root     19 Dec 28 13:36 /usr/lib/libjsoncpp.so.11 -> libjsoncpp.so.1.8.0
-rwxr-xr-x 1 root root 216020 Dec 28 13:36 /usr/lib/libjsoncpp.so.1.8.0

user@linux$ sudo dnf install kodi-pvr-stalker.x86_64
Error: nothing provides libjsoncpp.so.1()(64bit) needed by kodi-pvr-stalker-17.0-1.fc24.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages)

user@linux$ sudo dnf info kodi-pvr-stalker.x86_64
Available Packages
Name        : kodi-pvr-stalker
Arch        : x86_64
Epoch       : 0
Version     : 17.0
Release     : 4.fc24
Size        : 177 k
Repo        : unitedrpms
Summary     : Stalker Middleware PVR client addon for Kodi
URL         : https://github.com/kodi-pvr
License     : GPLv3 and GPLv2+ and LGPLv2+ and MIT
Description : A PVR Client that connects Kodi to Stalker Middleware.

[Feature Request] Record TV (DVR feature) save video stream to local disk

I like to make a feature suggestion, and that is the add a recording functionality into this PVR client addon.

The ability to "record to disk" from a user experince. In function be able act a DVR (Digital Video Recorder), to save individual video streams to local disk directory/folder. Preferably even save as video files in MPEG-TS (.TS) format just like real DVRs.

This ability to record can also add more features which have dependency on recording, like the ability to "Pause" and "rewind" Live TV if could add the possibility to continusly record to a series of temporary files in a look, again just like a read DVR.

All such a function is normally located and dependent in the PVR backend instead of the PVR client addon, but this PVR client addon is somewhat unique in that it connects to the content streams directly, streaming directly from, so it does not go through a third-party PVR backend which can bring such recording functionality. And in addition it would be very nice to have the ability for the video files to be saved locally directlly on an Android device instead of on the PVR backend.

Stalker Client EPG off by one hour

Hi,

I use the stalker plugin on Omega and it is working fine.
I use Kodi on WEBOS.

But my EPG is off by one hour.
So 20:15 is in EPG 21:15.

I do not use a seperate XMLTV URL.
The timezone is Europe/Kiev, the standard setting.

I read that the timezone setting has no effect.
But tried my timezone which is Europe/Berlin.
Os Timezone is: CET +0100
But it is still off by 1 hour.
Perhaps it is because of DST?

I use this version, which should be the newest delivered with Kodi;
<addon id="pvr.stalker" version="21.0.0" name="Stalker Client" provider-name="Jamal Edey">
<requires>
<import addon="kodi.binary.global.main" minversion="2.0.0" version="2.0.2"/>
<import addon="kodi.binary.global.general" minversion="1.0.4" version="1.0.5"/>
<import addon="kodi.binary.global.filesystem" minversion="1.1.7" version="1.1.8"/>
<import addon="kodi.binary.global.tools" minversion="1.0.0" version="1.0.4"/>
<import addon="kodi.binary.instance.pvr" minversion="8.2.0" version="8.3.0"/>
</requires>
<extension point="kodi.pvrclient" library_linux="pvr.stalker.so.21.0.0"/>
<extension point="xbmc.addon.metadata">
<platform>linux</platform>
<license>GPL-2.0-or-later</license>
<source>https://github.com/kodi-pvr/pvr.stalker</source>
<forum>https://forum.kodi.tv/forumdisplay.php?fid=234</forum>

I hope the timezone can get an effect or there would be a setting to shift EPG in +/- hours.

Thanks and best regards,
Stefan

stalker pvr client does not work

Hello,
I tested stalker pvr client (version 3.4.10) on kodi leia 18.8
and on Kodi v19 "Matrix" Alpha 1 (version 6.0.0).
And the mac iptv sources mentioned below do not work on it. Some youtubers are talking about this problem.

This iptv source works on 3 android tv apps that I tested
(CosmiDVR with Live Channels apk, OTT Navigator, StbEMU):
http://iptvpro.premium-tv.media:8789/c/
MAC: 00: 1A: 79: A1: F0: CA
EXPIRES: 08.03.2021

This iptv source works on 2 android tv apps that I tested
(CosmiDVR with Live Channels apk, StbEMU):
http://sansatplus.net:25461/c
MAC: 00: 1A: 79: 3A: 51: 25
EXPIRES: 21.02.2021

StbEMU Apk Link: https://play.google.com/store/apps/details?id=com.mvas.stb.emu.free&hl=fr
Live Channels Apk Link:
https://play.google.com/store/apps/details?id=com.google.android.tv&hl=fr
CosmiDVR Apk Link: https://play.google.com/store/apps/details?id=com.cosmiquest.tuner&hl=fr
OTT Navigator Apk Link: https://play.google.com/store/apps/details?id=studio.scillarium.ottnavigator&hl=fr

On the other hand with url links and m3u files I have no problem with the simple client pvr addon.

thank you for your reply

Add-on fails to build on jenkins win32

C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdio.h(1925): warning C4005: 'snprintf': macro redefinition
c:\jenkins\slave\workspace\win-32\project\cmake\addons\build\libxml2\src\libxml2\config.h(99): note: see previous definition of 'snprintf'
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdio.h(1927): fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration

Full build log: http://jenkins.kodi.tv/job/WIN-32/9005/consoleText

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.