Code Monkey home page Code Monkey logo

8-channel-ndi-encoder's Introduction

Runbook_8ch_NDI_encoder

Install and compile Ubuntu FFmpeg NDI-encoder machine.


Install Ubuntu 22.04 Desktop with username: ndi(small letters), networkname should be the machinename you wish in the NDI network, and autoboot enabled Disable lockscreensaver.

Install Decklink "Desktop Video v.12.5"

Download from here:

https://www.blackmagicdesign.com/support/family/capture-and-playback

Install:

  • desktopvideo
  • desktopvideo-gui

Open desktopvideo (Decklink GUI) and setup card for 8 input.

Install FFmpeg:

the FFmpeg with NDI-installation is from Luke Plassman (https://github.com/lplassman/FFMPEG-NDI)

sudo apt-get install git

git clone https://github.com/markusnygard/8-channel-NDI-encoder.git ffmpeg_runbook

cd ffmpeg_runbook/StartUpScripts

edit the encodernames in nano

nano encode8HDSDI.sh

if you are using another Decklink-card than Quad2 then edit the cardname in nano

nano HDSDItoNDI.sh

Run script:

cd ..
chmod +x runbook.sh
./runbook.sh

During the installasion there 2 accurencies where you have to answer Yes

Make encoderscript runable:

chmod +X /home/ndi/runffmpeg/encode8HDSDI.sh

Enable SRT lib:

Edit:

sudo nano /etc/ld.so.conf

Add line in file:

include /usr/local/lib

Save and run:

sudo ldconfig

reboot machine


Info:


This is a project that is a updated version of "8-channel NDI runbook" made and publish by danish TV2 and Olzzon. The FFmpeg-NDI implementation is made by Luke Plassman and can be found on his github (https://github.com/lplassman/FFMPEG-NDI) and the FFmpeg is from the official FFmpeg repo and this repo should comply with all licences.


8-channel-ndi-encoder's People

Contributors

markusnygard avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.