Skip to content
Permalink

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
Choose a base ref
...
head repository: DistroAV/DistroAV
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.13.2
Choose a head ref
  • 13 commits
  • 20 files changed
  • 4 contributors

Commits on Mar 22, 2024

  1. 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
    Rancune committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    874bc6e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. close audio thread

    fan.zirong
    fan.zirong committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    eebb122 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Update libndi-get.sh

    Updated the linux libndi install script helper
    Trouffman committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dd69204 View commit details
    Browse the repository at this point in the history
  2. Update libndi-get.sh

    Add support for "nocleanup" that might be useful for other scripts (libndi-package.sh
    Trouffman committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    44332d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge pull request #990 from Rancunefr/master

    Message when QLibrary fails at loading libndi
    paulpv authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d80345e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #996 from FanZR123/close_audio_thread

    close audio thread
    paulpv authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0db208b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #997 from Trouffman/Linux-Install-enhancement

    Update libndi-get.sh for Linux NDI library Install
    paulpv authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    135a4cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14ab8df View commit details
    Browse the repository at this point in the history
  5. Fix nitpick linefeed in readme

    paulpv committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    51ac31b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. build: clang-format fix

    paulpv committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c1a26a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4cb7b View commit details
    Browse the repository at this point in the history
  3. Release 4.13.2 hotfix

    paulpv committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6232cb3 View commit details
    Browse the repository at this point in the history
  4. build: clang-format fix

    paulpv committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    98e309b View commit details
    Browse the repository at this point in the history
Loading