Menu Close

How to send the video to Open Broadcaster Software? (OBS)

How Can We Help?

< Back
You are here:
Print

How to send the video to Open Broadcaster Software? (OBS)

– install the Datastead NDI filters
– use the following sample code (e.g. for the player)
Videograbber.PlayerFileName = “c:\myfolder\myvideo.mp4”;
Videograbber.NetworkStreaming = ns_NDI;
VideoGrabber.NDIName = “myNDIsession”;
Videograbber.NetworkStreamingType = nst_AudioVideoStreaming;
Videograbber.OpenPlayer();

Table of Contents