Skip to content

Releases: patcarter883/ndi-rist-encoder-cpp

v0.2.0

14 Jan 00:04
60489c4
Compare
Choose a tag to compare
  • Ability to change reencode bitrate when using server control.
  • Change encoder bitrate while stream is running.
  • Fix bug the left UDP socket open after stopping a stream.

You will need the patched Gstreamer installed from here if you want to use AV1. You will also need to use the patched GStreamer to receive your AV1 stream.

If you use the NDI RIST Server then you can use server remote control to start and run the pipeline that sends to the RTMP destination you enter from the encoder app.

GStreamer with AV1 over MPEGTS patch.

08 Nov 14:33
Compare
Choose a tag to compare

Patched GStreamer build includes a patch to transport AV1 in an MPEGTS stream, you need to do a complete install to get the ndisrc element.

You will also need to install the NDI Runtime by either install the NDI Tools from here.

Or by using the built-in Windows Package Manager.

Open Command-line (as Admin)
winget install --exact --silent --id NDI.NDI5Runtime
or
winget install --exact --silent --id Newtek.NDI5Runtime

You can do the same with the NDI Tools :
winget install --exact --silent --id NDI.NDI5Tools
or
winget install --exact --silent --id Newtek.NDI5Tools