Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DistroAV/DistroAV
DistroAV (formerly OBS-NDI): NDI integration for OBS Studio
https://github.com/DistroAV/DistroAV
audio av avoip ndi ndi-tools obs-ndi obs-studio obsndi obsstudio video
Last synced: 11 days ago
JSON representation
DistroAV (formerly OBS-NDI): NDI integration for OBS Studio
- Host: GitHub
- URL: https://github.com/DistroAV/DistroAV
- Owner: DistroAV
- License: gpl-2.0
- Created: 2016-10-22T14:07:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T13:43:47.000Z (26 days ago)
- Last Synced: 2024-10-25T04:28:03.206Z (18 days ago)
- Topics: audio, av, avoip, ndi, ndi-tools, obs-ndi, obs-studio, obsndi, obsstudio, video
- Language: C++
- Homepage: https://distroav.org/
- Size: 6.22 MB
- Stars: 3,249
- Watchers: 115
- Forks: 360
- Open Issues: 169
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
**NOTE:** `OBS-NDI` was renamed to `DistroAV` ~2024/06 per [obsproject.com](https://obsproject.com)'s request to drop `OBS` from our name.
DistroAV (Formerly OBS-NDI)
==============Network Audio/Video in OBS-Studio using NDI technology
[![GitHub](https://img.shields.io/github/license/DistroAV/DistroAV)](https://github.com/DistroAV/DistroAV/blob/master/LICENSE)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/DistroAV/DistroAV/push.yaml?label=master)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/DistroAV/DistroAV)](https://github.com/DistroAV/DistroAV/releases/latest)
[![Discord](https://discordapp.com/api/guilds/1082173788101279746/widget.png?style=banner3)](https://discord.gg/ZuTxbUK3ug)
(English Speaking)[![Total downloads](https://img.shields.io/github/downloads/DistroAV/DistroAV/total)](https://github.com/DistroAV/DistroAV/releases)
![Flathub](https://img.shields.io/flathub/downloads/com.obsproject.Studio.Plugin.NDI?label=Flathub%20Installs)
[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/distroav)](https://opencollective.com/distroav/donate)
[(Please consider making a donation)](https://opencollective.com/distroav)## Features
- **NDI Source** : Receive NDI video and audio in OBS
- **NDI Output** : Transmit OBS video and audio to NDI
- **NDI Filter** (a.k.a. **NDI Dedicated Output**) : Transmit a single OBS source or scene audio to NDI## Requirements
* OBS >= 30.0.0 (Qt6, x64/ARM64/AppleSilicon)
* [NDI Runtime >= 6](https://github.com/DistroAV/DistroAV/wiki/1.-Installation#required---ndi-runtime)
* [Remove old OBS-NDI plugin](https://github.com/DistroAV/DistroAV/wiki/OBS%E2%80%90NDI-Is-Now-DistroAV)# Installation
See [Installation Wiki](https://github.com/DistroAV/DistroAV/wiki/1.-Installation)
# Troubleshooting
See [Troubleshooting Wiki](https://github.com/DistroAV/DistroAV/wiki/2.-Troubleshooting)
Conflict with OBS-NDI plugin : [Follow the instructions](https://github.com/DistroAV/DistroAV/wiki/OBS%E2%80%90NDI-Is-Now-DistroAV)
# Development
See [Development Wiki](https://github.com/DistroAV/DistroAV/wiki/3.-Development)
---