Meet us at top global events: IBC | Sigma | SBC and many more →

Archive

Berlinale 2013 – Technical Report

nanocosmos software was again powering the E-Cinema system at Berlinale International Film Festival 2013 and the European Film Market with their improved video coding and playout software. Based on an upgrade to the Berlinale 2011 and 2012 setup, the ingest and playout software now not only includes high resolution and high bitrate MXF based E-Cinema material, but also H.264 stream based...

New! nanoStream 3.2

We are very proud to announce the nanoStream 3.2 software, available as Application, SDK, and Web Plugin. For Encoding and Streaming of H.264, video quality has been improved especially for low bitrate streaming. Dynamic / Adaptive Quantization and H.264 encoding settings requested by our customers have been added. You can now stream with tremendous quality with a much lower bitrate than ever...

nanoStream Web Encoder Samples

Check out the latest nanoStream Web Encoder samples, running on your Windows or MacOS browsers. live video encoder, including multi-encoder rtmp streaming and local mp4 archiving live chat Watch out for more samples soon!  ...

nanocosmos E-Cinema Playout at Berlinale 2013

nanocosmos, the video coding experts, will equip the Berlin International Film Festival 2013 (Berlinale) and the European Film Market with their improved video coding and playout software. Based on the Berlinale 2011 and 2012 setup, the ingest and playout software now not only includes high resolution and high bitrate MXF based E-Cinema material, but also H.264 stream based video files for...

StreamingMedia Executive Vision 2013 nanocosmos Oliver Lietz

Streaming Media Executive Vision 2013

Read nanocosmos CEO Oliver Lietz Executive Vision as being published in the StreamingMedia Magazine 2012 ! See the Streaming Media SourceBook for further info! Live Video Encoding Software Challenges Now that Live Video Encoding and Streaming has become available to end user devices. High Quality H.264 in HD is now being used in professional broadcast environments as well as on mobile screens...

How To Use Tunneling for Firewall Protected Streaming Setups

nanoStream3 supports RTMPT, the tunneling protocol of RTMP, including automatic Proxy detection. The URL should then be similar to this: rtmpt://server:port/live+streamID The port should probably be 80, dependent on the corporate firewall and streaming server setup. Please note that RTMPT Tunneling is a workaround using the firewall-accepted HTTP protocol. This requires a protocol overhead,...

How To Stream To Mobile Devices (iPhone, iOS) with nanoStream and Wowza

Streaming to Mobile Devices is simple with nanoStream. iOS requires H.264 video and AAC audio, which is used by default in nanoStream. Encoder Settings Video and Audio format should be H.264 and AAC. Video Encoding Profile can either be "Baseline" or "Main", dependent on the playback device support. In earlier iOS revisions, only "Baseline" profile worked. Since iOS 3, also Main Profile...

How to use the new nanoStream 3.0 SDK Multi-Encoder feature

The Multi-Encoder feature allows multiple output streams in different configurations. With the SDK or Web Plugin, it is very easy to create streaming outputs. Example pseude code: out1 = live.AddOutput("rtmp://ws2.nanocosmos.de/live+myStream"); out2 = live.AddOutput("c:\temp\record.mp4"); live.SetVideoBitrate(400*1000,out1); // 400 k RTMP live.SetVideoBitrate(1500*1000,out2); // 1.5 M MP4...