Giter Club home page Giter Club logo

Comments (4)

davidzhao avatar davidzhao commented on June 11, 2024

@naziur604 are you able to reproduce this only with the Android SDK? If so please file it in the Android repo along with detailed logs from the client itself.

Your repro steps indicate IPv6 support should be disabled on the server in order to reproduce. That sounds quite opposite to what the title of the issue is indicating: i.e. IPv6 support unavailable on the client.. instead of the server.

from livekit.

naziur604 avatar naziur604 commented on June 11, 2024

Your repro steps indicate IPv6 support should be disabled on the server in order to reproduce. That sounds quite opposite to what the title of the issue is indicating: i.e. IPv6 support unavailable on the client.. instead of the server.

The issue arises when IPv6 is not disabled on the server, preventing the LiveKit server from starting. Consequently, the client SDK is unable to establish a connection to the server. During our research and development (R&D) phase, we utilized the Android SDK. It's important to note that this problem is associated with the LiveKit server rather than the client SDK.

from livekit.

davidzhao avatar davidzhao commented on June 11, 2024

Please provide the information requested in order for us to reproduce the issue. It's insufficient to state a specific problem with your own app.

If you suspect it's an issue with livekit, you would need to provide repro steps using our example app.

from livekit.

naziur604 avatar naziur604 commented on June 11, 2024

Please provide the information requested in order for us to reproduce the issue. It's insufficient to state a specific problem with your own app.

If you suspect it's an issue with livekit, you would need to provide repro steps using our example app.

How to reproduce

  1. disable IPV6 on server side
  2. start livekit server (if ipv6 disable livekit will not start)

Disable IPv6 on the server:
Open the /etc/sysctl.conf file using a text editor.

Add the following two lines to the sysctl.conf file:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1

To properly configure and troubleshoot LiveKit server, follow these steps:

1.    Install the latest version of the LiveKit server on any chosen server.
4.    Disable IPv6 on the server. After doing so, you may encounter an issue where the LiveKit server fails to start.

Additionally, it's important to note that even if IPv6 is not disabled and the LiveKit server is running, clients without IPv6 support may face connectivity issues with the server. In such cases, while a connection might be established, audio transmission problems could occur, indicating a potential issue with the LiveKit server's handling of IPv6 connections.

from livekit.

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.