Multiple client applications to access a single SDI port?

Ask software engineering and SDK questions for developers working on Mac OS X, Windows or Linux.
  • Author
  • Message
Offline

giorgi3092

  • Posts: 6
  • Joined: Fri Jul 10, 2020 1:45 pm
  • Real Name: Giorgi Aptsiauri

Multiple client applications to access a single SDI port?

PostFri Aug 21, 2020 9:58 pm

I have the requirement that one application must apply image processing algorithms on the video feed from an SDI port and another app must encode the stream and RTMP it over to the distributing server for live streaming.

I have both applications ready and working.

The problem is that only one can work at a time. Meaning, only one application can access the same port on DeckLink 8K Pro. I kinda feel like that is how it is but maybe there is a clever trick to work around this.

If you have any suggestions, I am all ears.

P.S. this is Windows.
Offline
User avatar

Fred Rodrigues

  • Posts: 364
  • Joined: Mon Nov 05, 2012 9:00 am
  • Location: Amsterdam

Re: Multiple client applications to access a single SDI port

PostSat Aug 22, 2020 4:07 pm

Using ffmpeg may help you out, or some other method to create a pipe that can be accessed y both applications instead of trying to get access to the input from 2 applications. Or alternately create a single application that does both tasks.
http://www.fredrodrigues.net/
Offline

Asgeir Hustad

  • Posts: 335
  • Joined: Tue Sep 26, 2017 10:13 am
  • Location: Norway

Re: Multiple client applications to access a single SDI port

PostSun Aug 23, 2020 3:16 pm

Or create a single application that does whatever common processing you need, and then allows piping that data to two or more further applications.

Return to Software Developers

Who is online

Users browsing this forum: No registered users and 30 guests