Video, Web, Technologies…

Notes and comments on new technologies world by Olivier NOEL

Precision about HTTP streaming format in Adobe Media Server

ams To begin this new year, I make this post on a subject which can introduce misunderstandings. Previously, Adobe named it streaming server : Flash Media Server (aka FMS) v4.5. In october 2012, Adobe release a new version and recalled the server: Adobe Media Server (aka AMS) v5.0.1. Some acronym used in FMS are the same in AMS, but this is not the same “products” (e.g. PHLS). In this post, I will give some input on live streaming format and especially about security applied on. (more…)

Posted in Analyse, Streaming server, Vidéo | No Comments

Adobe Flash Media Server 4.5 – Setup PHLS live stream

FMS
Here is a How to, the objective is to demonstrate the setup of a PHLS live stream. PHLS means Protected HLS : the custom format of HLS by Adobe. The protection is realized with a AES-128 encryption on the content. To make this configuration, you need a streaming server which will push content via RTMP. Some live transcoders are available from ElementalLive to ffmpeg. And you need too a Adobe Media Server 4.5 installed to complete this how to.  All I write in this post is available via the FMS documentation.

(more…)

Posted in Streaming server, Vidéo | 2 Comments

Mistserver – a new multimedia streaming server – First overview

Mistserver is a open-source multimedia streaming server developed by DDVTech a company based in Netherlands. This server will support some technologies : HLS, HDS, Smooth Streaming, RTMP, …

For the moment, HDS, RTMP and progressive download are available. You can push too livestream via RMTP. The company have two others solutions : MistStewardMistCenter.

DDVTech positions his solution in a competitive market with some actors : Adobe Media Server, Wowza, Red5, Apache, …

(more…)

Posted in Analyse, Streaming server, Vidéo | 2 Comments

Notes about video ecosystem – week 49

A new week ends, and here is my selection of news or analyse to keep in mind.

Posted in Actualités, Vidéo | No Comments

Notes about video ecosystem – week 48

Here are my selected news to keep in mind for this week :

      • Netflix continues to share, they open sources tool for making cloud services play nice (via GigaOM)
      • Video Platform Development in DENIVIP Media. Denivip is a russian company specialize in video.
      • CinemaNow adds Ultraviolet support to some of its movies.
      • An Akamai Fellow study on the effects of online video stream quality on viewer behavior. The full study is available at http://bit.ly/ZbeT1W.

    • Microsoft seems released an XBOX STB in 2013
    • Dom Robinsom from Streaming Media Global talks about Reliable UDP. Is this protocole the future protocol for video streaming
    • MPEG-DASH in the news in November 2012 by OTT-video.com

Posted in Actualités, Vidéo | No Comments

Packaging adaptive bitrate VOD content on the fly

The actual market on the OTT use Adaptive Bit Rate video format over HTTP (Smooth Streaming, HTTP Dynamic Streaming, HTTP Live Streaming and MPEG-DASH soon) to deliver the content. I make this analyse without integrate the DRMs system which is a big topic itself. Here is an overview of the different format available for each platform.

Smooth StreamingHTTP Dynamic StreamingHTTP Live Streaming
PCSilverlight Player or Windows 8 client SDKFlash PlayerSafari (on Mac OSX Only)
iOS (iPhone, iPad, AppleTV)Native player (Quicktime)
Android (> v3.0)Flash Player or AirNative player
XboxNative player
Windows PhoneNative player
Samsung Smart TVNative player

The matrix is a kind complex; all this technologies are multibitrate, so for one asset, you need to transcode for each bitrate. Each technology is different and use his own specification :

ManifestsChunksAudio CodecVideo Codec
Smooth StreamingISM (XML based)One ISMV for each BitRateAAC / WMAH264 / VC1
HTTP Dynamic StreamingF4M (XML based)One F4V for each BitRateAAC/MP3H264 / VP6
HTTP Live StreamingM3U8 (text based)TS chunked filesAAC/MP3H264

If I follow the specifications given by the manufacturers (HLS) or if I’m basing on 4 bitrates for the others formats (Smooth Streaming, HDS), I need to transcode more than 20 times the same asset.

There is an option to avoid and reduce significatively the number of transcoding tasks : the packaging on the fly. This article will only analyse the on-demand side, not the live. (more…)

Posted in Analyse, Vidéo | 5 Comments

Microsoft Azure Media Services – How to encode in the Azure Cloud – Part 2

After the first post which give an overview and explain how set-up a WAMS environment, I continue the discovery of WAMS World (sorry for the pun ;-) ). In this post, we will see how we can transform a video from a input format to another format. It’s possible to generate multiple output format or to encrypt the video. But we will see it in a next posts.

(more…)

Posted in Cloud, Encodage, Vidéo | 20 Comments

Microsoft Azure Media Services – How to encode in the Azure Cloud – Part 1

I open a serie of posts which will talk about this solution. Microsoft announced at the end of spring the preview of Windows Azure Media Services. WAMS form an extensible media platform that integrates the best of the Microsoft Media Platform and third-party media components in Windows Azure.

(more…)

Posted in Cloud, Encodage, Vidéo | 1 Comment

Notes about video ecosystem – weeks 33 – IBC – Olympics – Adaptive Streaming – H265

Olympics Games in London are closed and IBC (International Broadcasting Convention) @Amsterdam is coming soon, it will begin in a month. Many news are published this week and this is my selection :

Have a good week-end

Posted in Actualités, Vidéo | 2 Comments

Le streaming vidéo adaptatif via HTTP : une réalité…

Dans le domaine de la vidéo en ligne, l’une des principales questions ces dernières années fût de migrer des technologies classiques de streaming (RTSPMMSRTMP…) vers du téléchargement via HTTP. Et ceci pour plusieurs raisons :

  • les coûts moins importants
  • le filtrage, les ‘anciens’ protocoles étaient souvent filtré par les pare-feux
  • HTTP ne demande pas de configuration particulière
Ces nouveaux formats deviennent prépondérant notamment dans le domaine des médias.

(more…)

Posted in Vidéo | 2 Comments