Reputation: 21
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
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
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:
Have fun!!
Upvotes: 0