Multimedia Playback & Streaming

Size: px
Start display at page:

Download "Multimedia Playback & Streaming"

Transcription

1 Multimedia Playback & Streaming Shadab Rashid Jam 16 September 28 th, 2012

2 What are you interested in? Making multimedia apps for Consuming Audio/Video Dealing with content providers, looking for An application/client solution A compatible platform DRM options Protocols & formats supported 2

3 What we will cover Multimedia API capabilities Overview and usage C/C++, Qt/QML/Cascades Formats & Streaming protocols supported Digital Rights Management Sample applications & some code 3

4 Multimedia API Overview 4

5 Core API capabilities Audio/Video playback: Local or remote resource (streaming) For Video: Use windows within user interface UI Controls (buttons, progress slider bar.) Playlist control (next track, previous track ) Metadata query and setting (artist, album info ) Audio/video routing: Audio via headphones, speakers, TV etc Second screen via HDMI 5

6 Core API capabilities (continued) Audio volume control: Through device buttons or API Now Playing Area: Set artist, album, get next track/previous track commands Invoke core media previewer (or any other ones) In previewer mode or the app mode Register to be a media previewer yourself 6

7 Native SDK Context C++/Qt (QML) - Cascades API Wrapper classes Easy to use with Cascades UI elements C API mm-renderer BlackBerry Platform Services (BPS) 7

8 Multimedia API C++/Qt (QML) Cascades

9 Some core classes bb/multimedia/*.hpp MediaPlayer NowPlayingConnection AudioRecorder SystemSound And other classes for enum types. 9

10 Let s see some code Play - Pause functionality Using QML/Cascades And using C++/Qt To the Momentics IDE Attribution: 10

11 MediaPlayer setup (QML) 11

12 MediaPlayer control (QML) 12

13 MediaPlayer setup - C++/Qt 13

14 Event Handling C++/Qt 14

15 Concurrent streams You can play numerous streams at the same time Create multiple instances of MediaPlayer A sample app: RockMediaSample 15

16 Video Playback Just create a ForeignWindowControl Attach the window to the MediaPlayer Scaling, resizing, repositioning Great performance Smooth and responsive on interaction 16

17 VideoPlayerSample Another sample app! Beta2 version - already public on: github.com/blackberry/cascades-community-samples Full Link:

18 Creating the ForeignWindowControl 18

19 Attaching the windowid 19

20 Multimedia API C API Native SDK

21 mm-renderer overview API steps: Configure connect & create context Attach audio and video output Attach media URI Play! 21

22 Code Snippets 22

23 Event handling C API Done through BlackBerry Platform Services (BPS). Playback state, buffer state, position update Network status Errors 23

24 C API some relevant header files mm/renderer.h Initialize contexts & start playback bps/mmrenderer.h Monitor a specific context (query playback states, position, errors, etc) bps/mediacontroller.h & bps/mediaplayer.h 2 controllers on the device: Buttons & Now Playing service Connect to Now Playing service to determine what is playing (meta data, duration, position) Request & control playback for the active media player on the system Setting metadata 24

25 C++/Qt with C BPS API Qt Signals 25

26 Audio routing Use Audio Manager API Header files at: audio/*.h Direct sounds to other devices: Headphones Speakers HDMI TV and some more Attribution: 26

27 Apps heavy with audio effects? OpenAl Comes bundled with our SDK Possible choice for game developers Has more granular & low-level audio functionalities Can be used for cross platform solutions IDE even has a sample app! 27

28 Formats Streaming protocols DRM

29 Formats Video + Audio Video Audio Image 3GP, 3GP2 M4A M4V MOV MP4 MPEG-4 MKV MP2PS, MP2TS AVI ASF, WMV, WMA AVI F4V MP3 MKA AAC AWB AMR WAV OGG (new) BMP, WBMP JPG GIF PNG TIFF (new) SGI TGA 29

30 Codecs Video H.263, H.264 MPEG-2, MPEG-4 MJPEG Xvid VC-1 VP6 Sorenson Spark Audio AAC AC-3 (new: Dolby Digital plus) MP3 PCM AMR-WB AMR-NB QCELP FLAC (new) Windows Media Audio (9, 10, 10,Professional, Lossless) Vorbis FLAC PCM GSM6.10 G729 G722 30

31 Recommended Formats File format Component Codec Local: MP4 Video H.264 For remote streaming: Any supported containers/streams Audio AAC BlackBerry 10 will support all the formats that PlayBook supports and more 31

32 Supported Streaming Protocols HTTP HTTPS HTTP Progressive Download RTSP HLS v3 Http Live Streaming 32

33 HTTP Live Streaming Supports live data (unbounded multimedia stream) Of course, prerecorded content too Client intelligently switches streams (bit rates) Based on bandwidth availability Allows encryption of media over HTTPS Custom DRM schemes for content providers 33

34 Digital Rights Management Mainly related with content providers & studios 1) HLS with 128 AES 2) 3 rd party DRM providers 3) Microsoft PlayReady 4) Adobe Flash Access (FAXS) web only 34

35 1) HLS with 128 AES (DRM continued) On our non-rooted platform, it is impossible for one app to gain access to the protected content buffers of another Internally, it is safe; externally, clear text AES keys are being transmitted in M3U files. If your app can protect the AES keys, then you can use this approach More details on the platform s security with NDA (for studios, content providers etc) The security team can be part of the engagement as well 35

36 2) 3 rd party DRM providers RIM has active engagements with some 3 rd party DRM providers for supporting BlackBerry 10 for product launch RIM can link content providers to these companies They will also entertain introductions to other similar companies (that studios might know or prefer) A port to a new platform could take 6-9 months for these companies Sooner the process starts, the better 36

37 3) Microsoft PlayReady The client solution would be using RIM s keys on the device Hence, legal partnership would be required Limited to Progressive Download protocol 37

38 4) Adobe Flash Access Quick solution (for web only) Re-using your web infrastructure in the app 38

39 Other formats/protocols? Often use services from other companies Local Proxy server Decrypt and transform to HLS (or any other supported formats) Multimedia API Application 39

40 Integration Capabilities Experience

41 Media Previewer Just want to play a file? Invoke the Media Previewer! Register your app to be a previewer! Quickly, to the Dev Alpha B! 41

42 Unbound invocation (Media Previewer) Just use the URI 42

43 Bound invocation (Media Previewer) Set the target as well as the URI For setting the app mode specifically, use: sys.mediaplayer.previewer.app 43

44 Leverage other apps Share links, playlists, artist/album with others BBM, Twitter, Facebook Calendar events, Universal Search Notifications + Universal Inbox 44

45 Leverage other devices Second screen via HDMI Other libraries for wireless communication DLNA, UPnP 45

46 Don t forget about the UX! User Experience guidelines Navigation Pane Overflow Menu Context Menu Peek, Swipe, Gestures Many more. 46

47 Let s look at an actual app Nobex Radio (beta) I swear this is the last switch to HDMI! 47

48 Ending thoughts.. Dive into the IDE and sample apps! Documentation sites, header files for multimedia API Other relevant sessions: Native API Camera JAM 15, 9:30 AM Web API Multimedia JAM 34, 9:30 AM Invocation Framework JAM 20, 3:30 PM BBM JAM 47 & 49, 9:30 AM & 1:00 PM PIM API JAM 18, 10:45 AM Questions? 48 You can drop by the Ask the expert sessions: Roundtables: 6-7 PM One-on-One: Wed 2 3 PM Drop In: Thu 12 to 1 PM

49 Live free & code hard! Shadab Atttribution: 49

Windows Embedded Compact 7 Multimedia Features 1

Windows Embedded Compact 7 Multimedia Features 1 Windows Embedded Compact 7 Multimedia Features 1 Windows Embedded Compact 7 Multimedia Features Windows Embedded Compact 7 Technical Article Writers: Dion Hutchings Published: March 2011 Applies To: Windows

More information

Fetch TV My Media Hub Quick Start Guide For USB Devices

Fetch TV My Media Hub Quick Start Guide For USB Devices Fetch TV My Media Hub Quick Start Guide for USB Devices 1 Fetch TV My Media Hub Quick Start Guide For USB Devices Sharing media content with the Fetch TV Box from a USB device 2 Fetch TV My Media Hub Quick

More information

USER GUIDE ixpand Flash Drive

USER GUIDE ixpand Flash Drive USER GUIDE ixpand Flash Drive 951 SanDisk Drive, Milpitas, CA 95035 2013 SanDisk Corporation. All rights reserved Introduction Getting Started Connecting to iphone/ipad Charging Understanding the LED indicator

More information

BlackBerry PlayBook Tablet. Version: 2.1. User Guide

BlackBerry PlayBook Tablet. Version: 2.1. User Guide BlackBerry PlayBook Tablet Version: 2.1 User Guide Published: 2012-08-09 SWD-20120809102904280 Contents Getting started... 9 New features and enhancements... 9 Getting to know your tablet... 10 Using the

More information

Fetch TV My Media Hub Quick Start Guide For Windows Or Mac

Fetch TV My Media Hub Quick Start Guide For Windows Or Mac Fetch TV My Media Hub Quick Start Guide for Windows or Mac 1 Fetch TV My Media Hub Quick Start Guide For Windows Or Mac Sharing media content with the Fetch TV Box from a PC or Mac 2 Fetch TV My Media

More information

Multimedia Framework Overview. JongHyuk Choi

Multimedia Framework Overview. JongHyuk Choi Multimedia Framework Overview JongHyuk Choi Tizen Architecture Applications Infra Web Applications Native Applications Web Framework W3C/HTML5 Device APIs Web UI Multimedia Web Runtime Native API SDK Core

More information

Higth definition from A to Z. www.azbox-hd.com

Higth definition from A to Z. www.azbox-hd.com Higth definition from A to Z www.azbox-hd.com Do you Feel the full HD multimedia? Wifi Web Browser Yes, you read this correctly. O2media present a new line of AzBox HD receivers, with the AzBox HD Elite

More information

NeoTV 350 HD Media Player (NTV350)

NeoTV 350 HD Media Player (NTV350) NeoTV 350 HD Media Player (NTV350) User Manual 350 East Plumeria Drive San Jose, CA 95134 USA December 2010 202-10672-01 v1.0 2010 NETGEAR, Inc. All rights reserved. No part of this publication may be

More information

USER GUIDE. ixpand Flash Drive. Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk products.

USER GUIDE. ixpand Flash Drive. Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk products. USER GUIDE ixpand Flash Drive Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk

More information

Microsoft Smooth Streaming

Microsoft Smooth Streaming Microsoft Smooth Streaming for SelenioFlex Ingest August 2015 for SelenioFlex Ingest Publication Information 2015 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers

More information

Issues in Android on Mobile Platform and Their Resolution

Issues in Android on Mobile Platform and Their Resolution Issues in Android on Mobile Platform and Their Resolution 1 Monika A. Ganpate, 2 Dipika R. Shinde 1, 2 Institute of Management and Computer Studies, Thane (West), India, University of Mumbai, India Abstract:

More information

Developing PlayReady Clients

Developing PlayReady Clients April 2015 Abstract Microsoft PlayReady is the premier platform for protection and distribution of digital content. This white paper provides an overview of the PlayReady product suite and discusses PlayReady

More information

Nero Home Manual. Nero AG

Nero Home Manual. Nero AG Nero Home Manual Nero AG Copyright and Trademark Information The Nero Home manual and all its contents are protected by copyright and are the property of Nero AG. All rights reserved. This manual contains

More information

Fetch TV My Media Hub Quick Start Guide for USB Devices. Sharing your media content with the set top box from a USB device

Fetch TV My Media Hub Quick Start Guide for USB Devices. Sharing your media content with the set top box from a USB device Fetch TV My Media Hub Quick Start Guide for USB Devices Sharing your media content with the set top box from a USB device Contents Contents Contents 2 Welcome to your My Media Hub 3 With My Media Hub you

More information

Fragmented MPEG-4 Technology Overview

Fragmented MPEG-4 Technology Overview Fragmented MPEG-4 Technology Overview www.mobitv.com 6425 Christie Ave., 5 th Floor Emeryville, CA 94607 510.GET.MOBI HIGHLIGHTS Mobile video traffic is increasing exponentially. Video-capable tablets

More information

SQUEEZE SERVER. Operation Version 3.0

SQUEEZE SERVER. Operation Version 3.0 SQUEEZE SERVER Operation Version 3.0 CONTENTS Introduction to Squeeze Server... 2 Features... 2 Squeeze Server Components... 4 How Squeeze Server Works... 5 Running Squeeze Server... 6 Supported File Formats...

More information

10 best free video editing software review and download

10 best free video editing software review and download 10 best free video editing software review and download What are the best free video editing software? In this post, you are bound to find the best video editing freeware to your taste. When we want to

More information

Episode 6 Format Support

Episode 6 Format Support 6 Adaptive bitrate streaming Microsoft Smooth Streaming H.264 (AAC audio) O Windows OS only. Available with License. Apple HLS H.264 (AAC audio) O Available with License. Windows Media WMV, ASF VC-1 O

More information

BlackBerry Link for Windows. Version: 1.2.3. User Guide

BlackBerry Link for Windows. Version: 1.2.3. User Guide BlackBerry Link for Windows Version: 1.2.3 User Guide Published: 2014-01-20 SWD-20140120093847797 Contents Related resources...5 Getting started...6 About BlackBerry Link... 6 Getting to know BlackBerry

More information

Contents. Getting Set Up... 3. Contents 2

Contents. Getting Set Up... 3. Contents 2 Getting Set Up Contents 2 Contents Getting Set Up... 3 Setting up Your Firewall for Video...3 Configuring Video... 3 Exporting videos... 4 Security for Jive Video Communication... 4 Getting Set Up 3 Getting

More information

MOTO. Quick Start Guide

MOTO. Quick Start Guide MOTO 9h Quick Start Guide welcome Technology promised to make things easier... but then it gave you more to do phone calls, e-mails, music, photos, videos, the Internet, and more. It s time to take back

More information

BlackBerry Link for Windows. Version: 1.1.1. User Guide

BlackBerry Link for Windows. Version: 1.1.1. User Guide BlackBerry Link for Windows Version: 1.1.1 User Guide Published: 2013-07-22 SWD-20130722144723525 Contents Getting started...5 About BlackBerry Link... 5 Getting to know BlackBerry Link...5 Connecting

More information

BRING YOUR WORLD TOGETHER

BRING YOUR WORLD TOGETHER PRODUCT CATALOG - 2013 BRING YOUR WORLD TOGETHER ISIMPLEX HOME SERVER FEEL THE MUSIC EVERYWHERE - IP MULTIROOM AUDIO ISIMPLEX MUSIC BOX A NEW DIMENSION OF HOME ENTERTAINMENT ISIMPLEX MEDIA CENTER o DATASHEET

More information

Honeycomb TM experience on-the-go!

Honeycomb TM experience on-the-go! Honeycomb TM experience on-the-go! Redefine the way you browse the web and enjoy your HD multimedia on the go with the ARCHOS 70b internet tablet. You will always have a good reason to use your 7 ultra

More information

USER GUIDE. ixpand Flash Drive. Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk products.

USER GUIDE. ixpand Flash Drive. Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk products. USER GUIDE ixpand Flash Drive Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk

More information

Datasheet Fujitsu CELVIN NAS Server Q600

Datasheet Fujitsu CELVIN NAS Server Q600 Datasheet Fujitsu CELVIN NAS Server Q600 Storage Single drive NAS device The FUJITSU CELVIN NAS Server Line is an all-in-one, high performance NAS Server Line, designed principally for storage-hungry SOHO

More information

Upgrade your possibilities. Get the world of Android on your display

Upgrade your possibilities. Get the world of Android on your display Upgrade your possibilities Get the world of Android on your display Plug into a world of possibilities Now you can promote your products and services in a way that will captivate and impress your customers.

More information

Welcome to myihome! This is a step-by-step guide that will teach you on how to use myihome in the simplest way.

Welcome to myihome! This is a step-by-step guide that will teach you on how to use myihome in the simplest way. Welcome to myihome! This is a step-by-step guide that will teach you on how to use myihome in the simplest way. Syabas Technology Copyright (C) 2001-2006, All Right Reserved 1 Contents Introduction Introduction...

More information

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events.

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events. Deciding what event you want to stream live that s the easy part. Figuring out how to stream it? That s a different question, one with as many answers as there are options. Cameras? Encoders? Origin and

More information

Creating Content for ipod + itunes

Creating Content for ipod + itunes apple Apple Education Creating Content for ipod + itunes This guide provides information about the file formats you can use when creating content compatible with itunes and ipod. This guide also covers

More information

AwoX StriimSTICK. Wi-Fi smart TV stick ST-W. User guide

AwoX StriimSTICK. Wi-Fi smart TV stick ST-W. User guide AwoX StriimSTICK Wi-Fi smart TV stick ST-W User guide www.awoxstriim.com EN Contents Welcome... 2 AwoX StriimSTICK overview... 3 Air-mouse remote control... 4 AwoX StriimSTICK setup... 6 AwoX StiimSTICK

More information

Rm avi to dvd vcd svcd mpeg video converter

Rm avi to dvd vcd svcd mpeg video converter Rm avi to dvd vcd svcd mpeg video converter DVD Burning Xpress is an integrated tool used to convert home video DV tape to MPEG-2 and burn to DVD disc directly. It features simple user interface, with

More information

FPO. MagicInfo Lite Software for Samsung Large Format Displays. Built-in digital signage software that provides an all-in-one display solution

FPO. MagicInfo Lite Software for Samsung Large Format Displays. Built-in digital signage software that provides an all-in-one display solution MagicInfo Lite Software for Samsung Large Format Displays Built-in digital signage software that provides an all-in-one display solution FPO Contents Executive summary 3 Overview 3 MagicInfo TM Lite provides

More information

Archives About ARCHOS TV+

Archives About ARCHOS TV+ About ARCHOS TV+ General Questions I have installed a firmware/plug-in/game file on my Archos TV+ but it is not recognized by the device. You may have not correctly copied your file on the device. If it

More information

Gebruikershandleiding EnVivo HD Media Player

Gebruikershandleiding EnVivo HD Media Player Gebruikershandleiding EnVivo HD Media Player Voor nederlandstalige ondersteuning neemt u contact op met Teknihall support: 09004002001 1 INHOUDSOPGAVE Important Safety Instructions... 3 INTRODUCTION...

More information

THE TOWERS@5 Digital LED Displays

THE TOWERS@5 Digital LED Displays THE TOWERS@5 Digital LED Displays System capabilities and content production specifications Version 1 May 2015 1. Overview Five towers with a total of 7 LED display screens 5 landside facing and 2 airside

More information

Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity

Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this

More information

For Digital Signage. DSM80 TM Digital Signage Solution. DSM80 TM Control Software & Media Players

For Digital Signage. DSM80 TM Digital Signage Solution. DSM80 TM Control Software & Media Players DSM80 TM Control Software & Media Players For Digital Signage DSM80 TM Digital Signage Solution DSM80 TM Digital Signage Solution is a complete solution that allows anyone to easily build and manage a

More information

Honor T1 8.0 FAQ. Issue 01. Date 06/30

Honor T1 8.0 FAQ. Issue 01. Date 06/30 Honor T1 8.0 FAQ Issue 01 Date 06/30 1 System and update... 1-1 1.1 Why does my Honor T1 8.0 constantly crash?... 1-1 1.2 Will data be erased if I update my Honor T1 8.0?... 1-1 1.3 Why can't I power

More information

ATLAS.ti 6 Using Video Data

ATLAS.ti 6 Using Video Data ATLAS.ti 6 Using Video Data ATLAS.ti 6 Using Video Data Copyright 2011 by ATLAS.ti Scientific Software Development GmbH, Berlin. All rights reserved. Version: 7.20111212 Author: Clemens Hoffmann, Editor:

More information

Smart Music Control Application CONTENTS. Smart Music Control Application. User Guide CONTENTS 1 GETTING STARTED 1 MEDIA PLAYER MODE 1

Smart Music Control Application CONTENTS. Smart Music Control Application. User Guide CONTENTS 1 GETTING STARTED 1 MEDIA PLAYER MODE 1 Smart Music Control Application JVC KENWOOD Corporation Smart Music Control Application User Guide CONTENTS CONTENTS 1 GETTING STARTED 1 How to Install Smart Music Control App 1 Preparing the Music Player

More information

HUAWEI MediaPad T1 8.0 FAQ HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 06/30

HUAWEI MediaPad T1 8.0 FAQ HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 06/30 HUAWEI MediaPad T1 8.0 FAQ Issue 01 Date 06/30 HUAWEI TECHNOLOGIES CO., LTD. 1 System and update... 1-1 1.1 Why does my HUAWEI MediaPad T1 8.0 constantly crash?... 1-1 1.2 Will data be erased if I update

More information

BlackBerry Desktop Software User Guide

BlackBerry Desktop Software User Guide BlackBerry Desktop Software User Guide Version: 2.4 SWD-1905381-0426093716-001 Contents Basics... 3 About the BlackBerry Desktop Software... 3 Set up your smartphone with the BlackBerry Desktop Software...

More information

Serving Media with NGINX Plus

Serving Media with NGINX Plus Serving Media with NGINX Plus Published June 11, 2015 NGINX, Inc. Table of Contents 3 About NGINX Plus 3 Using this Guide 4 Prerequisites and System Requirements 5 Serving Media with NGINX Plus 9 NGINX

More information

FNC-1000 User Guide Table of Contents

FNC-1000 User Guide Table of Contents FNC-1000 User Guide Table of Contents Table of Contents Page 1 Package Contents Page 2 Open Box & Remove Content Page 3 Connecting the FNC-1000 Page 4 Initializing the FNC-1000 Page 5 FNC-1000 Controller

More information

Video Converter App User Manual

Video Converter App User Manual Video Converter App User Manual 1. Welcome... 2 2. Add Video Files... 3 2.1 Camera Roll... 3 2.2 itunes File Sharing... 4 2.3 Wi Fi Upload... 5 2.4 Dropbox... 7 2.5 Microsoft SkyDrive... 7 3. Convert Video

More information

Cisco Enterprise Content Delivery System (ECDS)

Cisco Enterprise Content Delivery System (ECDS) Solution Overview Cisco Enterprise Content Delivery System (ECDS) Solution Overview As the demand for enterprise video technologies increases, organizations are facing more demands on their network capacity

More information

ARIES USB Playback Frequency Asked Questions

ARIES USB Playback Frequency Asked Questions Lightning Server User s Guide (Firmware V1.11) Does my ARIES support USB playback function? My ARIES firmware is not up to date, how can I get updated? How does USB playback function works? What kind of

More information

Streaming Stored Audio & Video

Streaming Stored Audio & Video Streaming Stored Audio & Video Streaming stored media: Audio/video file is stored in a server Users request audio/video file on demand. Audio/video is rendered within, say, 10 s after request. Interactivity

More information

UK - USER MANUAL. Contents

UK - USER MANUAL. Contents 1 UK - USER MANUAL Contents Internet Radio Quickstart Guide 7 What you need before you can use your Internet radio 7 Controls 8 Connections 9 Steps for connecting your radio to your wireless network 10

More information

ireadsmime User Guide For iphone, ipad, and ipod Touch

ireadsmime User Guide For iphone, ipad, and ipod Touch ireadsmime User Guide For iphone, ipad, and ipod Touch Page 1 CONTENTS Chapter 1: Welcome... 3 Chapter 2: Getting Started... 3 Compatability... 3 Preliminary Steps... 3 Setting up a POP3 / IMAP4 Email

More information

ACTi MobileGo User Manual. Version 2.0.51

ACTi MobileGo User Manual. Version 2.0.51 ACTi MobileGo User Manual Version 2.0.51 04/18/2013 Table of Contents MobileGo V2.0.51 1 Overview 3 Introduction... 3 Network Architecture... 3 Specification... 4 Compatible NVR Firmware Version... 4 Things

More information

Contents. About AirPlay 5. Preparing Your Media and Server for AirPlay 8. Opting Into or Out of AirPlay 11

Contents. About AirPlay 5. Preparing Your Media and Server for AirPlay 8. Opting Into or Out of AirPlay 11 AirPlay Overview Contents About AirPlay 5 At a Glance 5 Choose the Best Option for Media Playback 5 You Can Opt Into or Out of AirPlay for Video 6 Provide a Great AirPlay User Experience in Your App 6

More information

Smart Digital Signage

Smart Digital Signage Software SDS-CMS14 TM Content Management Software SDS-CMS14 TM Software Our SDS-CMS14 TM Software is a complete solution that allows anyone to easily build and manage a centrally controlled network of

More information

Acquire Video Wall. Revolutionising digital interaction.

Acquire Video Wall. Revolutionising digital interaction. Revolutionising digital interaction. Create an immersive experience with Full HD Digital Signage Video Walls. Video Walls are increasing in popularity and are commonly being used in stores, restaurants,

More information

AirMedia-350 1.3. Network Multimedia Player 2.5 /3.5 SATA HDD Media Station HDMI. USB Host x2. USB Client x1. Wi-Fi (Optional) 10/100 Mbps.

AirMedia-350 1.3. Network Multimedia Player 2.5 /3.5 SATA HDD Media Station HDMI. USB Host x2. USB Client x1. Wi-Fi (Optional) 10/100 Mbps. AirMedia-350 Network Multimedia Player 2.5 /3.5 SATA HDD Media Station T he AirMedia-350 is the next generation home networked appliance for playing the videos, photos, and music through internal hard

More information

Videoplaza Creative Specification 12 th of March 2012

Videoplaza Creative Specification 12 th of March 2012 Creative Asset Specification Videoplaza Table of contents 1 Introduction 3 2 The Videoplaza Format Family 4 2.1 VP Standard Formats... 4 2.2 VP Premium... 4 2.3 Format partners... 4 2.4 VP Custom formats...

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

Sending, Storing & Sharing Video With latakoo

Sending, Storing & Sharing Video With latakoo Sending, Storing & Sharing Video With latakoo Copyright latakoo. All rights reserved. Revised 11/12/2012 Table of contents Table of contents... 1 1. Introduction... 2 2. Sending video & files with latakoo...

More information

isecuremail User Guide for iphone

isecuremail User Guide for iphone isecuremail User Guide for iphone Page 1 CONTENTS Chapter 1: Welcome... 4 Chapter 2: Getting Started... 5 Compatability... 5 Preliminary Steps... 5 Setting up a POP3 / IMAP4/ Exchange Email Account...

More information

Objective. Page 1 Xcontrol Mobile Entertainment Content Protection

Objective. Page 1 Xcontrol Mobile Entertainment Content Protection Xcontrol Mobile Entertainment Content Protection Objective The mobile entertainment solution distributes written content, video and audio over a wireless infrastructure. The targeted devices are brought

More information

User Manual for 4.4 Kit Kat Android

User Manual for 4.4 Kit Kat Android User Manual for 4.4 Kit Kat Android Thank you for your purchase of the Time2 4.4 Android tablet device. This manual will introduce you to the functions available on your device and make you aware of anything

More information

Enterprise Application Developers: BlackBerry Balance Technology

Enterprise Application Developers: BlackBerry Balance Technology Enterprise Application Developers: BlackBerry Balance Technology Gurtej Sandhu (RIM) Application Development Consultant Catherine Cho(RIM) Security Product Manager Put First things First Always start with

More information

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera 2.0 Mega Pixel Wireless 150Mbps IPCamera S till couldn't find a way to watch your children or the elders when you are in busy or on duty? Or just need an easy solution for monitoring your office, store

More information

User's Manual. iphone Codec. for SelenioFlex Ingest

User's Manual. iphone Codec. for SelenioFlex Ingest iphone Codec for SelenioFlex Ingest August 2015 for SelenioFlex Ingest Publication Information 2015 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document

More information

IIS Media Services 3.0 Overview. Microsoft Corporation

IIS Media Services 3.0 Overview. Microsoft Corporation IIS Media Services 3.0 Overview Microsoft Corporation April 2010 Contents Contents...2 Introduction...4 IIS Media Services 3.0...4 Media Delivery Approaches Supported by Windows Server 2008 R2... 5 Goals

More information

SeeVogh Player manual

SeeVogh Player manual SeeVogh Player manual Current Version as of: (03/28/2014) v.2.0 1 The SeeVogh Player is a simple application, which allows you to playback recordings made during a SeeVogh meeting with the recording function

More information

Recording Supervisor Manual Presence Software

Recording Supervisor Manual Presence Software Presence Software Version 9.2 Date: 09/2014 2 Contents... 3 1. Introduction... 4 2. Installation and configuration... 5 3. Presence Recording architectures Operating modes... 5 Integrated... with Presence

More information

Seagate Manager. User Guide. For Use With Your FreeAgent TM Drive. Seagate Manager User Guide for Use With Your FreeAgent Drive 1

Seagate Manager. User Guide. For Use With Your FreeAgent TM Drive. Seagate Manager User Guide for Use With Your FreeAgent Drive 1 Seagate Manager User Guide For Use With Your FreeAgent TM Drive Seagate Manager User Guide for Use With Your FreeAgent Drive 1 Seagate Manager User Guide for Use With Your FreeAgent Drive Revision 1 2008

More information

Cascade Collaboration Solutions 5 Aug 2014

Cascade Collaboration Solutions 5 Aug 2014 Cascade Collaboration Solutions 5 Aug 2014 5530001600 Rev 03 Contents 1. Solution Overview... 3 2. Collaboration End Points... 5 3. Collaboration Cloud Server... 7 4. Technical Specifications... 8 4.1.

More information

Verizon Cloud Desktop Application Help Guide Version 4.1 72

Verizon Cloud Desktop Application Help Guide Version 4.1 72 Verizon Cloud Desktop Application Help Guide Version 4.1 72 CONTENTS I. Getting started... 4 A. Verizon Cloud... 4 B. Main navigation... 5 C. System requirements... 5 D. Installing the application... 6

More information

Dual Bay Home Media Store. User Manual

Dual Bay Home Media Store. User Manual Dual Bay Home Media Store User Manual CH3HNAS2 V1.0 CONTENTS Chapter 1: Home Page... 3 Setup Wizard... 3 Settings... 3 User Management... 3 Download Station... 3 Online User Manual... 3 Support... 3 Chapter

More information

Workshop Mediaformats for the Eminent mediaplayers

Workshop Mediaformats for the Eminent mediaplayers Workshop Mediaformats for the Eminent mediaplayers Workshop mediaformats 2 ENGLISH Table of contents 1.0 Introduction... 2 2.0 Supported resolutions... 2 2.1 Common HD information... 3 2.2 How does the

More information

ARCHOS Generation 9 (G9) Internet Tablets

ARCHOS Generation 9 (G9) Internet Tablets ARCHOS Generation 9 (G9) Internet Tablets ARCHOS is proud to present its 3rd generation of Android powered Internet Tablets, keeping that great balance between power and affordability. Thanks to their

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009 Getting Started with Microsoft Office Live Meeting Published October 2007 Last Update: August 2009 Information in this document, including URL and other Internet Web site references, is subject to change

More information

Cisco Video Distribution Suite for Internet Streaming (VDS-IS)

Cisco Video Distribution Suite for Internet Streaming (VDS-IS) Data Sheet Cisco Video Distribution Suite for Internet Streaming (VDS-IS) With the ever-increasing demand for online video content propelled by changes in consumer behavior, service providers realize that

More information

Content Protection in Silverlight. Microsoft Corporation

Content Protection in Silverlight. Microsoft Corporation Content Protection in Silverlight Microsoft Corporation April 2010 Contents Contents...2 Introduction...3 What is Content Protection?... 3 Why Should You Protect Online Content?... 3 Techniques for Protecting

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007

Getting Started with Microsoft Office Live Meeting. Published October 2007 Getting Started with Microsoft Office Live Meeting Published October 2007 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

DivX Plus Converter for Windows User Guide

DivX Plus Converter for Windows User Guide Updated 18 January 2011 INTRODUCTION Welcome to the DivX Plus Converter for Windows user guide. DivX Plus Converter is an easy way to convert and customize your digital videos into high-quality, highly

More information

HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1. Revision Date: July 2011

HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1. Revision Date: July 2011 HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1 Revision Date: July 2011 Summary of Contents Summary of Contents... 2 Pre Installation Checklist... 4 Prerequisites...

More information

USER GUIDE Version 2.0

USER GUIDE Version 2.0 USER GUIDE Version 2.0 TABLE of CONTENTS Introduction... 3 Hardware Overview... 3 Software Overview... 4 DAYSHIFT Panel... 5 Settings Panel... 6 Setup Tab... 6 Configure... 6 Show User Guide... 6 Preview

More information

Christie Brio Frequently Asked Questions

Christie Brio Frequently Asked Questions Christie Brio Frequently Asked Questions What is Christie Brio? Christie Brio is a network-enabled collaboration and presentation solution that allows multiple users to quickly share, edit and annotate

More information

T-BOX MY MEDIA WINDOWS 7 QUICK START GUIDE

T-BOX MY MEDIA WINDOWS 7 QUICK START GUIDE T-BOX MY MEDIA WINDOWS 7 QUICK START GUIDE ABOUT MY MEDIA My Media allows you to play music, watch videos and view photos on a TV connected to your T-Box. Accessing your media files can be done in two

More information

BRING YOUR WORLD TOGETHER FEEL THE MUSIC EVERYWHERE - IP MULTIROOM AUDIO A NEW DIMENSION OF HOME ENTERTAINMENT

BRING YOUR WORLD TOGETHER FEEL THE MUSIC EVERYWHERE - IP MULTIROOM AUDIO A NEW DIMENSION OF HOME ENTERTAINMENT PRODUCT SPECIFICATIONS 2013 BRING YOUR WORLD TOGETHER ISIMPLEX HOME SERVER A NEW DIMENSION OF HOME ENTERTAINMENT ISIMPLEX MEDIA CENTER SPECIFICATIONS - HOME SERVER BRING YOUR WORLD TOGETHER HOME AUTOMATION

More information

!!!! Apps & UX Guidelines for 3rd party integration

!!!! Apps & UX Guidelines for 3rd party integration A Apps & UX Guidelines for 3rd party integration Getting started 1 Introduction 1 About Qobuz 1 In-depth technical integration 1 Navigation principles 2 Notes 2 Dedicated 3rd party Qobuz app 2 Qobuz from

More information

HD-TV100 MP Digital TV and media player

HD-TV100 MP Digital TV and media player HD-TV100 MP Digital TV and media player User s manual 1. Functions overview: FULL HD TV HD Digital TV with MPEG-4(H.264)&MPEG-2, HD&SD standard DVB-T. HDMI HD format output 1080I, also compatible with

More information

How to use ThecusShare TM Downloading, streaming, and uploading from iphones and ipads

How to use ThecusShare TM Downloading, streaming, and uploading from iphones and ipads How to use ThecusShare TM Downloading, streaming, and uploading from iphones and ipads 2011-4-12 Contents Introduction 3 A. Prerequisites 3 B. Necessary Tools 3 C. Applicable Reference Tools 3 D. Applicable

More information

Nero Mobile Manual. Nero AG

Nero Mobile Manual. Nero AG Nero Mobile Manual Nero AG Copyright and Trademark Information The Nero Mobile manual and all its contents are protected by copyright and are the property of Nero AG. All rights reserved. This manual contains

More information

Amati.linea Desktop Streaming Player with amplifier

Amati.linea Desktop Streaming Player with amplifier Embedded Systems SIA, VAT No LV40003411103 47. Katolu str., Riga, LV 1003, LATVIA Phone: +371 67648888, fax: +371 67205036, e-mail: sales@openrb.com Amati.linea Desktop Streaming Player with amplifier

More information

XtreamerTV. Ver 1.* User Guide

XtreamerTV. Ver 1.* User Guide XtreamerTV. Ver 1.* User Guide What is XtreamerTV Congratulations and thank you very much for purchasing XtreamerTV. We hope you will enjoy using it as a great home entertainment device. XtreamerTV is

More information

Using Google Drive! Your Name

Using Google Drive! Your Name Google Drive: If you are not familiar with Google Drive, please take some time before the start of the course to try it out. You will be using Google Drive for most of the work in your program including

More information

IPTV STB QUICK GUIDE. Detailed user manual download from www.my-home-television.com

IPTV STB QUICK GUIDE. Detailed user manual download from www.my-home-television.com IPTV STB QUICK GUIDE Detailed user manual download from www.my-home-television.com Dolby Digital: Manufactured under license from Dolby Laboratories. Dolby and the double-d symbol are trademarks of Dolby

More information

S3 MagicView Server Edition Version 3.1 User Manual

S3 MagicView Server Edition Version 3.1 User Manual S3 MagicView Server Edition Version 3.1 User Manual 2013 S3 Graphics Co., Ltd. All rights reserved Page 1 4/12/2013 www.s3graphics.com S3 Graphics Terms and Conditions of Software Use Please read these

More information

Q-Cam Professional V 1.1 User Manual

Q-Cam Professional V 1.1 User Manual Q-Cam Professional V 1.1 User Manual Introduction QCam Professional is a remote monitoring application designed primarily for the remote monitoring and auxiliary control of IP video cameras. It allows

More information

Developing Applications for Adobe Flash Lite for the Digital Home

Developing Applications for Adobe Flash Lite for the Digital Home Developing Applications for Adobe Flash Lite for the Digital Home Copyright 2009 Adobe Systems Incorporated. All rights reserved. Developing Applications for Adobe Flash Lite for the Digital Home Adobe,

More information

8 Commercial Streaming Systems An Overview

8 Commercial Streaming Systems An Overview 8 Commercial Streaming Systems An Overview 8.1 RealNetworks 8.2 Apple QuickTime 8.3 Windows Media Literature: Tobias Künkel: Streaming Media Technologien, Standards, Anwendungen, Addison-Wesley 2001 David

More information

Windows Media Technologies

Windows Media Technologies Windows Media Technologies Davide Rogai - Phd student Dipartimento di Sistemi ed Informatica - DISIT 6/21/2007 The Next Media Wave Windows Media Server Windows Media Audio/Video Windows Media Player Windows

More information

LiveStreamingCDN Producer User s Guide

LiveStreamingCDN Producer User s Guide LiveStreamingCDN Producer User s Guide A LiveStreamingCDN Producer account offers a variety of premium features in addition to live and VOD streaming capabilities. A Producer account comes with a multi-device

More information

NSA325 v2. Support Notes. Version 1.00 Aug, 2013

NSA325 v2. Support Notes. Version 1.00 Aug, 2013 NSA325 v2 Support Notes Version 1.00 Aug, 2013 1 Contents Chapter 1 Applications...4 1. NAS Starter Utility...4 1.1 NAS Starter Utility Installation...4 1.2 NSA325 v2 Initialization...5 1.3 Network setting...7

More information