Git Product home page Git Product logo

Comments (4)

GrosRems avatar GrosRems commented on June 1, 2024 1

I'm sorry, I tried a lot of things for 2 days before asking for help. I ended up realizing that the web page was blank because I was not in the correct folder, I started the daemon "from afar". Once the functional WebUI I could see that by default no source is created, thereafter everything works fine.

from aes67-linux-daemon.

GrosRems avatar GrosRems commented on June 1, 2024 1

Thanks for trying to help me

from aes67-linux-daemon.

anbraten avatar anbraten commented on June 1, 2024

@GrosRems Your first question probably came from the network interface only be listening to localhost. It has to be changed to some proper network-interface as the daemon is only listening at one interface at the time.

{
  "http_port": 8080,
  "rtsp_port": 8854,
  "http_base_dir": "../webui/dist",
  "log_severity": 2,
  "playout_delay": 0,
  "tic_frame_size_at_1fs": 64,
  "max_tic_frame_size": 1024,
  "sample_rate": 48000,
  "rtp_mcast_base": "239.1.0.1",
  "rtp_port": 5004,
  "ptp_domain": 0,
  "ptp_dscp": 48,
  "sap_mcast_addr": "239.255.255.255",
  "sap_interval": 30,
  "syslog_proto": "none",
  "syslog_server": "255.255.255.254:1234",
  "status_file": "./status.json",
  "mdns_enabled": true,
-  "interface_name": "lo"
+ "interface_name": "eth0"
}

For the second problem: If you followed each step from the Devices and interoperability tests docs, you could try this AES67 Monitor on a separate computer in the network. That tool helped me a lot.

from aes67-linux-daemon.

anbraten avatar anbraten commented on June 1, 2024

I'm sorry, I tried a lot of things for 2 days before asking for help. I ended up realizing that the web page was blank because I was not in the correct folder, I started the daemon "from afar". Once the functional WebUI I could see that by default no source is created, thereafter everything works fine.

Sometimes it's so simple to resolve 😉 . Glad you found the problem.

from aes67-linux-daemon.

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.