kanagavignesh psts-sg
kanagavignesh psts-sg

Reputation: 21

NDI-PYTHON live streaming

I have a live stream project like ptz cameras,i have using NDI SDK using backend,framework PYHTON Fastapi,but i can't understand or i don't know how to integrate NDI to python,simple using NDI in python for live streaming purposes.anyone shared knowledge and guide to me .

using NDI in python for live streaming purposes

Upvotes: 1

Views: 396

Answers (2)

underscore
underscore

Reputation: 67

there is project at Github https://github.com/buresu/ndi-python that shows how to read NDI in Python while I created a converter to webRTC https://github.com/under-score/NDI-webRTC

Upvotes: 0

Franz
Franz

Reputation: 11

First of all you need to have a good computer where you must install Python -I assume this is already OK- and then you need the NDI SDK from NewTek and a wrapper, that provides the SDK functionality in a simple, easy to use python library.

I just passed through that and it was pretty straightforward. If you don't have NDI equipment you can start with a second computer where you can set up your webcam as an NDI source.

The SDK provides a wide number of examples, and in a couple of minutes you can have them running. Personally, I started reading NDI streams, then I checked writing, i.e. acting as an NDI source.

Please check here, the procedure is described step by step:

SDK and wrapper installation

Have fun!!

Upvotes: 0

Related Questions