Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the implementation of multicast address configuration #208

Closed
xuzhaozheng opened this issue Jun 18, 2024 · 5 comments
Closed

About the implementation of multicast address configuration #208

xuzhaozheng opened this issue Jun 18, 2024 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@xuzhaozheng
Copy link

xuzhaozheng commented Jun 18, 2024

Hi keijiro, currently, I use NDI Receiver to get textures. I have multiple Windows/Android apps running in real time, and I want to do it through multicast. I have two questions about this:

  1. There is no option to configure the multicast address in Klak NDI, which should be a very important step to join the IGMP multicast group, otherwise the application cannot correctly obtain the NDI multicast stream. Like this setting in NDI Access Manager.
    image

  2. Currently, AndroidHelper.cs only targets Wifi networks, and does not handle Ethernet. Is there a plan to implement it in the future? One way I can think of is to get the Ethernet manager, and if it does not exist, use the Wifi Managerer.

@keijiro
Copy link
Owner

keijiro commented Jun 18, 2024

  1. Regarding multicast, please follow Multicast via NDI Access Manager #194
  2. Regarding ethernet support, I'm not sure if the NDI SDK supports it. Have you ever tried Android NDI apps (i.e. NDI HX Camera) over ethernet?

@keijiro keijiro self-assigned this Jun 18, 2024
@keijiro keijiro added the question Further information is requested label Jun 18, 2024
@xuzhaozheng
Copy link
Author

I finally built my application for Quest 3 with KlakNDI. I use a Realtek 8153 Ethernet adapter, which does not require additional driver installation. Unicast and multicast both work when the network is properly configured.

@keijiro
Copy link
Owner

keijiro commented Jun 25, 2024

Got it. Thanks for the giving the feedback.

@keijiro keijiro closed this as completed Jun 25, 2024
@tufeixp
Copy link

tufeixp commented Aug 16, 2024

Hi @keijiro , I'm trying to figure out if Multicast can be enabled programly with ndi sdk other than relying on NDI tools/NDI Access Manager on sender side of a PC, with no luck, do you have any clue?

@keijiro
Copy link
Owner

keijiro commented Aug 16, 2024

@tufeixp The short answer is no, I haven’t had much experience with multicasting using NDI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants