-
-
Notifications
You must be signed in to change notification settings - Fork 431
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: DistroAV/DistroAV
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.13.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: DistroAV/DistroAV
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.13.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 20 files changed
- 4 contributors
Commits on Mar 22, 2024
-
Message when QLibrary fails at loading libndi
When obs-ndi fails at loading libdni, the messages displayed in obs can be very misleading. In my case, it was : [...] info: [obs-ndi] load_ndilib: Trying '/usr/lib/libndi.so.5' info: [obs-ndi] load_ndilib: Trying '/usr/local/lib/libndi.so.5' info: [obs-ndi] load_ndilib: Found NDI library at '/usr/local/lib/libndi.so.5' error: [obs-ndi] load_ndilib: ERROR: Can't find the NDI library [...] Which was not very helpful, and I could see in the history of the project that several users stumbled onto this. So I added a single line to display the last error message from QLibrary : [...] info: [obs-ndi] load_ndilib: Trying '/usr/lib/libndi.so.5' info: [obs-ndi] load_ndilib: Trying '/usr/local/lib/libndi.so.5' info: [obs-ndi] load_ndilib: Found NDI library at '/usr/local/lib/libndi.so.5' error: [obs-ndi] load_ndilib: ERROR: QLibrary returned the following error: 'Cannot load library /usr/local/lib/libndi.so.5: (libavahi-common.so.3: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce nom)' error: [obs-ndi] load_ndilib: ERROR: Can't find the NDI library [...] ( sorry, my locale is in French :) Now I know that it was libavahi the problem in my case. PS: this commit message is soooooo longer than the code added !
Rancune committedMar 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 874bc6e - Browse repository at this point
Copy the full SHA 874bc6eView commit details
Commits on Apr 9, 2024
-
fan.zirong committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for eebb122 - Browse repository at this point
Copy the full SHA eebb122View commit details
Commits on Apr 11, 2024
-
Updated the linux libndi install script helper
Configuration menu - View commit details
-
Copy full SHA for dd69204 - Browse repository at this point
Copy the full SHA dd69204View commit details -
Add support for "nocleanup" that might be useful for other scripts (libndi-package.sh
Configuration menu - View commit details
-
Copy full SHA for 44332d6 - Browse repository at this point
Copy the full SHA 44332d6View commit details
Commits on Apr 25, 2024
-
Merge pull request #990 from Rancunefr/master
Message when QLibrary fails at loading libndi
Configuration menu - View commit details
-
Copy full SHA for d80345e - Browse repository at this point
Copy the full SHA d80345eView commit details -
Merge pull request #996 from FanZR123/close_audio_thread
close audio thread
Configuration menu - View commit details
-
Copy full SHA for 0db208b - Browse repository at this point
Copy the full SHA 0db208bView commit details -
Merge pull request #997 from Trouffman/Linux-Install-enhancement
Update libndi-get.sh for Linux NDI library Install
Configuration menu - View commit details
-
Copy full SHA for 135a4cc - Browse repository at this point
Copy the full SHA 135a4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ab8df - Browse repository at this point
Copy the full SHA 14ab8dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51ac31b - Browse repository at this point
Copy the full SHA 51ac31bView commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1a26a2 - Browse repository at this point
Copy the full SHA c1a26a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4cb7b - Browse repository at this point
Copy the full SHA 9a4cb7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6232cb3 - Browse repository at this point
Copy the full SHA 6232cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e309b - Browse repository at this point
Copy the full SHA 98e309bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.13.1...4.13.2