tytan652
tytan652
> Is the Finder for all platforms, or just some platforms? I was able to build just the first commit on Windows seemingly fine. Does the Finder need to be...
I succeeded making a Flatpak for this plugin, I actually found this issue to ask you if you are against me submitting the plugin to Flathub. To avoid issue with...
> ``` > pv@m6-16g-ubuntu:~$ flatpak install --user https://dl.flathub.org/repo/appstream/com.obsproject.Studio.Plugin.NDI.flatpakref > error: Can't load uri https://dl.flathub.org/repo/appstream/com.obsproject.Studio.Plugin.NDI.flatpakref: Server returned status 404: Not Found > pv@m6-16g-ubuntu:~$ > ``` ``` flatpak install --user com.obsproject.Studio.Plugin.NDI ```...
If you don't know how Flatpak repo works, don't play with `--user` and `--system` switches too much. `--user` does not work in your case because there is no repo in...
> Only issue I've had is that the machine doesn't pick up its own other other outputs across the network. Maybe the provided Avahi build is too much stripped down,...
@Scrxtchy, I dug a little and my Firewall was blocking NDI from working properly between machines. So disabling or adding specific exception to it should fix it. Bunch of links...
Okay for the 404 issue, basing my thoughts on https://github.com/flathub/website/issues/2180#issuecomment-1792137282, those add-on pages are not meant to be used. Like I said, using a frontend (GNOME Software/Plasma Discover) of the...
@jasalt, it seems that libndi requires a build of FFmpeg 4.4 to work with HX. Would you mind testing this: ``` flatpak uninstall com.obsproject.Studio.Plugin.NDI flatpak install org.kde.Sdk//6.5 git clone https://github.com/flathub/com.obsproject.Studio.Plugin.NDI.git...
Sorry, updated the commands
I will update the Flatpak with the fix, it will be available soon. Return to the original build to avoid missing updates.