The CineGRID collaboration

Size: px
Start display at page:

Download "The CineGRID collaboration"

Transcription

1 The CineGRID collaboration University of Amsterdam Jeroen Roodhart 12/02/2009

2 .Plan What is CineGrid Who are involved Use cases Grand vision Storage in CineGrid context Current setup in Amsterdam Experience Lessons Future Summary

3 What is CineGrid? CineGrid is a non-profit international membership organization... CineGrid s mission is to build an interdisciplinary community focused on the research, development and demonstration of networked collaborative tools, enabling the production, use and exchange of very high-quality digital media over high-speed photonic networks. (From the site:

4 Who are involved Lots of (big) names, you find them in the members section of the site. More important:

5 Use cases (CdL) Keio/Calit2 Collaboration: Trans-Pacific 4K teleconference Used 1Gbps Dedicated Keio University Sony President Anzai NTT SGI UCSD Chancellor Fox

6 Use cases SARA (CdL)

7 Use cases Holland Festival 2007 Era la Notte (CdL)

8 Use cases Scientific visualisation Film editing processes High def. Collaboration environments Medical applications Entertainment venues Dome theatres 4K Cinema

9 Grand Vision (Cees de Laat's find the beautiful lady on the beach ) RDF describing Infrastructure Application: find video containing x, then trans-code to it view on Tiled Display RDF/CG RDF/CG RDF/VIZ RDF/ST content content PG&CdL RDF/NDL RDF/NDL RDF/CPU

10 Grand Vision (Ctd.) CineGrid will be using irods Intention to place NDL and semantic information within irods Storage/content delivery nodes/transcoding

11 Storage in CineGrid context (CdL) 3840*2160

12 Storage in CineGrid context (ctd.) (CdL) Format x Y Rate /s 720p HD p HD k SHD k Color Frame bits/pix pix Frame MByte Flow Stream MByt/s Gbit/s

13 Storage in CineGrid context Buying n x 1T disks doesn't work Traditional approach using FCAL, NFS, CIFS might not be fast enough We may now run into issues with Complexity Scalability Speed considerations Integrity

14 Why think about storage (ctd.) CineGRID Large data sets Traditional interconnecting of sites Relaying movies to display sites Display movie (from local cache) Interconnect services Streaming server transcodes 4k movie to lower res Display movie stream Both models have different storage requirements

15 Current setup in Amsterdam (CdL)

16 Current setup in Amsterdam (ctd.)

17 Current setup in Amsterdam (ctd.) Choices: Existing 10Ge interconnect (we're into networking) Sun x4500 Thumpers 48 x 1Tb data disks/2 x Opteron Running OpenSolaris Nevada ZFS filesystem Looking into upgrade to x4540, more on this later

18 Current setup in Amsterdam (ctd.) About 18T in use, 13T left RAIDZ1 for now (speed/space considerations) Both thumpers are synced, using ZFS snapshot streaming 10Ge connection to streaming node node41 and (suitcees/node41) to Optiputer net Syncing of thumpers may stop if other use dictates

19 Experience Ease of administration #!/usr/bin/bash for i in ; do if [ $i = "1" ]; then zpool_command="zpool create -f mypool raidz2 " else zpool_command="zpool add mypool raidz2 " fi $zpool_command c0t${i}d0 c1t${i}d0 c4t${i}d0 c5t${i}d0 c6t${i}d0 c7t${i}d0 done zpool add mypool spare c0t0d0 c1t0d0 c6t0d0 c7t0d0 Wait two minutes --> approx. 32T filesystem

20 Experience (ctd.) Syncing filesystems # Make a point in time snapshot of the pool >zfs snapshot mypool@ _1 # Stream the snapshot using RBUDP to the other host >zfs send mypool@ _1 \ sendstream m 8000 # On the other host, receive the stream: >recvstream \ zfs receive mypool/basketcees@ _1 This may take longer...

21 Experience (ctd.)

22 Experience (ctd.) Got a Thor to play with :) Can we move the Thumper disks to the Thor?

23 Experience (ctd.) Yes you can! And you'll even keep your ZFS volumes if you export them nicely ;) Probably you don't want to move the OS disks though... So let's look at some tests...

24 Experience (ctd.) Thor

25 Experience (ctd.) Thor

26 Experience (ctd.) Thor Not much faster! But there's some strange variation here... So what if we would split per controller...

27 Experience (ctd.) Thor

28 Experience (ctd.) Thor

29 Lessons Raw storage system speed may be enough for uncompressed 4K, but that doesn't scale to concurrent streaming Using Thor-s it can help to think about controller/disk assignment With the ixgb NICs we max out at 6Gbps on a 10Ge link! (comparable using irods) This needs to improve to use Thor-speed! Considering the CineGRID application We don't yet have a standard solution from storage to Film display Conventional streaming tools use file system paradigm

30 Future Filesystems Linux: Ext4, BTRFS looks promising Solaris: ZFS remains very strong in benchmarks and usability Clustering Lustre GlusterFS pnfs Networking RDMA/iWARP interconnect (nice if we went 100Ge)

31 Summary Storage backend speed of individual modern systems may be sufficient for 1 stream: _But_ we will likely want more We need to consider the entire component stack of the CineGRID application We probably need an approach where streaming nodes can access data using cluster technology Fast interconnect (RDMA/QDR Infinib.) More than one storage server New technologies may lead to more elegant designs (e.g. SSD/ZFS/Lustre)

32 Backup slides

33 Experience (ctd.)

34 Sun x4500 Thumper architectuur

35 Effective filesystem size (Using 500MB disks) ZFS config Z2_14x3 Z1_6x7 Z2_10x4 Z1_2x3x7 Z2_6x7 mirror_3way mirror_3wayx2 Size (TB) x x 3.1

36 Mirrorset variances mirror_3wayx2/c0-c2/iozone_encore.science.uva.nl_snv_103_mirrored_3wayx2_0_variance_w.txt mirror_3wayx2/c3-c5/iozone_encore.science.uva.nl_snv_103_mirrored_3wayx2_1_variance_w.txt mirror_3way/iozone_encore.science.uva.nl_snv_103_mirrored_3way_variance_w.txt mirror_3wayx2/c0-c2/iozone_encore.science.uva.nl_snv_103_mirrored_3wayx2_0_variance_r.txt mirror_3wayx2/c3-c5/iozone_encore.science.uva.nl_snv_103_mirrored_3wayx2_1_variance_r.txt mirror_3way/iozone_encore.science.uva.nl_snv_103_mirrored_3way_variance_r.txt

CineGrid: Global Facility for very high quality digital Cinema Cees de Laat. SURFnet BSIK. University of Amsterdam SARA TI TNO

CineGrid: Global Facility for very high quality digital Cinema Cees de Laat. SURFnet BSIK. University of Amsterdam SARA TI TNO CineGrid: Global Facility for very high quality digital Cinema Cees de Laat SURFnet BSIK EU University of Amsterdam SARA TI TNO NCF Acknowledgement upfront! Most slides are taken from presentations by

More information

! Cees de Laat! On behalf of the CineGrid Amsterdam Collaboration!! Many slides from! Laurin Herr, Pacific Interface Inc.! CineGrid.org!

! Cees de Laat! On behalf of the CineGrid Amsterdam Collaboration!! Many slides from! Laurin Herr, Pacific Interface Inc.! CineGrid.org! !! Cees de Laat! On behalf of the CineGrid Amsterdam Collaboration!! Many slides from! Laurin Herr, Pacific Interface Inc.! CineGrid.org! What is CineGrid?! Formed 2004 non-profit international membership

More information

Spec Sheet R&S SpycerBox Cell

Spec Sheet R&S SpycerBox Cell SpycerBox Cell is the new and distinctive storage solution from Rohde & Schwarz DVS, standing out for its high-density layout and redundant setup. Cascadable thanks to its unique SAS interconnection, the

More information

Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm

Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm Daisuke Shirai NTT Network Innovation Laboratories Nippon Telegraph and Telephone Corp. shirai.daisuke@lab.ntt.co.jp Kunitake

More information

NAS vs. SAN: Storage Considerations for Broadcast and Post- Production Applications

NAS vs. SAN: Storage Considerations for Broadcast and Post- Production Applications NAS vs. SAN: Storage Considerations for Broadcast and Post- Production Applications As more content is created in, and as the industry transitions to, higher resolutions, many broadcast and post-production

More information

Building CineGrid on GLIF

Building CineGrid on GLIF Building CineGrid on GLIF Tom DeFanti Research Scientist California Institute for Telecommunications and Information Technology University of California, San Diego Distinguished Professor Emeritus of Computer

More information

The Art of Low-Cost IoT Solutions

The Art of Low-Cost IoT Solutions The Art of Low-Cost IoT Solutions 13 June 2017 By Igor Ilunin, DataArt www.dataart.com 2017 DataArt Contents Executive Summary... 3 Introduction... 3 The Experiment... 3 The Setup... 4 Analysis / Calculations...

More information

Using deltas to speed up SquashFS ebuild repository updates

Using deltas to speed up SquashFS ebuild repository updates Using deltas to speed up SquashFS ebuild repository updates Michał Górny January 27, 2014 1 Introduction The ebuild repository format that is used by Gentoo generally fits well in the developer and power

More information

EVD-L04/100A1-960 EVD-L08/200A1-960 EVD-L16/400A1-960

EVD-L04/100A1-960 EVD-L08/200A1-960 EVD-L16/400A1-960 EVD-L04/100A1-960 EVD-L08/200A1-960 EVD-L16/400A1-960 www.eurovideo-cctv.com Main Features Main stream supports encoding at up to WD1 resolution in real time and sub stream at CIF/QCIF resolution. Simultaneous

More information

Tech Tips with Gnull and Voyd

Tech Tips with Gnull and Voyd Chester Gnull Laverta Voyd Abstract Recover a dropped MySQL table and save partition images. Hey there sweeties, I'm Laverta Voyd, and my husband Chester picked some tips for y'all. Like I says last time,

More information

HD SDI Cameras. = XON Tri-brid NDVR

HD SDI Cameras. = XON Tri-brid NDVR X-ON NDVR Concept The X-ON line up of Recording Server from Versiton is analytic powerhouse, highly-scalable, and IT friendly. The X-ON is designed to meet the complex application and integration requirements

More information

Provide144ch FREE CMS software. Time / Event / POS / Thumbnail / Panorama

Provide144ch FREE CMS software. Time / Event / POS / Thumbnail / Panorama 20CH DVR Real time and Playback Search Mode: Time / Event / POS / Real HD Live Display and Playback Thumbnail / Panorama Full Graphic User Interface(Multiple High-Resolution & High-Quality Language Support)

More information

DS-7200HFI-SL Series DVR. Technical Specification

DS-7200HFI-SL Series DVR. Technical Specification DS-7200HFI-SL Series DVR Technical Specification Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION

More information

Testing Report: Spectra Logic Verde and Milestone Husky 500A

Testing Report: Spectra Logic Verde and Milestone Husky 500A Testing Report: Spectra Logic Verde and Milestone Husky 500A December 2016 Contents Contents... 2 Spectra Logic Verde and Milestone Husky 500A - Test Summary... 3 Basic System Configuration information...

More information

Spec Sheet R&S SpycerBox family

Spec Sheet R&S SpycerBox family SpycerBox is Rohde & Schwarz DVS s fast and flexible storage solution. Choose one of the the versions that will be perfect for your workflow: Equipped with SSD technology SpycerBox reaches an internal

More information

Toward VGOS with the AuScope Array

Toward VGOS with the AuScope Array Toward VGOS with the AuScope Array Jamie McCallum, Jim Lovell, Elizaveta Rastorgueva-Foi, Lucia Plank, Stanislav Shabala University of Tasmania The AuScope Array Three 12m Telescopes across the Australian

More information

Parallel I/O Performance Benchmarking and Investigation on Multiple HPC Architectures

Parallel I/O Performance Benchmarking and Investigation on Multiple HPC Architectures Parallel I/O Performance Benchmarking and Investigation on Multiple HPC Architectures 1. Document Information and Version History 2 Version: 1.1 Status Release Author(s): Bryan Lawrence, Chris Maynard,

More information

Parallel I/O Performance Benchmarking and Investigation on Multiple HPC Architectures

Parallel I/O Performance Benchmarking and Investigation on Multiple HPC Architectures Available online at www.prace-ri.eu Partnership for Advanced Computing in Europe Parallel I/O Performance Benchmarking and Investigation on Multiple HPC Architectures B. Lawrence a, C. Maynard b, A. Turner

More information

Magic U Series 4CH Octa-brid DVR System, 4K Output, 2 HDD slots, esata, 4CH Audio

Magic U Series 4CH Octa-brid DVR System, 4K Output, 2 HDD slots, esata, 4CH Audio Magic U DVR detects Analog 960H HD-TVI A-HD EX-SDI HD-SDI cameras automatically Records up to 4 IP cameras REAL-TIME Live Programmable Multi-CH HD Spot Out 4K Video output Touch Interface iphone Android

More information

Production Switcher Systems MVS-8000 Series DVS-9000 Series

Production Switcher Systems MVS-8000 Series DVS-9000 Series Production Switcher Systems MVS-8000 Series DVS-9000 Series 2 Solutions for the next generation Introduction From multiple program versions to multiple Sony offers the MVS-8000 Series Switcher in customizable

More information

Open Your World! Honeywell Systems Group. April 17, Kristopher Cuva-Scheible Scott Ferguson. Presented by: Marek Robinson

Open Your World! Honeywell Systems Group. April 17, Kristopher Cuva-Scheible Scott Ferguson. Presented by: Marek Robinson Honeywell Systems Group IP Complete Video Solution IP Security Solutions Solution for networked Video & Acc Presented by: Marek Robinson April 17, 2012 High Definition IP Video Open Your World! HD4MDIP

More information

Update on filesystems for flash storage

Update on filesystems for flash storage Embedded Linux Conference Europe Update on filesystems for flash storage Michael Opdenacker. Free Electrons http://free electrons.com/ 1 About this document This document is released under the terms of

More information

Disruptive Weather Conditions: Clouds in the Forecast Welcome!

Disruptive Weather Conditions: Clouds in the Forecast Welcome! Disruptive Weather Conditions: Clouds in the Forecast Welcome! SMPTE Educational Webcast Sponsors Thank you to our sponsors for their generous support of SMPTE and the SMPTE Professional Development Academy:

More information

Using the VideoEdge IP Encoder with Intellex IP

Using the VideoEdge IP Encoder with Intellex IP This application note explains the tradeoffs inherent in using IP video and provides guidance on optimal configuration of the VideoEdge IP encoder with Intellex IP. The VideoEdge IP Encoder is a high performance

More information

APPLICATION NOTE EPSIO ZOOM. Corporate. North & Latin America. Asia & Pacific. Other regional offices. Headquarters. Available at

APPLICATION NOTE EPSIO ZOOM. Corporate. North & Latin America. Asia & Pacific. Other regional offices. Headquarters. Available at EPSIO ZOOM Corporate North & Latin America Asia & Pacific Other regional offices Headquarters Headquarters Headquarters Available at +32 4 361 7000 +1 947 575 7811 +852 2914 2501 www.evs.com/conctact INTRODUCTION...

More information

IBM Linear Tape File System Applications and considerations for broadcast adopters

IBM Linear Tape File System Applications and considerations for broadcast adopters IBM Linear Tape File System Applications and considerations for broadcast adopters Software Generation Limited March 2013 Contact: Raj Patel, Product Manager Copyright IBM Corporation, 2013. All Rights

More information

Implementation of an MPEG Codec on the Tilera TM 64 Processor

Implementation of an MPEG Codec on the Tilera TM 64 Processor 1 Implementation of an MPEG Codec on the Tilera TM 64 Processor Whitney Flohr Supervisor: Mark Franklin, Ed Richter Department of Electrical and Systems Engineering Washington University in St. Louis Fall

More information

Uncompressed 8K Video Streaming over 100Gbps Experimental Network

Uncompressed 8K Video Streaming over 100Gbps Experimental Network Uncompressed 8K Video Streaming over 100Gbps Experimental Network Hiroyuki Kimiyama NTT Network Innova on Laboratories (c) Copyright: Nippon Telegraph and Telephone, 2014 1 Outline What is 8K video? Mo

More information

A White Paper on High Frame Rates from the EDCF Technical Support Group

A White Paper on High Frame Rates from the EDCF Technical Support Group A White Paper on High Frame Rates from the EDCF Technical Support Group Background The initial requirement from DCI was to support a 2K frame Rate of 24 frames per second or 48 frames per second (thereafter

More information

MAGICLiteSeries-16CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP

MAGICLiteSeries-16CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP MAGICLiteSeries-16CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP EX-SDI Magic Lite 1080p 16 CH MagicDVRdetectsAnalog/960H/EX-SDI/HD-SDIcamerasautomatically Records up to 4 IP cameras REAL-TIME

More information

PRACE Autumn School GPU Programming

PRACE Autumn School GPU Programming PRACE Autumn School 2010 GPU Programming October 25-29, 2010 PRACE Autumn School, Oct 2010 1 Outline GPU Programming Track Tuesday 26th GPGPU: General-purpose GPU Programming CUDA Architecture, Threading

More information

Networked visualization. Network-centric management & control and distributed visualization using standard IT infrastructure

Networked visualization. Network-centric management & control and distributed visualization using standard IT infrastructure Networked visualization Network-centric management & control and distributed visualization using standard IT infrastructure Tired of...... expensive and dedicated cabling, systems and people skills?...

More information

MAGICUSeries-4CH1080pDVRSystem4Kouput- SupportsEX-SDI/HD-SDI/HD-TVI/A-HD/960H/Analog/ IP

MAGICUSeries-4CH1080pDVRSystem4Kouput- SupportsEX-SDI/HD-SDI/HD-TVI/A-HD/960H/Analog/ IP MAGICUSeries-4CH1080pDVRSystem4Kouput- SupportsEX-SDI/HD-SDI/HD-TVI/A-HD/960H/Analog/ IP Magic U 1080p 3MP 4 CH MagicUDVRdetectsAnalog/960H/HD-TVI/A-HD/EX-SDI/HD-SDIcameras automatically Records up to

More information

TBS8030 HDMI Encoder User Guide

TBS8030 HDMI Encoder User Guide TBS8030 HDMI Encoder User Guide Catalog 1. Product Overview... 2 1.1 Product Presentation... 2 1.2 Product Specifications... 3 2. Quick Start... 4 3. TBS Capture Software Settings... 4 3.1 HDMI Capture

More information

Scalability of MB-level Parallelism for H.264 Decoding

Scalability of MB-level Parallelism for H.264 Decoding Scalability of Macroblock-level Parallelism for H.264 Decoding Mauricio Alvarez Mesa 1, Alex Ramírez 1,2, Mateo Valero 1,2, Arnaldo Azevedo 3, Cor Meenderinck 3, Ben Juurlink 3 1 Universitat Politècnica

More information

Improving Quality of Video Networking

Improving Quality of Video Networking Improving Quality of Video Networking Mohammad Ghanbari LFIEEE School of Computer Science and Electronic Engineering University of Essex, UK https://www.essex.ac.uk/people/ghanb44808/mohammed-ghanbari

More information

Tuesday, Dec 3rd 10:15 to 11:00 IHE Classroom at InfoRAD at RSNA 2002.

Tuesday, Dec 3rd 10:15 to 11:00 IHE Classroom at InfoRAD at RSNA 2002. Tuesday, Dec 3rd 10:15 to 11:00 IHE Classroom at InfoRAD at RSNA 2002. 1 Prepared by: DICOM Working Group 16: Magnetic Resonance Presented by: Kees Verduin, Philips Medical Systems Bob Haworth, General

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report Infortrend Technologies 5000 Series NVR 12-15-2015 Table of Contents Executive Summary:... 4 Introduction... 4 Certified Products...

More information

VSP 168HD Quick Start

VSP 168HD Quick Start VSP 168HD Quick Start Support 10Gbps of transmission rate Support HDBaseT protocols and standards Support USB upgrade Max 2048 1152@60Hz/2560 816 60Hz input/output resolution Support custom output resolution

More information

MAGICUSeries-32CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP

MAGICUSeries-32CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP MAGICUSeries-32CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP Magic U 1080p 3MP 32 CH MagicUDVRdetectsAnalog/960H/HD-TVI/A-HD/EX-SDI/HD-SDIcameras automatically Records up to 4 IP cameras

More information

Milestone Leverages Intel Processors with Intel Quick Sync Video to Create Breakthrough Capabilities for Video Surveillance and Monitoring

Milestone Leverages Intel Processors with Intel Quick Sync Video to Create Breakthrough Capabilities for Video Surveillance and Monitoring white paper Milestone Leverages Intel Processors with Intel Quick Sync Video to Create Breakthrough Capabilities for Video Surveillance and Monitoring Executive Summary Milestone Systems, the world s leading

More information

Big Data, Big Networks, Big Displays the Next WAVE of Cyberinfrastructure

Big Data, Big Networks, Big Displays the Next WAVE of Cyberinfrastructure Big Data, Big Networks, Big Displays the Next WAVE of Cyberinfrastructure Tom DeFanti, Greg Dawe, Falko Kuester, Joe Keefe, Larry Smarr, and Phil Papadopoulos Qualcomm Institute, California Institute for

More information

THE BaBar High Energy Physics (HEP) detector [1] is

THE BaBar High Energy Physics (HEP) detector [1] is IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 3, JUNE 2006 1299 BaBar Simulation Production A Millennium of Work in Under a Year D. A. Smith, F. Blanc, C. Bozzi, and A. Khan, Member, IEEE Abstract

More information

HCS-8131M Professional Audio & Video Recorder for Conference

HCS-8131M Professional Audio & Video Recorder for Conference HCS-8131M Professional Audio & Video Recorder for Conference The ability of remote upgrading through network With DSP processing chips, embedded operating system, stable and reliable due to immunity to

More information

MAGICUSeries-16CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP

MAGICUSeries-16CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP MAGICUSeries-16CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP EX-SDI Magic U 1080p 16 CH MagicUDVRdetectsAnalog/960H/HD-TVI/A-HD/EX-SDI/HD-SDIcameras automatically Records up to 4 IP cameras

More information

Launch of 1&1 Digital-TV. veed snapshot January 2018

Launch of 1&1 Digital-TV. veed snapshot January 2018 Launch of 1&1 Digital-TV veed snapshot January 2018 1&1 has launched its new state-of-the art entertainment proposition Digital-TV Strategic Rationale 1&1 continues to leverage the value of an entertainment

More information

Today s Speaker. SMPTE Standards Update: 3G SDI Standards. Copyright 2013 SMPTE. All rights reserved. 1

Today s Speaker. SMPTE Standards Update: 3G SDI Standards. Copyright 2013 SMPTE. All rights reserved. 1 SDI for Transport of 1080p50/60, 3D, UHDTV1 / 4k and Beyond Part 1 - Standards Today s Speaker John Hudson Semtech Corp 2 Copyright. All rights reserved. 1 Your Host Joel E. Welch Director of Professional

More information

Promotion Package Pricing

Promotion Package Pricing Promotion Package Pricing (For HDB flat, Condo, Small Office & Retail Shop less than 1200sqft) $1400 before GST for 4 camera package $1300 before GST for 3 camera package $1200 before GST for 2 camera

More information

SLD100/120/200/220. Solid State Drive based long time delay unit with optional second output and bug inserter ALL RIGHTS RESERVED

SLD100/120/200/220. Solid State Drive based long time delay unit with optional second output and bug inserter ALL RIGHTS RESERVED SLD100/120/200/220 Solid State Drive based long time delay unit with optional second output and bug inserter A Synapse product COPYRIGHT 2013 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED NO PART OF THIS

More information

MAGICQLSeries-4CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP

MAGICQLSeries-4CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP MAGICQLSeries-4CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP EX-SDI 1080p 4 CH MagicDVRdetectsAnalog/960H/EX-SDI/HD-SDIcamerasautomatically Records up to 1 IP cameras REAL-TIME Live / 1080p@ Pentaplex

More information

OddCI: On-Demand Distributed Computing Infrastructure

OddCI: On-Demand Distributed Computing Infrastructure OddCI: On-Demand Distributed Computing Infrastructure Rostand Costa Francisco Brasileiro Guido Lemos Filho Dênio Mariz Sousa MTAGS 2nd Workshop on Many-Task Computing on Grids and Supercomputers Co-located

More information

An Inverse Evaluation of Netflix Architecture Using ATAM

An Inverse Evaluation of Netflix Architecture Using ATAM An Inverse Evaluation of Netflix Architecture Using ATAM Stefan Toth @st_toth; st@embarc.de Conceptual Flow of the ATAM http://www.sei.cmu.edu/architecture/tools/evaluate/atam.cfm Inverse ATAM http://www.sei.cmu.edu/architecture/tools/evaluate/atam.cfm

More information

Hall A Simulation & Analysis

Hall A Simulation & Analysis Hall A Simulation & Analysis Ole Hansen Jefferson Lab IT for the 12 GeV Era Internal Review May 20, 2011 Ole Hansen (Jefferson Lab) Hall A Simulation & Analysis May 20, 2011 1 / 9 Hall A 12 GeV Experiments

More information

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE 2012 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA) MINI-SYMPOSIUM AUGUST 14-16, MICHIGAN OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION

More information

NDL s Digital Collection and Service for Information Access

NDL s Digital Collection and Service for Information Access NDL s Digital Collection and Service for Information Access Naoko HARAI Library Counsellor Acquisitions and Bibliography Department National Diet Library (Japan) OCLC Asia Pacific Regional Council 5 th

More information

Digital Video Recorder

Digital Video Recorder Digital Video Recorder Quick Operation Guide UD.6L0202B0067A02 Thank you for purchasing our product. If there is any question or request, please do not hesitate to contact dealer. This manual is applicable

More information

Scanning and Preserving Film Heritage

Scanning and Preserving Film Heritage Scanning and Preserving Film Heritage From ideas to daily routine DIASTOR Conference Zürich, 5 June 2014 Mikko Kuutti, Deputy Director 1 SCANNING AND PRESERVING FILM HERITAGE Contents National Audiovisual

More information

God Will Use This for Good: Surviving the Mess of Life

God Will Use This for Good: Surviving the Mess of Life God Will Use This for Good: Surviving the Mess of Life Max Lucado Click here if your download doesn"t start automatically God Will Use This for Good: Surviving the Mess of Life Max Lucado God Will Use

More information

LOCAL MONITORING RECORDING HARDDISK MANAGEMENT ALARM & EXCEPTION BACKUP

LOCAL MONITORING RECORDING HARDDISK MANAGEMENT ALARM & EXCEPTION BACKUP FEATURES User-friendly GUI for easy operation Up to 1024 768 resolution Simultaneous VGA and 4CIF/2CIF/CIF resolution Normal and event recording parameters configurable per individual camera Partial digital

More information

ITU-T Y Specific requirements and capabilities of the Internet of things for big data

ITU-T Y Specific requirements and capabilities of the Internet of things for big data I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4114 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

Content regionalization and Targeted Ad Insertion in DTT SFN networks. Berry Eskes Regional Director EMEA North, Russia & CIS

Content regionalization and Targeted Ad Insertion in DTT SFN networks. Berry Eskes Regional Director EMEA North, Russia & CIS Content regionalization and Targeted Ad Insertion in DTT SFN networks Berry Eskes Regional Director EMEA North, Russia & CIS beskes@datacast.com Demand for regionalization is growing rapidly! Regionalization

More information

INTELLIGENT CONTENT DELIVERY: THE KEY TO UNLOCKING THE FUTURE OF VIDEO SERVICES

INTELLIGENT CONTENT DELIVERY: THE KEY TO UNLOCKING THE FUTURE OF VIDEO SERVICES 10/30/2013 TELCOVISION LAS VEGAS 2013 INTELLIGENT CONTENT DELIVERY: THE KEY TO UNLOCKING THE FUTURE OF VIDEO SERVICES Dan Patton October 23, 2013 1 AGENDA 1. Video Market Update 2. Video Services Delivery

More information

The whole picture. Seamlessly connecting your media world

The whole picture. Seamlessly connecting your media world The whole picture Seamlessly connecting your media world BT Media & Broadcast 3 Who we are As one of the world s leading providers of media services, see what we can do for you. From content acquisition

More information

Who is better for 4k tv dish or direct

Who is better for 4k tv dish or direct Who is better for 4k tv dish or direct Search 11-1-2016 Currently i am a direct tv subscriber for 10yrs. Two month ago I purchased a Samsung LCD tv and I knew i had to upgrade my receiver to an HD. I called

More information

Aspect Ratio The ratio of width to height of the frame, usually represented as two numbers separated by a colon, such as 4:3 or 16:9 (wide screen)

Aspect Ratio The ratio of width to height of the frame, usually represented as two numbers separated by a colon, such as 4:3 or 16:9 (wide screen) Laurel Beckman, UCSB Department of Art Digital Video Work Flow and Standards It s best if to know how your video will ultimately be presented, how it s being delivered to an audience, before you start,

More information

A Whitepaper on Hybrid Set-Top-Box Author: Saina N Network Systems & Technologies (P) Ltd

A Whitepaper on Hybrid Set-Top-Box Author: Saina N Network Systems & Technologies (P) Ltd A Whitepaper on Hybrid Set-Top-Box Author: Saina N Network Systems & Technologies (P) Ltd Set-top-Box A Set-top-Box (STB) is a very common name heard in the consumer electronics market. It is a device

More information

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Intelligent Monitoring Software IMZ-RS300 Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Flexible IP Video Monitoring With the Added Functionality of Intelligent Motion Detection With

More information

HIGH DEFINITION SECURITY CAMERA SYSTEM. For latest Smartphones and Tablets compatibility list and free App download check

HIGH DEFINITION SECURITY CAMERA SYSTEM. For latest Smartphones and Tablets compatibility list and free App download check PEACE OF MIND HIGH DEFINITION FULL-HD SERIES 8 HD CHANNELS 8 HD 2 TB HDD CAMERAS 1080p RESOLUTION 155/100 FT NIGHT VISION INDOOR/OUTDOOR STRATUS CONNECTIVITY App Downloads Remote Connectivity For latest

More information

Proxy servers for netflix

Proxy servers for netflix Proxy servers for netflix 16-1-2016 WIRED s biggest stories to crack down on the millions of people estimated who access Netflix via what's known as a proxy server or virtual. Wij willen hier een beschrijving

More information

VISUAL RADIO PRODUCTION FOR SPORT EVENTS

VISUAL RADIO PRODUCTION FOR SPORT EVENTS VISUAL RADIO PRODUCTION FOR SPORT EVENTS Mathias Coinchon, Michael Barroco European Broadcasting Union, Media Technology&Innovation - Switzerland ABSTRACT Most modern radio receiving devices but also cars,

More information

Serie TV Manager for Enigma2 Systems

Serie TV Manager for Enigma2 Systems Serie TV Manager for Enigma2 Systems by dalraist Serie TV Manager is an Enigma2 plugin which helps to keep track of television series recordings. You can easily select from the list a set of television

More information

MDPI Film Processing Harder, Better, Faster, Stronger. Brian Wheeler, Library Technologies Digital Library Brown Bag Series #dlbb April 18, 2018

MDPI Film Processing Harder, Better, Faster, Stronger. Brian Wheeler, Library Technologies Digital Library Brown Bag Series #dlbb April 18, 2018 MDPI Film Processing Harder, Better, Faster, Stronger Brian Wheeler, Library Technologies Digital Library Brown Bag Series #dlbb April 18, 2018 Definitions (in no particular order) 1 Petabyte = 1,000 Terabytes

More information

16CH 1080p HD-SDI Security MAGIC Lite Series DVR System - Auto detects Analog/960H/HD-SDI

16CH 1080p HD-SDI Security MAGIC Lite Series DVR System - Auto detects Analog/960H/HD-SDI HD-SDI Magic Lite 1080p 16 CH Magic DVR detects Analog / 960H / HD-SDI camera automatically. H.264 High Compression CODEC Programmable Spot Out iphone Android remote view App Available. Crystal clear 1080p

More information

SISTORE CX highest quality IP video with recording and analysis

SISTORE CX highest quality IP video with recording and analysis CCTV SISTORE CX highest quality IP video with recording and analysis Building Technologies SISTORE CX intelligent digital video codec SISTORE CX is an intelligent digital video Codec capable of performing

More information

Video-on-Demand. Nick Caggiano Walter Phillips

Video-on-Demand. Nick Caggiano Walter Phillips Video-on-Demand Nick Caggiano Walter Phillips Video-on-Demand What is Video-on-Demand? Storage, transmission, and display of archived video files in a networked environment Most popularly used to watch

More information

PiXORD Network Video Server Recorder P-4504/8504

PiXORD Network Video Server Recorder P-4504/8504 PiXORD Network Video Server Recorder P-4504/8504 User s Manual Version: 1.8 Date: 08/11/2008 CONTENTS CHAPTER 1 INTRODUCTION... - 4-1. WHAT IS PIXORD NETWORK VIDEO SERVER RECORDER?...- 4-2. FEATURES...-

More information

DS-7200HVI/HFI-SH Series DVR Quick Operation Guide

DS-7200HVI/HFI-SH Series DVR Quick Operation Guide DS-7200HVI/HFI-SH Series DVR Quick Operation Guide UD.6L0202B0019A01 Thank you for purchasing our product. If there is any question or request, please do not hesitate to contact dealer. This manual is

More information

DVTS Workshop Internet2 Fall Conference, 2005

DVTS Workshop Internet2 Fall Conference, 2005 DVTS Workshop Internet2 Fall Conference, 2005 DVTS Consortium Kazunori Sugiura, Ph.D. WIDE Project / Keio University ( uhyo@sfc.wide.ad.jp ) September, 2005 DVTS: Motivations Using the Internet Realization

More information

Frequently Asked Questions (FAQs)

Frequently Asked Questions (FAQs) Frequently Asked Questions (FAQs) 1. What is CCTV? Why is there a need for CCTV? ABOUT CCTV CAMERA CCTV is the abbreviation for Closed Circuit Television. It is a visual surveillance technology system

More information

2018 Survey Summary for Storage in Professional Media and Entertainment

2018 Survey Summary for Storage in Professional Media and Entertainment Introduction 2018 Survey Summary for Storage in Professional Media and Entertainment Thomas Coughlin Coughlin Associates www.tomcoughlin.com Digital storage plays a significant role in the professional

More information

Detail at scale in performance analysis

Detail at scale in performance analysis Detail at scale in performance analysis Jesus Labarta Director Computer Sciences Dept. BSC Outline On the title Performance analysis Scale Detail Some examples Visualizing variability Relevant information

More information

EPIPHAN VIDEO. Pearl Plays

EPIPHAN VIDEO. Pearl Plays EPIPHAN VIDE Pearl Plays Contents Pearl is a dynamic all-in-one live video system that lets you sit back and rela with auto-setup or lets you customize every aspect of your production. As a result, there

More information

HD Video Capture Pro

HD Video Capture Pro HD Video Capture Pro Quick Start Guide Thanks for purchasing ezcap291 HD Video Capture Pro. The following guides you how to set up. Hope this device will bring you nice digital experience. With this ezcap291

More information

microenable IV AD4-LVDS Product Profile of microenable IV AD4-LVDS Datasheet microenable IV AD4-LVDS

microenable IV AD4-LVDS Product Profile of microenable IV AD4-LVDS Datasheet microenable IV AD4-LVDS i Product Profile of Scalable, intelligent frame grabber for highest requirements on image acquisition and preprocessing High LVDS compliance combined with modern technology PCIe technology Modern software

More information

hawkeyeinnovations.com pulselive.com

hawkeyeinnovations.com pulselive.com SMART Stadium hawkeyeinnovations.com pulselive.com SMART Stadium Up until now, accessing live broadcast feeds within the stadium for the multiple stakeholders who need access to this content has been complicated.

More information

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS by Donald Raskin and Curtiss Smith ABSTRACT There is a clear trend toward regional aggregation of local cable television operations. Simultaneously,

More information

WHITE PAPER THE FUTURE OF SPORTS BROADCASTING. Corporate. North & Latin America. Asia & Pacific. Other regional offices.

WHITE PAPER THE FUTURE OF SPORTS BROADCASTING. Corporate. North & Latin America. Asia & Pacific. Other regional offices. THE FUTURE OF SPORTS BROADCASTING Corporate North & Latin America Asia & Pacific Other regional offices Headquarters Headquarters Headquarters Available at +32 4 361 7000 +1 947 575 7811 +852 2914 2501

More information

TruVision NVR 22 A&E Specifications

TruVision NVR 22 A&E Specifications TruVision NVR 22 A&E Specifications A. Network Video Recorder 1. The Network Video Recorder with Ethernet connectivity shall be as manufactured by Interlogix or an approved equal. The TVN 22 shall require

More information

SDI CAPTURE CARDS 3G SDI, HD-SDI, SD-SDI, HDMI, MFI, ASI. Osprey 845e 4 Channels

SDI CAPTURE CARDS 3G SDI, HD-SDI, SD-SDI, HDMI, MFI, ASI. Osprey 845e 4 Channels SDI CAPTURE CARDS 3G SDI, HD-SDI, SD-SDI, HDMI, MFI, ASI Osprey 845e 4 Channels 3G SDI (424M) (limited to 2 channels) Osprey 840e 4 Channels Osprey 825e 2 Channels 3G SDI (424M) Osprey 816e 1 Channel 3G

More information

Find. Share Your Past with the Future!

Find. Share Your Past with the Future! Share Your Past with the Future! Find Locate Your Memories: Locating your traditional photos, slides, negatives, and albums is the first step on your journey into the digital revolution. It s time to clear

More information

Fumitaka Okumura CDI Partner. The promised 8K/16K industry in Japan. A 8K/16K bottleneck is transmission technology.

Fumitaka Okumura CDI Partner. The promised 8K/16K industry in Japan. A 8K/16K bottleneck is transmission technology. CDI Technology Management Report Update vol.5 2016.Feb Ver.2 Fumitaka Okumura CDI Partner The promised 8K/16K industry in Japan A 8K/16K bottleneck is transmission technology. The established theory "the

More information

MPEG4 Mobile DVR User Manual

MPEG4 Mobile DVR User Manual MPEG4 Mobile DVR User Manual 1 MPEG4 Embedded User Manual A. Installation Environment Installation Guideline In order to ensure the safety with the DVR product and maximize product performance, keep DVR

More information

icon H600: Network centric visualization

icon H600: Network centric visualization icon H600: Network centric visualization NEW YORK LONDON TOKYO High-definition, multi-site information sharing revolutionizes the way you work as a team Easy operation using wireless mouse and keyboard

More information

DS-7204/7208/7216HVI-ST Series DVR Technical Manual

DS-7204/7208/7216HVI-ST Series DVR Technical Manual DS-7204/7208/7216HVI-ST Series DVR Technical Manual Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION

More information

Magic U 4K Series 4CH Octa-brid DVR System, All-channel 4K Recording, 2 HDD slots, esata, 4CH Audio

Magic U 4K Series 4CH Octa-brid DVR System, All-channel 4K Recording, 2 HDD slots, esata, 4CH Audio Full GUI with alpha blending Individual setting of resolution frame rates and picture quality Instant Replay Digital Zoom Mouse Control Weekly scheduler with holiday by 10 minutes setting Covert Disable

More information

microenable IV AD1-PoCL Product Profile of microenable IV AD1-PoCL Datasheet microenable IV AD1-PoCL

microenable IV AD1-PoCL Product Profile of microenable IV AD1-PoCL Datasheet microenable IV AD1-PoCL i Product Profile of Scalable, intelligent frame grabber for image acquisition and OEM projects Base to Medium incl DualBase format frame grabber PoCL SafePower Broad camera support No camera file needed

More information

INTERNATIONAL BROADCAST CENTRE (IBC)

INTERNATIONAL BROADCAST CENTRE (IBC) INTERNATIONAL BROADCAST CENTRE (IBC) The International Broadcast Centre (IBC) for the 2010 FIFA World Cup South Africa is located in the Johannesburg Exhibition (Expo) Centre (JEC), an existing exhibition

More information

Magic U Series 16CH Octa-brid DVR System, 4K Output, 8 HDD slots, esata, 16CH Audio, 4MP EX-SDI/HD-TVI Support

Magic U Series 16CH Octa-brid DVR System, 4K Output, 8 HDD slots, esata, 16CH Audio, 4MP EX-SDI/HD-TVI Support Full GUI with alpha blending Individual setting of resolution frame rates and picture quality Instant Replay Digital Zoom Mouse Control Weekly scheduler with holiday by 10 minutes setting Covert Disable

More information

EPIPHAN VIDEO. Pearl Plays

EPIPHAN VIDEO. Pearl Plays EPIPHAN VIDE Pearl Plays Contents Pearl-2 is a dynamic all-in-one live video system that lets you sit back and rela with auto-setup or lets you customize every aspect of your production. As a result, there

More information

The Norwegian Digital Radio Archive - 8 years later, what happened? Svein Arne Brygfjeld, National Library of Norway

The Norwegian Digital Radio Archive - 8 years later, what happened? Svein Arne Brygfjeld, National Library of Norway The Norwegian Digital Radio Archive - 8 years later, what happened? Svein Arne Brygfjeld, National Library of Norway Large-scale audio digitization Background - The partner institutions The Norwegian Broadcasting

More information