kodi-pvr / pvr.stalker

A PVR Client that connects Kodi to Stalker Middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

17.0 Alpha 1 - Crash After Enable

a4tech opened this issue · comments

/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

Haven't tried the build from commit 160b7b3, but try an older nightly build.

Also, your comment says 17.0, but the title says 16.1.

builder@buildserver:~$ kodi
/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

builder@buildserver:$ kodi --version
17.0-ALPHA1 Git:2370179 Media Center Kodi
Copyright (C) 2005-2013 Team Kodi - http://kodi.tv
builder@buildserver:
$

Can You try to get playback:

config.misc.stalker.servers.1.mac=00:1a:79:11:22:33
config.misc.stalker.servers.1.hostname=tveu.ddns.net
config.misc.stalker.servers.1.portalurl=/stalker_portal/server
config.misc.stalker.servers.1.port=88

config.misc.stalker.servers.0.mac=00:1a:79:11:22:33
config.misc.stalker.servers.0.hostname=portal-de.saguar-media.com
config.misc.stalker.servers.0.portalurl=/stalker_portal/server

I tried to merge changes:

https://github.com/kenji123/pvr.stalker

This one connect but never get play :(

For the add-on settings the server urls would be tveu.ddns.net:88/stalker_portal/c/ and portal-de.saguar-media.com/stalker_portal/c/

Be aware that channels which use multicast streams won't work. That said, if you've used those settings on a MAG and the server has device_id validation enabled, then the settings under the 'advanced' section also need to be filled out so it can connect.

Thanks for info.

It has listed channel list finally, but all the time on every try to playback any stream -> error 403 forbidden. Is it an issue You mentioned ?

@kenji123

May I have simple question:

Can You write me down HTTP request for retrive Channel List for MAC Address

How to generate Streamiing URL ?

I am going to check streaming with simple ffplay with livestreamer when I generate link by my self.

Thanks in advance

EDIT:

http://localhost:8899/live.m3u?tmp=1&portal=1&channel=ffmpeg+http%3A%2F%2Flocalhost%2Fch%2F3592

I checked some m3u file, but frankly speaking I do not understand it.

What is real link for streaming ?

Since a 403 error code is from http. But, yes it could be a non-resolved url intended to be multicast.

If you enable debug logging in Kodi, as well as enable logging for CURL component, you can see the what requests are made to get the channel list, streaming url (create link), etc. Also note some of the http headers that are sent in the request too.

If that url is the result of a create_link http request, then maybe a local server/service is expected to be running. If the channel from the channel list has mc_cmd defined then it possibly is a multicast stream. I'm not certain though.

Does the MAG box use a provider specific/branded version of firmware? If so, the may be other factors involved.

Hi ... Just FYI that I'm having the same issue, which I reported here:
#77