Code Monkey home page Code Monkey logo

Comments (4)

miopa avatar miopa commented on August 15, 2024 1

You can configure Kodi WebSocket port in advancedsettings.xml.

<advancedsettings> / <jsonrpc> / <tcpport>

One possible reason to do this is because it conflicts with squeezebox server port used by it's android app (and also not configurable).

from castkodi.

regseb avatar regseb commented on August 15, 2024 1

@miopa @rafny The new version 5.1.0 of Cast Kodi (requires Firefox 78) accepts two addresses for the Kodi server:

  • only the IP address: 192.168.0.1;
  • or the full address (with configurable port): ws://192.168.0.1:9090/jsonrpc.

from castkodi.

regseb avatar regseb commented on August 15, 2024

You can't configure port because Cast Kodi connects via WebSocket to Kodi which is on port 9090 (and this port is not configurable in Kodi). The website interface uses the same port as the HTTP connection to Kodi (which can be configured).

If you enable the Allow remote control from applications on oher systems option in Kodi (Settings / Services / Control), Cast Kodi will normally connect to the correct port.

from castkodi.

regseb avatar regseb commented on August 15, 2024

@miopa Thanks for the information. I will modify the extension to accept a port with IP address. And if the port is not specified: use 9090.

from castkodi.

Related Issues (20)

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.