News on Video Streaming and more

Check out latest news, insights, and points of view about video software development, streaming market, and others.

Teltoo

Getting Started

Getting started with Teltoo is a fast and straightforward process In the following guide, we'll go over the steps to get Teltoo set up and running  1 Setting your video playlists For Teltoo to distribute video through the P2P network, the system has to know the video playlists in advance  To set up the first playlist, go to the dashboard Once in the dashboard, go to the Control Panel and scroll down to Playlist Activation You should find the following panel: To add a playlist, click the “Add other playlist” button This will open the following input...

More
Teltoo

Integration with Kaltura

Method 1: Using Kaltura Management ConsoleNext Generation This is the recommended way to integrate Teltoo with Kaltura players, there is however a second method explained later on, when you do not have access to the Kaltura Management Console If you are using the Kaltura Management Console Next Generation ( https://kmckalturacom ), Teltoo is configured on a per-player basis To configure Teltoo to be used by a player: On the top-left bar click on STUDIO Select or create a PlayerOn the player setup page click on the plugins button Now click on the “Import Plugin”...

More
Teltoo

Integration with Brightcove

Brightcove is based on videojs thus making the integration very similar First add Teltoo's HTML5 SDK (teltoojs) and the video adapter that we provide to integrate with videojs (teltoo-contrib-hlsminjs) Include your API Key with the SDK script COPY <body> <!-- Include videojs script --> <script src="//TS_HOST/videojs-teltoo/videojs"></script> <!-- Include Teltoo SDK and the adapter for videojs and HLS --> <script src="//scriptsawsteltoocom/teltoojs" data-teltoo-apikey="YOUR_API_KEY"></script> <script...

More
Teltoo

Server-Side Ad Insertion

Server-side ad insertion (SSAI) places ad video segments inside the playlist (eg, manifest file) Ad video segments are usually preferred to NOT go through Teltoo This is to ensure that every ad hits the original ad server This allows the ad service provider to monitor the ad accurately and collect data  To keep ads from going through Teltoo, we need to identify which video segments are ads and which are not Typically, the URL of the ad segments points to the ad origin CDN or server, which is different from the rest We will configure Teltoo to ignore segments with such a URL...

More