kodi-pvr / pvr.stalker

A PVR Client that connects Kodi to Stalker Middleware
GNU General Public License v2.0
41 stars 64 forks source link

17.0 Alpha 1 - Crash After Enable #58

Closed a4tech closed 8 years ago

a4tech commented 8 years ago

/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

kenji123 commented 8 years ago

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.

a4tech commented 8 years ago

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:~$

a4tech commented 8 years ago

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 :(

kenji123 commented 8 years ago

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.

a4tech commented 8 years ago

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 ?

a4tech commented 8 years ago

@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 ?

kenji123 commented 8 years ago

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.

nmvega commented 7 years ago

Hi ... Just FYI that I'm having the same issue, which I reported here: https://github.com/kodi-pvr/pvr.stalker/issues/77