Skip to content

Telestream/telestream-cloud-.Net-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telestream Cloud API client

Getting Started

Obtain address for TCS api

In order to use TCS api client first you need to get ApiKey. Login to website, go to Flip service and open API Access tab. You account will be identified by unique Api Key, if it is unavailable click Reset button.

Usage

This example show uploading media file to flip service. If you want to use other service refer to services.

using Telestream.Cloud.Tts.Api;
using Telestream.Cloud.Tts.Client;
using Telestream.Cloud.Tts.Model;

Configuration.Default.ApiKey.Add("X-Api-Key", "YOUR_API_KEY");

var apiInstance = new FlipApi();

var factoryId = "tg0...";

var uploader = new FileUploader(apiInstance);

await uploader.UploadFile("/video/mp4", factoryId, "h264");

Services

Api client is divided into parts corresponding to services provided. Currently supported services include:

  • Flip - high-volume media transcoding to multiple formats
  • Timed Text Speech - automated captions and subtitles creation
  • Quality Control - automated quality control for file base media

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages