Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

17.0 Alpha 1 - Crash After Enable #58

Closed
a4tech opened this issue Apr 26, 2016 · 8 comments
Closed

17.0 Alpha 1 - Crash After Enable #58

a4tech opened this issue Apr 26, 2016 · 8 comments

Comments

@a4tech
Copy link

a4tech commented Apr 26, 2016

/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
Copy link
Member

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
Copy link
Author

a4tech commented Apr 27, 2016

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 a4tech changed the title 16.1 - Crash After Enable 17.0 Alpha 1 - Crash After Enable Apr 27, 2016
@a4tech
Copy link
Author

a4tech commented Apr 27, 2016

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
Copy link
Member

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
Copy link
Author

a4tech commented Apr 28, 2016

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
Copy link
Author

a4tech commented Apr 28, 2016

@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
Copy link
Member

kenji123 commented May 2, 2016

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
Copy link

nmvega commented Nov 1, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants