Mo_

Results 16 comments of Mo_

Hi @teodly Not sure, if Chris is ever going to answer, I think he only merges pull requests. I started to compile an awesome-inspired list of active AoIP projects [here](https://github.com/Mo-way/awesome-aoip),...

@marcnnn If I understand correctly,you want to: `"Pipewire" ---AES67----> "Dante Device as sink"`. First you need to enable AES67 mode. Chris already merged the [PR to enable AES67](https://github.com/chris-ritsen/network-audio-controller/pull/16) mode. I...

@dsseng Good points. Looking for Dante control traffic though, so guess the filter is rather: ``` udp.port == 4440 || udp.port == 8700 ``` Chris wrote about it on [gearspace](https://gearspace.com/board/music-computers/1221989-dante-routing-without-dante-controller-possible.html)....

@marcnnn @bfranske @all If you'd like to, please test AES67 multicast stream creation: ``` git clone https://github.com/Mo-way/network-audio-controller.git # cd and checkout feat/create-aes67-multicast-channels poetry install poetry run netaudio config --aes67-enable #...

This also hit me, when I had a typo in the filter: ``` sniffy = AsyncSniffer(iface="wlp0s20f3", filter="not arpand not port 22") ``` See: https://stackoverflow.com/q/79766638/21826195 Took some time to figure it...

I think this is a duplicate of: https://github.com/mermaid-js/mermaid-cli/issues/691 TLDR: > It looks like this is an issue with mermaid-cli after all: > [Mermaid's] SVG uses foreignObject to embed HTML text....

> Okay, I have renamed the pull request title. Good! No need for evidence image, I can see it :D > > Also not sure about the "at the bottom"...

I'm not into Javascript, so take it with a grain of salt: Been looking at the list and the `Plugins` and `Components` section. It looks like they mostly point to...

Code looks very clean! Hope I find the time to test it w/ a device

@rem5 Could you test the PR on your end please?