Kodi Community Forum
XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) (/showthread.php?tid=104567)



RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - clipper99 - 2015-11-28

(2015-11-27, 10:02)speedyrules Wrote: nobody reading here? Sad maybe i need to opne up a new post

I'm assuming that official support for the app is dead. The Trakt TV function no longer works for me and I've all but given up on it being updated. I really miss the feature. Good luck on your question!


RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - coyote82 - 2015-12-13

Will you update the Cinema Experience Option to the new Cinema Vision function which is the new Version of CE?


RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - stryjek4 - 2015-12-21

Hi there guys,

As one of XBMC Constellation creators I'd like to say hello to all of you and let you guys know that XBMC Constellation isn't dead. In fact, recently it received a bugfix update and will be maintained. Trakt integration is already fixed but we don't expect Apple to release a new version before Christmas as they shut down reviews from tomorrow.


RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - Brice - 2015-12-21

EDIT : Looking at the difference between loppback address and every adress. I found the setting that allowed control from another device like Constellation on the iPad. See http://kodi.wiki/view/JSON-RPC_API#Enabling_JSON-RPC, but with Jarvis the settings are now in Network > Remote Control

And after a restart netstat indeed show
Code:
TCP    0.0.0.0:9090           0.0.0.0:0              LISTENING       2608

ORIGINAL
Does anyone can make the JSON RPC work with the new Jarvis betas ?

Constellation cannot connect to the JSON RPC port.

I looked at it, forced the port in the advancedsettings.xml file following the wiki pages (advancedsettings.xml, json rpc)

Code:
<advancedsettings>
    <jsonrpc>
        <compactoutput>true</compactoutput>
        <tcpport>9090</tcpport>
    </jsonrpc>
    
    <videoscanner>
        <ignoreerrors>true</ignoreerrors>
    </videoscanner>
</advancedsettings>

However the resource monitor on windows 10 seems to indicate that this port is listening on the loopback ipv6 interface only while the regular http server on the port 59000 listen on both ipv4 and ipv6 addresses.

Code:
Image    PID    Address    Port    Protocol    Firewall Status
Kodi.exe    7340    IPv4 unspecified    1638    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    1718    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    1900    UDP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    1921    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    2127    UDP    Allowed, not restricted
Kodi.exe    7340    IPv6 loopback    9090    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    9777    UDP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    14275    UDP    Allowed, not restricted
Kodi.exe    7340    IPv6 unspecified    36666    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    36666    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 loopback    52307    TCP    Allowed, not restricted
Kodi.exe    7340    IPv6 unspecified    59000    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    59000    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 loopback    59994    TCP    Allowed, not restricted


netstat -aon | more

Code:
...
  TCP    0.0.0.0:59000          0.0.0.0:0              LISTENING       7340
...
  TCP    [::]:59000             [::]:0                 LISTENING       7340
  TCP    [::1]:9090             [::]:0                 LISTENING       7340
...

Is there something I have missed in the advanced settings ?


RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - brick0044 - 2015-12-23

(2015-12-21, 18:05)Brice Wrote: EDIT : Looking at the difference between loppback address and every adress. I found the setting that allowed control from another device like Constellation on the iPad. See http://kodi.wiki/view/JSON-RPC_API#Enabling_JSON-RPC, but with Jarvis the settings are now in Network > Remote Control

And after a restart netstat indeed show
Code:
TCP    0.0.0.0:9090           0.0.0.0:0              LISTENING       2608

ORIGINAL
Does anyone can make the JSON RPC work with the new Jarvis betas ?

Constellation cannot connect to the JSON RPC port.

I looked at it, forced the port in the advancedsettings.xml file following the wiki pages (advancedsettings.xml, json rpc)

Code:
<advancedsettings>
    <jsonrpc>
        <compactoutput>true</compactoutput>
        <tcpport>9090</tcpport>
    </jsonrpc>
    
    <videoscanner>
        <ignoreerrors>true</ignoreerrors>
    </videoscanner>
</advancedsettings>

However the resource monitor on windows 10 seems to indicate that this port is listening on the loopback ipv6 interface only while the regular http server on the port 59000 listen on both ipv4 and ipv6 addresses.

Code:
Image    PID    Address    Port    Protocol    Firewall Status
Kodi.exe    7340    IPv4 unspecified    1638    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    1718    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    1900    UDP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    1921    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    2127    UDP    Allowed, not restricted
Kodi.exe    7340    IPv6 loopback    9090    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    9777    UDP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    14275    UDP    Allowed, not restricted
Kodi.exe    7340    IPv6 unspecified    36666    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    36666    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 loopback    52307    TCP    Allowed, not restricted
Kodi.exe    7340    IPv6 unspecified    59000    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 unspecified    59000    TCP    Allowed, not restricted
Kodi.exe    7340    IPv4 loopback    59994    TCP    Allowed, not restricted


netstat -aon | more

Code:
...
  TCP    0.0.0.0:59000          0.0.0.0:0              LISTENING       7340
...
  TCP    [::]:59000             [::]:0                 LISTENING       7340
  TCP    [::1]:9090             [::]:0                 LISTENING       7340
...

Is there something I have missed in the advanced settings ?

I'm having the same issue.Hopefully there is support for this running Jarvis


RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - Anesthaesia - 2016-02-09

Hi all,

I'm hoping someone here can help with an issue I am having.

I am running OpenElec on a Pi and Constellation on an iPad. Everything has worked for years, however whenever I open the iPad lid or resume playback after pausing, Constellation seems to do an update which is indicated by a progress bar near the top of the screen. The update takes about 60-90 sec, however during this time any video playback pauses briefly a few times (maybe 5 pauses for 10-20 sec each)

I have tried everything to disable this updating - does anyone have an idea of what it is doing during this time and whether this can be disabled?


RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - fischgourmet - 2016-03-07

Any news about JSON RPC work with Jarvis?


RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - fischgourmet - 2016-05-02

push


RE: XBMC Constellation For iPad/iPhone by FSS.cc (unofficial remote) - fischgourmet - 2016-05-02

Works fine now. Thanks.