Sony Pixel Power calrec Sony

ree Simple Meods to Invoke the Vidispine API From .NET Code

15/06/2016

Three Simple Methods to Invoke the Vidispine API From .NET Code by Vidispine June 15, 2016 Howto

Binagora is on fire and returns with another guest post. We know we have a bunch of developers on .NET, therefore we created a .NET SDK. This post shows how you can invoke the Vidispine API from .NET, using the SDK or using standard .NET classes. All with example code.

The following article describe three simple ways to invoke the Vidispine API from .NET code. Two of them use standard .NET classes, while the last one uses the Vidispine .NET SDK. Code snippets were written using C# but you can of course use another language, such as VB.NET, if you want to.

We'll use the simplest test case possible, and let us retrieve the id of the first available item in the Vidispine library.

First of all, let's see how it's done in Postman. As you may already know, it's just a simple http GET request to the Vidispine API to retrieve an item id.

Notice that we're using two Postman variables for a specific environment:

{{vs}}: this is the Vidispine base address (url + port)

{{credentials}}: this is the username and password in basic http format (:) encoded in base64.

Ok, that was the principle of how to query the Vidispine API for an item id. Now let's do the same thing from code.

Given the following constants:

C#

private const string address = http://xxx.xxx.xxx.xxx:8080/API; private const string userName = admin; private const string password = admin;

1

2

3

private const string address = http://xxx.xxx.xxx.xxx:8080/API;

private const string userName = admin;

private const string password = admin;

Option 1: Using WebRequest class

C#

private static string GetUsingWebRequest(string requestUri) { var request = (HttpWebRequest)WebRequest.Create(requestUri); request.Credentials = new NetworkCredential(userName, password); using(var response = (HttpWebResponse)request.GetResponse()) { var stream = response.GetResponseStream(); var reader = new StreamReader(stream); string result = reader.ReadToEnd(); return result; } }

1

2

3

4

5

6

7

8

9

10

11

12

13

14

private static string GetUsingWebRequest(string requestUri)

{

var request = (HttpWebRequest)WebRequest.Create(requestUri);

request.Credentials = new NetworkCredential(userName, password);

using(var response = (HttpWebResponse)request.GetResponse())

{

var stream = response.GetResponseStream();

var reader = new StreamReader(stream);

string result = reader.ReadToEnd();

return result;

}

}

Create a WebRequest, set the credentials and execute the request. Remember to release the request calling the Dispose() method or wrapping the instance into a using statement as we did in the sample.

Notice that in this case, we know the response contains a plain text with an item id. That's why we read the stream, and converts it into a string instead of a specific type.

Option 2: Using HttpClient class

C#

private static string GetUsingHttpClient(string requestUri) { var handler = new HttpClientHandler() { Credentials = new NetworkCredential(userName, password) }; var client = new HttpClient(handler); client.BaseAddress = new Uri(address); string message = client.GetStringAsync(requestUri).Result; return message; }

1

2

3

4

5

6

7

8

9

10

11

12

13

private static string GetUsingHttpClient(string requestUri)

{

var handler = new HttpClientHandler()

{

Credentials = new NetworkCredential(userName, password)

};

var client = new HttpClient(handler);

client.BaseAddress = new Uri(address);

string message = client.GetStringAsync(requestUri).Result;

return message;

}

Similar to previous option, it is just a matter of using another http client from the .NET framework.

In this case, credentials are specified on a client handler, then the http client is created using that handler.

The request is executed asynchronously, which is powerful and could be needed in a real situation.

In this case we're just reading the Result property immediately, but it's important to understand that the request is fired in an independent thread. Once thread is completed, you can execute your own callback.

Option 3: Using Vidispine .NET SDK

C#

private static string GetUsingVidispineSdk() { var rootResource = new VidispineResource(address).Authenticate(userName, password); var itemResource = rootResource.Item; string result = itemResource.SearchPlainGET.Number(1).CallText(); return result; }

1

2

3

4

5

6

7

8

private static string GetUsingVidispineSdk()

{

var rootResource = new VidispineResource(address).Authenticate(userName, password);

var itemResource = rootResource.Item;

string result = itemResource.SearchPlainGET.Number(1).CallText();

return result;

}

Finally the easiest way to do it, just call the SDK. Notice that in this case, the action to be executed is not part of the address. You specify the object and action based on the properties. We may say this is the strongly typed option to do it.

You can find more information about how to download and use the Vidispine .NET SDK in the post Getting Started With the Vidispine .NET SDK. If you want to try out the SDK, you can find the latest versions of the SDK here:

64-bit version of the Vidispine .NET SDK v4.5

32-bit version of the Vidispine .NET SDK v4.5

Running the app will show you the result 3 times, once for each option. In this case first item available is #525 but of course that will depend on your environment.

You can download the full console app code from the following GitHub Gist.

Hope you like it.

This blog post was written by our friends at Binagora. Check them out and see how they can help you with your next Media&Entertainment project.
LINK: http://howto.vidispine.com/insight/three-simple-methods-to-invoke-the-...
See more stories from vidispine

Most recent headlines

05/01/2027

Worlds first 802.15.4ab-UWB chip verified by Calterah and Rohde & Schwarz to be demoed at CES 2026

Worlds first 802.15.4ab-UWB chip verified by Calterah and Rohde & Schwarz to be ...

07/10/2026

Dalet Flex LTS Delivers Smarter Media Operations from Ingest to Distribution

Dalet, a leading technology and service provider for media-rich organizations, today announced the latest Long-Term Supported (LTS) release of Dalet Flex. Build...

06/09/2026

Dolby and MagentaTV Bring Fans Closer to the FIFA World Cup 2026 in Germany with Dolby Vision and Dolby Atmos

June 9 2026, 23:00 (PDT) Dolby and MagentaTV Bring Fans Closer to the FIFA Worl...

10/08/2026

Apple to Bring Friday Night Baseball' Live to Apple Immersive on Vision Pro Beginning Aug. 28

Weekly immersive broadcasts will feature 8K 3D video, a 180-degree field of view...

10/08/2026

Raiju from fedDSP

Saturation plug-in free until 20 August 2026 fedDSP have announced the launch of Raiju, a new guitar pedal-style saturation plug-in that's capable of de...

10/08/2026

I/O Music release Talkback

New mix-comparison & feedback tool Independent Swedish record label I/O Music have recently released a handy new tool that provides artists, engineers, prod...

10/08/2026

Sound Radix launch Radical1 Solo

Additive soft synth gains free counterpart Sound Radix have just released a free monophonic additive software synth that's based on the same engine as t...

10/08/2026

Chroma integrates MXO oscilloscopes into ATS 8000 platform, rounding out its high-end power testing ecosystem

Chroma integrates MXO oscilloscopes into ATS 8000 platform, rounding out its hig...

10/08/2026

Former NAB Tech Exec Tom Keller Has Died

Share Copy link Facebook X Linkedin Bluesky Email...

10/08/2026

Matthews Bows Monitor Stand III

Share Copy link Facebook X Linkedin Bluesky Email...

10/08/2026

AES Elects David v.R. Bowles as President-Elect for 2027

Share Copy link Facebook X Linkedin Bluesky Email...

10/08/2026

NUGEN Audio Helps SFCM Students Achieve Professional Mixe...

Students in the Technology and Applied Composition (TAC) program at the San Francisco Conservatory of Music (SFCM) gain rare, real world experience in professio...

10/08/2026

FOR-A demonstrates new and practical solutions to real ch...

FOR-A is using its presence at IBC2026 (stand 2.B53, Amsterdam RAI, 11 14 September) to show how its products deliver the answers to the real challenges faced...

10/08/2026

Frontier EU brings broadcast-grade network resilience to...

Frontier EU, official Peplink distributor for Europe, will exhibit at IBC 2026 in Amsterdam from 11 to 14 September, presenting live demonstrations of how Pepli...

10/08/2026

Remote Editing Without Cloud Storage Premiere Pro

Remote Editing Without Cloud Storage Premiere Pro Michael Cioni August 10, 2026 0 Comments This is a step-by-step guide that demonstrates how to setup...

10/08/2026

Stunning Pixelated ASCII Effect for Apple Motion

Stunning Pixelated ASCII Effect for Apple Motion Simon Ubsdell August 10, 2026 0 Comments Apple Motion is perfect for building this popular ASCII unic...

10/08/2026

New York Jets, CBS New York Extend Deal

Share Copy link Facebook X Linkedin Bluesky Email...

10/08/2026

Welcome to the Show: Sky Creative unites football fans with start of season campaign

Monday 10 August 2026 Welcome to the Show : Sky Creative unites football fans w...

10/08/2026

Red Seat Ventures' Speakeasy Brings Video to Apple Podcasts, Beginning with Surrounded

Red Seat Ventures' Speakeasy Brings Video to Apple Podcasts, Beginning with ...

10/08/2026

30% More Pumping Hours With Autonomous Frac Operations

A major unconventional operator increased monthly pumping hours by more than 30% by automating critical frac completion processes and eliminating common sources...

10/08/2026

Apple, MLB announce September \u201CFriday Night Baseball\u201D schedule - UPDATE - Posted on 10 August 2026

Today, Apple and Major League Baseball (MLB) unveiled the September schedule for...

09/08/2026

reFX introduce Rippler

Combines physical modelling with subtractive synthesis reFX, the company behind the popular Nexus and Vanguard2 soft synths have announced the launch of the...

09/08/2026

Dreamtonics tease upcoming release

Human nuance is not a switch Dreamtonics have built up a solid reputation off the back of their Synthesizer V Studio software, a powerful vocal-synthesis t...

09/08/2026

COW Jobs: Documentary Editor - Remote

COW Jobs: Documentary Editor - Remote Brie Clayton August 9, 2026 0 Comments Documentary Editor July 31, 2026COW Jobs: Lead Generation Representativ...

08/08/2026

IK Multimedia launch Tonex 2.0 beta

Enhanced ToneNET integration & 220 new Premium V2 Tone Models IK Multimedia have just launched a public beta of Tonex 2.0, a release which is said to repres...

08/08/2026

Roland celebrate 808 Day

Honouring the drum machine that redefined modern music Roland have announced their plans for this year's 808 Day, a day that was founded to celebrate th...

08/08/2026

Call for Entries Now Open for the 20th Annual South African Film & Television Awards (SAFTAs20)

The National Film and Video Foundation (NFVF), an agency of the Department of Sp...

08/08/2026

Star Wars Hyperspeed Tutorial: The No-Echo Method in After Effects

Star Wars Hyperspeed Tutorial: The No-Echo Method in After Effects Graham Quince August 8, 2026 0 Comments The Echo Effect to create long streaks is n...

08/08/2026

Chyron Releases AXIS 4.0 With Expanded News Workflows and Richer Map Storytelling

Chyron Releases AXIS 4.0 With Expanded News Workflows and Richer Map Storytellin...

08/08/2026

Nielsen to Acquire DoubleVerify for $2.15 Billion

Share Copy link Facebook X Linkedin Bluesky Email...

08/08/2026

FCC Chair Carr Announces New Legal Advisor

Share Copy link Facebook X Linkedin Bluesky Email...

08/08/2026

Trump Nominates Danielle Thumann Severs to FCC Commission Seat

Share Copy link Facebook X Linkedin Bluesky Email...

08/08/2026

New York Jets, CBS New York Extends Deal with New York Jets

Share Copy link Facebook X Linkedin Bluesky Email...

08/08/2026

Foundry Unlocks Professional-Grade AI for VFX with Griptape Enterprise; Appoints Kyle Roche as Chief AI Officer

Foundry Unlocks Professional-Grade AI for VFX with Griptape Enterprise; Appoints...

08/08/2026

Award Winning New Horror Film Shot Using Blackmagic Camera App

Award Winning New Horror Film Shot Using Blackmagic Camera App Brie Clayton August 7, 2026 0 Comments Fire Alive, shot using the Blackmagic Camera i...

08/08/2026

Firebird Launches CIS Region's Largest AI Factory in Armenia

The global buildout of AI infrastructure reached a new milestone today - Firebird, an emerging AI cloud, launched the CIS region's largest AI factory in Arm...

07/08/2026

Diversified Appoints Pete Emminger as Global Chief Technology Officer

Diversified has appointed industry veteran Pete Emminger as global chief technology officer. Emminger will lead the company's global go-to-market technology...

07/08/2026

Release Rundown: What to Watch in August, From American Doctor to Idiots

O'Shea Jackson Jr., Dave Franco, and Mason Thames appear in Idiots by Macon Blair, an official selection of the 2026 Sundance Film Festival. (Courtesy of ...

07/08/2026

Sonuscore release The Sculpture

An instrument made for the adventurous composer Described as an instrument made for the adventurous composer , Sonuscore's latest sample library has b...

07/08/2026

Synchron Solo Violin 2 & Viola (sordino) join VSL line-up

Latest solo Synchron libraries arrive VSL have just released the final two instalments in their range of muted solo string libraries. Recorded in the large ...

07/08/2026

GC Audio's new Producer Channel

Channel strip offers plug-in control & recall Along with some new additions to their Inherit modular preamp system, GC Audio's announcements for NAMM 20...

07/08/2026

Opening Statement: Public hearing of the Inquiry into Racism, Hate and Violence Directed at Aboriginal and Torres Strait Islander People

Opening Statement: Public hearing of the Inquiry into Racism, Hate and Violence ...

07/08/2026

Nielsen to Acquire DoubleVerify, Creating a Leading, Independent Media Intelligence Platform

DoubleVerify Shareholders to Receive $13.60 Per Share in Cash, Representing a 30...

07/08/2026

Lawo To Highlight Dynamic Media Facility Support At IBC 2026

Share Copy link Facebook X Linkedin Bluesky Email...

07/08/2026

MediaKind To Feature Unified Product Portfolio At IBC 2026

Share Copy link Facebook X Linkedin Bluesky Email...

07/08/2026

ACT Entertainment Honored with Neutrik Group Americas Par...

The Award Recognizes ACT's Outstanding Sales Performance, Marketing Collaboration and Long-standing Commitment to the NEUTRIK Brand ACT Entertainment, one ...

07/08/2026

Beamr Brings NVIDIA Video Super Resolution to Live Sports...

Beamr Imaging Ltd. (Nasdaq: BMR), a leader in video optimization technology and solutions, today announced it is bringing AI upscaling to live sports, broadcast...

07/08/2026

Berklee City Music Presents Nine Scholarships and Awards at Annual Concert

Berklee City Music Presents Nine Scholarships and Awards at Annual Concert Student recipients from seven states and Canada received scholarships, housing awar...

07/08/2026

Lawo To Highlights Dynamic Media Facility Support At IBC 2026

Share Copy link Facebook X Linkedin Bluesky Email...

07/08/2026

Kevin Trueblood to Return as SBE President

Share Copy link Facebook X Linkedin Bluesky Email...