easy-nmos icon indicating copy to clipboard operation
easy-nmos copied to clipboard

Easy NMOS setup an testing using Docker compose/available containers

Results 13 easy-nmos issues
Sort by recently updated
recently updated
newest added

Hi Richard, I'm a beginner of docker and Linux only have a little bit experience of docker and docker-compose. My problem is that when I modify the docker-compose.yaml file and...

Hi Richard, Thank you for taking care of the NMOS implementation. You integrate an MQTT broker but I can't find any information about it. I would like to try to...

I get this error when running `docker-compose up` ``` nmos-testing | cmdline: git clone -v https://github.com/AMWA-TV/nmos-discovery-registration.git cache/is-04 nmos-testing | stderr: 'Cloning into 'cache/is-04'... nmos-testing | fatal: unable to access 'https://github.com/AMWA-TV/nmos-discovery-registration.git/':...

Hi there. After spent some time trying to get Easy-nmos running on both my Pc´s and my Macbook, I finally got aware of that macvlan requires a unix host. It...

short version: everything starts up and the running logs look like they should, but I can't get access from another VM. Seems like I'm missing something on the macvlan setup....

To access the IPs from outside the docker containers it is necessary to set the network adapter into promiscuous mode. In Ubuntu this is possible with: `ip link set eth1...

I've been struggling to get easy-nmos to run on the Mellanox interface of a VM running inside VMware Workstation. For whatever reason, if the docker container is configured to point...

in the docker-compose.yml file,the last line - subnet: 192.168.6.0/24 shall be : - subnet: '192.168.6.0/24' miss the symbol '

Hello, Can you explain me what parameters I have to write to make subscriptions by the web-interface ? And maybe also by HTTP request (to try some external automations) For...

Hello - had issues with Docker starting the macvlans on the build. I ran across a command that finally made it work. apparently there are some repsitories required for raspberry...