On Apr 18, 2025, at 4:47 AM, 'jastan...@proton.me' via QLab <ql...@googlegroups.com> wrote:
--
Contact support anytime: sup...@figure53.com
User Group Code of Conduct: https://qlab.app/code-of-conduct/
Instagram: https://www.instagram.com/Figure53
Bluesky: https://bsky.app/profile/qlab.app
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/JC-gb7EVMNw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/dde1cfa6-0cb3-48f1-a8fd-a6722831ce91n%40googlegroups.com.
After playing around with settings and network stuff I found I had 51 "Other Services" listed in my Network panel. Including lots of Arduino Feather 32u's and lots of other stuff, often multiples of the same device. I appears every time I connect to these it adds another instance. Would this be the cause of my terrible network slow down?
Do I need these to appear in my Network Other Services window. When I delete them it gives me the option to have them not appear again.
But I do use them in my show just not thru WIFI or Ethernet.
On Apr 22, 2025, at 8:41 AM, Sam Kusnetz <s...@figure53.com> wrote:
--
Contact support anytime: sup...@figure53.com
User Group Code of Conduct: https://qlab.app/code-of-conduct/
Instagram: https://www.instagram.com/Figure53
Bluesky: https://bsky.app/profile/qlab.app
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/JC-gb7EVMNw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/CAOOK5AaRh_gM9ewRvkR9i3ZStRF_YEphyRdgoOmP4gqFF%3DjciA%40mail.gmail.com.
Mark,
Based on what you’ve said so far the first thing to eliminate (in my opinion anyway) is the multiple NIC setup you’ve described. This is a well known problem with NDI and something I have personally encountered many times with OBS and VMix.
As recently as two weeks ago I had an exhibition stand that was sending NDI screen capture from a PC to a Mac running Millumin. It had been fine for days, then Millumin started intermittently crashing. The cause was that someone had connected the Mac to the venue WiFi to transfer some files.
For a long time it’s been a golden rule of NDI that you only enable one network adapter on a system receiving or transmitting NDI. Since NDI5 they enabled NIC selection, so if you want to you can specify which network adapter to use, but personally I just stick to the one network adapter rule.
If you have not setup a preferred NIC, NDI will just do its own thing on auto, and this always seems to cause problems - either major frame drop at best or crashes at worst. In their words: “…the operation of computer systems that are separately on entirely different networks with different IP address ranges is often not handled robustly by the operating system, and NDI might not fully function in these configurations.”
So, before you start looking at other network service settings, I would urge you to either simplify everything down to a single network via a dedicated router, accessing the internet via WAN connection (as described above), or you could try specifying the NIC for NDI on your Mac. This is explained here:
https://docs.ndi.video/all/getting-started/white-paper/nic-selection
“In MacOS and Linux, the NIC Selection can be manually added in the NDI configuration file located in the home directory of the effective user: ‘ndi-config.v1.json’”
Also, have you seen this thread, and could your crashing issue be related…? :
https://groups.google.com/g/qlab/c/PKS18tM52fE
Cheers,
Gareth
On 22 Apr 2025, at 15:59, Mark Nizer/Neisser <freeun...@gmail.com> wrote:
Is serial or Bluetooth considered network related?
To view this discussion visit https://groups.google.com/d/msgid/qlab/E1D0ABFE-52AF-40CB-917B-F66855F33C2F%40gmail.com.
Based on what you’ve said so far the first thing to eliminate (in my opinion anyway) is the multiple NIC setup you’ve described. This is a well known problem with NDI and something I have personally encountered many times with OBS and VMix.
As recently as two weeks ago I had an exhibition stand that was sending NDI screen capture from a PC to a Mac running Millumin. It had been fine for days, then Millumin started intermittently crashing. The cause was that someone had connected the Mac to the venue WiFi to transfer some files.
On Apr 23, 2025, at 1:20 PM, John Huntington <jch3ny...@gmail.com> wrote:
--
Contact support anytime: sup...@figure53.com
User Group Code of Conduct: https://qlab.app/code-of-conduct/
Instagram: https://www.instagram.com/Figure53
Bluesky: https://bsky.app/profile/qlab.app
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/JC-gb7EVMNw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/8f1e336d-c197-49ba-ad70-9c188f9dc0f5n%40googlegroups.com.
networksetup -listallhardwareports | awk '
/Hardware Port/ { port=$3; for (i=4; i<=NF; i++) port=port " " $i }
/Device/ { device=$2; print port "|" device }
' | while IFS="|" read -r port device; do
ip=$(ipconfig getifaddr "$device" 2>/dev/null)
router=$(ipconfig getoption "$device" router 2>/dev/null)
if [ -n "$ip" ]; then
echo "$port ($device):"
echo " IP Address: $ip"
echo " Router: ${router:-N/A}"
echo
fi
done
On May 2, 2025, at 12:08 PM, Shaun Jay <shaunja...@gmail.com> wrote:
I'm not familiar with WAPs but is this basically a router that can give you your own private network to use with QLab?
--
Contact support anytime: sup...@figure53.com
User Group Code of Conduct: https://qlab.app/code-of-conduct/
Instagram: https://www.instagram.com/Figure53
Bluesky: https://bsky.app/profile/qlab.app
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/JC-gb7EVMNw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/786f8b9c-3566-40f6-8292-c455e6b65025n%40googlegroups.com.