Tvheadend - Bug #3134 configuration save/load - improve throughput - save space (was: big starting time)

Size: px
Start display at page:

Download "Tvheadend - Bug #3134 configuration save/load - improve throughput - save space (was: big starting time)"

Transcription

1 Tvheadend - Bug #3134 configuration save/load - improve throughput - save space (was: big starting time) :45 - C vh Status: New Start date: Priority: Normal Due date: Assignee: % Done: 0% Category: General Estimated time: 0.00 hour Target version: 4.4 Found in version: 4.0.x Affected Versions: Description Setup: RPi2 with OpenElec + Tvh latest stable/master (no difference) + "quick" SD card + Sat>IP (network is ready before tvh starts) At start time tvh takes a "break" for 30sec to 2min. I got no idea where this comes from. I thought that it tries to load the whole epg.db (~100mb) but even with 0 size db it didn't makes an difference. Trace, debug... shows nothing (maybe wrong values?). I disable all what I can think of (initial epg scan...) at gui but no change. 12:19: [ INFO] main: Log started 12:19: [ INFO] config: loaded 12:19: [ INFO] scanfile: DVB-T - loaded 43 regions with 729 networks 12:19: [ INFO] scanfile: DVB-S - loaded 1 regions with 92 networks 12:19: [ INFO] scanfile: DVB-C - loaded 17 regions with 52 networks 12:19: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks 12:21: [ INFO] dvr: Creating new configuration '' 12:21: [ INFO] cwc: Attemping to connect to : :21: [ INFO] descrambler: adding CAID 0963 as quick ECM (Sky UK) 12:21: [ INFO] descrambler: adding CAID 098C as quick ECM (Sky DE) 12:21: [ INFO] descrambler: adding CAID 09C4 as quick ECM (Sky DE) 12:21: [ INFO] descrambler: adding CAID 09CD as quick ECM (Sky IT) 12:21: [ INFO] epggrab: module eit created 12:21: [ INFO] epggrab: module uk_freesat created 12:21: [ INFO] epggrab: module uk_freeview created 12:21: [ INFO] epggrab: module viasat_baltic created 12:21: [ INFO] epggrab: module Bulsatcom_39E created 12:21: [ INFO] cwc: Connected to :24241 what is he doing between scanfile: ATSC - loaded 2 regions with 14 networksanddvr: Creating new configuration '' History # :52 - C vh At an 1 month old (oldest I have) log I saw a value of 20sec "break" - that was even slow in comparison to the expected (other RPi Tvh users) values of about 1-2sec. # :08 - Jaroslav Kysela Hmm. It's on my laptop: /5

2 :05: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks :05: [ INFO] mpegts: Loading input/dvb/networks :05: [ INFO] mpegts:... done :05: [ INFO] linuxdvb: adapter added /dev/dvb/adapter1 The <cfg>/input/dvb/networks files (all) are parsed and networks, muxes and services are created in that time. iff --git a/src/input/mpegts/mpegts_network_dvb.c b/src/input/mpegts/mpegts_network_dvb.c index 47007c3..f65ba8b a/src/input/mpegts/mpegts_network_dvb.c ,6 void dvb_network_init ( void ) dvb_network_builder); /* Load settings */ + tvhinfo("mpegts", "Loading input/dvb/networks"); if (!(c = hts_settings_load_r(1, "input/dvb/networks"))) -673,6 void dvb_network_init ( void ) htsmsg_destroy(c); + tvhinfo("mpegts", "... done"); void dvb_network_done ( void ) # :57 - C vh 13:54: [ INFO] main: Log started 13:54: [ INFO] config: loaded 13:54: [ INFO] scanfile: DVB-T - loaded 43 regions with 729 networks 13:54: [ INFO] scanfile: DVB-S - loaded 1 regions with 92 networks 13:54: [ INFO] scanfile: DVB-C - loaded 17 regions with 52 networks 13:54: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks 13:54: [ INFO] mpegts: Loading input/dvb/networks 13:56: [ INFO] mpegts:... done # :18 - Jaroslav Kysela Cached? (You need to clear page cache to simulate the boot process: "echo 1 > /proc/sys/vm/drop_caches") # :18 - Jaroslav Kysela - Subject changed from huge timeouts at starting time to big starting time # :19 - C vh /5

3 a reboot should do it? # :27 - Jaroslav Kysela Yeah. I overlooked difference between 54/56 (minutes). I though that the timediff is only 7 seconds. You may compare, if the start time is lower when the files are cached (start tvh multiple times after boot). Just for a curiosity to check the i/o delays at boot. # :08 - C vh I had tested this at the mean time, looks like it works "quick - 20sec" if it is cached (new profile is a tvh profile from an x64 htpc) my old very slow (1-2min) profile has ~14000 files at tvh/input/dvb/networks/id the other one from my x64 (20-30sec) has only ~6000 but both profiles have same network, same channels and same config O_o Maybe it is purely overwhelmed by the number of files that the i/o is breaking down (some cache is full?)? I don't know if Tvh has to open every file at input/dvb/... or if it is just on demand? The pure read speed should not be a problem, but to look into files is a problem ;) If it has to open every file (design fault?) it would explain it. Is there no sort of cache which prevents to load the settings at every start up? For example throw the settings at runtime into a settings.xmlz (or at shut-down) and let the ~1mb xmlz been read instead of the ~k files at startup? cached new profile 20:06: [ INFO] main: Log started 20:06: [ INFO] config: loaded 20:06: [ INFO] scanfile: DVB-T - loaded 43 regions with 729 networks 20:06: [ INFO] scanfile: DVB-S - loaded 1 regions with 92 networks 20:06: [ INFO] scanfile: DVB-C - loaded 17 regions with 52 networks 20:06: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks 20:06: [ INFO] dvr: Creating new configuration '' 20:09: [ INFO] main: Log started 20:09: [ INFO] config: loaded 20:09: [ INFO] scanfile: DVB-T - loaded 43 regions with 729 networks 20:09: [ INFO] scanfile: DVB-S - loaded 1 regions with 92 networks 20:09: [ INFO] scanfile: DVB-C - loaded 17 regions with 52 networks 20:09: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks 20:09: [ INFO] dvr: Creating new configuration '' 20:15: [ INFO] main: Log started 20:15: [ INFO] config: loaded 20:15: [ INFO] scanfile: DVB-T - loaded 43 regions with 729 networks 20:15: [ INFO] scanfile: DVB-S - loaded 1 regions with 92 networks 20:15: [ INFO] scanfile: DVB-C - loaded 17 regions with 52 networks 20:15: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks 20:16: [ INFO] dvr: Creating new configuration '' old profile 20:19: [ INFO] main: Log started 20:19: [ INFO] config: loaded /5

4 20:19: [ INFO] scanfile: DVB-T - loaded 43 regions with 729 networks 20:19: [ INFO] scanfile: DVB-S - loaded 1 regions with 92 networks 20:19: [ INFO] scanfile: DVB-C - loaded 17 regions with 52 networks 20:19: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks 20:19: [ INFO] dvr: Creating new configuration '' 20:33: [ INFO] main: Log started 20:33: [ INFO] config: loaded 20:33: [ INFO] scanfile: DVB-T - loaded 43 regions with 729 networks 20:33: [ INFO] scanfile: DVB-S - loaded 1 regions with 92 networks 20:33: [ INFO] scanfile: DVB-C - loaded 17 regions with 52 networks 20:33: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks 20:34: [ INFO] dvr: Creating new configuration '' 21:04: [ INFO] main: Log started 21:04: [ INFO] config: loaded 21:04: [ INFO] scanfile: DVB-T - loaded 43 regions with 729 networks 21:04: [ INFO] scanfile: DVB-S - loaded 1 regions with 92 networks 21:04: [ INFO] scanfile: DVB-C - loaded 17 regions with 52 networks 21:04: [ INFO] scanfile: ATSC - loaded 2 regions with 14 networks 21:05: [ INFO] dvr: Creating new configuration '' # :45 - Jaroslav Kysela - Subject changed from big starting time to configuration save/load - improve throughput - save space (was: big starting time) - Target version set to 4.4 You should probably clean the dead services / muxes in the config with more files. They're not remove automatically. Anyway, the configuration storage is not optimal. I'm playing with some ideas like to create "snapshots" to a compressed file (like EPG) in a binary format (instead text one). But it's something for 4.4. # :42 - C vh Maybe some kind of xml file? I get a ~4mb file which could be gziped (fastest) to 300kb. Compression + file size shouldn't be a problem for every platform. In the mean time tx for your quick help (as always) /plugin_assets/redmine_wiki_extensions/images/smile.png # :40 - C K C vh wrote: Maybe some kind of xml file? I get a ~4mb file which could be gziped (fastest) to 300kb. Compression + file size shouldn't be a problem for every platform. In the mean time tx for your quick help (as always) /plugin_assets/redmine_wiki_extensions/images/smile.png What about using a database like mysql or postgresql for all the storage? this could allow - in a case of a re-installation - to keep your channel /5

5 nummbers :-) # :14 - C vh sqlite/libsqlite would do it also (no need for heavy mysql server), would fix the i/o problem also including simple import/backup possibility also sounds like easy implementation downside, it would break the config again :/ -> easy downgrade isn't possible # :04 - Jaroslav Kysela There are two changes in latest master to reduce disk I/O in the start phase: 1) EPG data can be gziped now (it's on by default - global config) 2) mux config / service config data are merged together and gziped, too (forced - updated with the new data save) It should reduce significantly the loading times when the disk I/O is an issue. Note: You should rescan all networks/muxes to trigger the new save functions. Otherwise, the old configs are not touched. # :21 - Volker Schmidt Just for the record: Savings at my installation was approx. 10 MBytes. Feeds: Astra 19.2 E plus a local DVB-C cable provider /5

Wetek OpenELEC TVHeadend Freesat Bouquet and XMLTV data

Wetek OpenELEC TVHeadend Freesat Bouquet and XMLTV data Wetek OpenELEC TVHeadend Freesat Bouquet and XMLTV data Install TVHeadend Go to System, Settings, Add-ons Select Install from Repository, OpenELEC Mediacenter OS Add-ons, Add-on Repository, OpenELEC Add-ons

More information

Tvheadend - Bug #2222 Kodi: Sound but no picture

Tvheadend - Bug #2222 Kodi: Sound but no picture Tvheadend - Bug #2222 Kodi: Sound but no picture 2014-08-13 17:04 - Randy M Status: Fixed Start date: 2014-08-13 Priority: Normal Due date: Assignee: % Done: 0% Category: General Estimated time: 0.00 hour

More information

Tvheadend - Bug #2580 services get disabled when "missing in PAT"

Tvheadend - Bug #2580 services get disabled when missing in PAT Tvheadend - Bug #2580 services get disabled when "missing in PAT" 2014-12-31 10:03 - Rob vh Status: Fixed Start date: 2014-12-31 Priority: Normal Due date: Assignee: % Done: 0% Category: DVB Estimated

More information

Tvheadend - Bug #2171 MP2 radio stations hickups

Tvheadend - Bug #2171 MP2 radio stations hickups Tvheadend - Bug #2171 MP2 radio stations hickups 2014-07-07 17:14 - J H Status: Fixed Start date: 2014-07-07 Priority: Normal Due date: Assignee: % Done: 100% Category: Estimated time: 0.00 hour Target

More information

Tvheadend - Bug #2470 CPU usage slowly increasing to 100% while watching

Tvheadend - Bug #2470 CPU usage slowly increasing to 100% while watching Tvheadend - Bug #2470 CPU usage slowly increasing to 100% while watching 2014-11-11 16:15 - Milan vn Status: Fixed Start date: 2014-11-11 Priority: Normal Due date: Assignee: % Done: 100% Category: General

More information

Tvheadend - Bug #1295 Record fail: "Waiting for Stream". Debug output says "GracePeriod Expired"

Tvheadend - Bug #1295 Record fail: Waiting for Stream. Debug output says GracePeriod Expired Tvheadend - Bug #1295 Record fail: "Waiting for Stream". Debug output says "GracePeriod Expired" 2012-10-03 18:15 - Guillaume B Status: Rejected Start date: 2012-10-03 Priority: Normal Due date: Assignee:

More information

Tvheadend - Bug #3071 Incompatible sat2ip device?

Tvheadend - Bug #3071 Incompatible sat2ip device? Tvheadend - Bug #3071 Incompatible sat2ip device? 2015-09-08 19:10 - danny skjodt Status: New Start date: 2015-09-08 Priority: Normal Due date: Assignee: % Done: 0% Category: SAT>IP Estimated time: 0.00

More information

IxStream Headend. Quick Guide - Begin working with the IxStream headend. IX-Streamer, rev 1.1

IxStream Headend. Quick Guide - Begin working with the IxStream headend. IX-Streamer, rev 1.1 IxStream Headend Quick Guide - Begin working with the IxStream headend IX-Streamer, rev 1.1 Introduction... 3 Example setup... 3 Access the headend... 4 Important Concepts... 5 Push Config... 5 EMM...

More information

Tvheadend - Feature #2056 Tvheadend: Add support for CI+ Cams

Tvheadend - Feature #2056 Tvheadend: Add support for CI+ Cams Tvheadend - Feature #2056 Tvheadend: Add support for CI+ Cams 2014-04-13 19:52 - Raymond Paulsen Status: New Start date: 2017-01-03 Priority: Normal Due date: Assignee: % Done: 100% Category: Descrambling

More information

Operation and Installation Guide

Operation and Installation Guide Operation and Installation Guide HDS2800 Series Encoder Modulator High Definition (HD) Digital COFDM MPEG2 and H.264 Modulator with IP Multicast. 19 Rack Mount Revision 4.0 Firmware version Released File

More information

Part 1 Basic Operation

Part 1 Basic Operation This product is a designed for video surveillance video encode and record, it include H.264 video Compression, large HDD storage, network, embedded Linux operate system and other advanced electronic technology,

More information

WaveMaker III Gartech Enterprises Inc. 12/17/2012

WaveMaker III Gartech Enterprises Inc. 12/17/2012 WaveMaker III Gartech Enterprises Inc. 12/17/2012 1 Preface: WaveMaker III standalone unit is produced for those desiring a flexible wave form generator. This unit is capable of providing selectable waveform

More information

Configuring and Troubleshooting Set-Top Boxes

Configuring and Troubleshooting Set-Top Boxes Diagnose RF Tuner Issues, page 1 Protect End-User Privacy, page 4 Apply Services to Device, page 5 View Video Recordings, page 6 View VOD Programs, page 6 View PDL Programs, page 7 View Hard Disk Information,

More information

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11 Processor time 9 Used memory 9 Lost video frames 11 Storage buffer 11 Received rate 11 2 3 After you ve completed the installation and configuration, run AXIS Installation Verifier from the main menu icon

More information

HD4112 Quad HDMI MPEG2 HD DVBT Encoder Modulator U S E R M A N U A L

HD4112 Quad HDMI MPEG2 HD DVBT Encoder Modulator U S E R M A N U A L HD4112 Quad HDMI MPEG2 HD DVBT Encoder Modulator U S E R M A N U A L HD4112 Manual Rev 1 Contents 1. GENERAL 1.1 Description 1.2 Specifications 2. INSTALLATION 2.1 What s in the Box 2.2 Connection 2.2.1

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

The Kaffeine Handbook. Jürgen Kofler Christophe Thommeret Mauro Carvalho Chehab

The Kaffeine Handbook. Jürgen Kofler Christophe Thommeret Mauro Carvalho Chehab Jürgen Kofler Christophe Thommeret Mauro Carvalho Chehab 2 Contents 1 Kaffeine Player 5 1.1 The Start Window...................................... 5 1.2 Play a File..........................................

More information

Solutions to Embedded System Design Challenges Part II

Solutions to Embedded System Design Challenges Part II Solutions to Embedded System Design Challenges Part II Time-Saving Tips to Improve Productivity In Embedded System Design, Validation and Debug Hi, my name is Mike Juliana. Welcome to today s elearning.

More information

# Project Tracker Status Priority Subject Updated Target version /12

# Project Tracker Status Priority Subject Updated Target version /12 Issues # Project Tracker Status Priority Subject Updated Target 5141 Tvheadend Bug New Normal Connection lost 2018-06-27 15:41 5140 Tvheadend Bug New Normal TVHeadend not recording 2018-06-25 15:24 5139

More information

Raspberry Pi debugging with JTAG

Raspberry Pi debugging with JTAG Arseny Kurnikov Aalto University December 13, 2013 Outline JTAG JTAG on RPi Linux kernel debugging JTAG Joint Test Action Group is a standard for a generic transport interface for integrated circuits.

More information

PQ-Box 100 Quick Start Instructions

PQ-Box 100 Quick Start Instructions PQ-Box 100 Quick Start Instructions These instructions are provided for the purpose on providing a quick start to PQ-Box 100 installation and operation. Please refer to the user handbook for full details.

More information

Network Disk Recorder WJ-ND200

Network Disk Recorder WJ-ND200 Network Disk Recorder WJ-ND200 Network Disk Recorder Operating Instructions Model No. WJ-ND200 ERROR MIRROR TIMER HDD1 REC LINK /ACT OPERATE HDD2 ALARM SUSPEND ALARM BUZZER STOP Before attempting to connect

More information

Modular Matrix Solution. Complete A/V Signal Control in One Expandable System.

Modular Matrix Solution. Complete A/V Signal Control in One Expandable System. Modular Matrix Solution Complete A/V Signal Control in One Expandable System www.aten.com Overview When video is displayed across multiple screens to maximize marketing, live broadcasting or real-time

More information

C ch optical MADI & AoIP I/O. MASTER mode: A C8000 frame may be clocked via MADI input or AES67 network. AoIP Dante Brooklin II OEM module

C ch optical MADI & AoIP I/O. MASTER mode: A C8000 frame may be clocked via MADI input or AES67 network. AoIP Dante Brooklin II OEM module features Interface for AoIP (AES67 or DANTE) Two AoIP network ports for redundant or switch operation MADI I/O connection Optical SFP module / LC connectors (multi mode or single mode fiber) BNC parallel

More information

TVW750USBD ATSC Tuner Quick install manual

TVW750USBD ATSC Tuner Quick install manual Getting Started TVW750USBD ATSC Tuner Quick install manual The Diamond TVW750USBD ATSC Tuner is fully compatible for your Windows desktop PC or laptop. Important Notice: All channels are subject to coverage

More information

TABLE OF CONTENTS 1. OVERVIEW INSTALLATION VIDEO CONNECTIONS GENERAL PURPOSE INPUTS & OUTPUTS SPECIFICATIONS...

TABLE OF CONTENTS 1. OVERVIEW INSTALLATION VIDEO CONNECTIONS GENERAL PURPOSE INPUTS & OUTPUTS SPECIFICATIONS... TABLE OF CONTENTS 1. OVERVIEW...1 2. INSTALLATION...3 2.1. VIDEO CONNECTIONS... 3 2.2. GENERAL PURPOSE INPUTS & OUTPUTS... 4 3. SPECIFICATIONS...6 3.1. SERIAL DIGITAL VIDEO INPUTS... 6 3.2. SERIAL DIGITAL

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

Experiment # 4 Counters and Logic Analyzer

Experiment # 4 Counters and Logic Analyzer EE20L - Introduction to Digital Circuits Experiment # 4. Synopsis: Experiment # 4 Counters and Logic Analyzer In this lab we will build an up-counter and a down-counter using 74LS76A - Flip Flops. The

More information

EM7580 TV Streamer powered by OpenELEC Kodi

EM7580 TV Streamer powered by OpenELEC Kodi EM7580 TV Streamer powered by OpenELEC Kodi 2 ENGLISH EM7580 - TV streamer powered by OpenELEC Kodi Table of contents 1.0 Introduction... 2 1.1 Introduction TV streamer... 2 1.2 OpenELEC and Kodi introduction...

More information

H.264. Mobile DVR 4CH

H.264. Mobile DVR 4CH General Introduction The SDVR series m digital video recorder is a compact, full-featured recording system that uses a SDXC card (64Go) as a storage device. The recorder unit and associated accessories

More information

ARM Recommendations. Recommended Value Open Office: Comments

ARM Recommendations. Recommended Value Open Office: Comments ARM Recommendations Transmit Power Channels Open Office: 5 GHz: Min 12/Max 15 2.4 GHz: Min 6/Max 9 802.11 A and G radio: Min 9 / Max 127 Walled office or Classroom: 5 GHz: Min 15/Max 18 2.4 GHz: Min 6

More information

Integration Note. Any feature not specifically noted as supported should be assumed to be unsupported.

Integration Note. Any feature not specifically noted as supported should be assumed to be unsupported. Integration Note Manufacturer: Model Number(s): Crestron Processor Version: Driver Developer: Sky (UK) Sky+, Sky+ HD, Sky Multi-room Tested on 3 Series Processors, support for other versions not guaranteed

More information

DC-105 Quick Installation Guide

DC-105 Quick Installation Guide DC-105 Quick Installation Guide PACKAGE CONTENTS 2 POWER ON 2 CONNECT TO A DVB-T RECEIVER 3 ADJUST THE FOCUS OF THE LENS 3 CONNECT TO A CVBS MONITOR 4 MIC-IN 4 USB UART DONGLE 5 MONITOR BOOT MESSAGES 7

More information

Luminato SNMP Monitoring Guide

Luminato SNMP Monitoring Guide 26-Jan-11 1(24) Luminato SNMP Monitoring Guide 26-Jan-11 2(24) TABLE OF CONTENT 1. General... 3 2. List of supported MIBs... 7 3. SNMP Setup... 9 3.1. Download MIBs... 9 3.2. Communities... 10 3.3. Trap

More information

User guide. IP output module - Art. No A

User guide. IP output module - Art. No A User guide IP output module - Art. No. 492072 891080A GB Contents Contents Disposal... 3 Box content... 3 IP output module... 3 Labels... 4 Installation of IP modules... 5 Installation of extender boards...

More information

VLSI Design: 3) Explain the various MOSFET Capacitances & their significance. 4) Draw a CMOS Inverter. Explain its transfer characteristics

VLSI Design: 3) Explain the various MOSFET Capacitances & their significance. 4) Draw a CMOS Inverter. Explain its transfer characteristics 1) Explain why & how a MOSFET works VLSI Design: 2) Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes (a) with increasing Vgs (b) with increasing transistor width (c) considering Channel

More information

Telecommunication Development Sector

Telecommunication Development Sector Telecommunication Development Sector Study Groups ITU-D Study Group 1 Rapporteur Group Meetings Geneva, 4 15 April 2016 Document SG1RGQ/218-E 22 March 2016 English only DELAYED CONTRIBUTION Question 8/1:

More information

RADview-PC/TDM. Network Management System for TDM Applications Megaplex RAD Data Communications Publication No.

RADview-PC/TDM. Network Management System for TDM Applications Megaplex RAD Data Communications Publication No. RADview-PC/TDM Network Management System for TDM Applications Megaplex-2200 1994 2001 RAD Data Communications Publication No. 351-241-12/01 Contents Megaplex-2200 Edit Configuration Operations 1. Connecting

More information

Connecting You to the World YADTEL TV. User Guide

Connecting You to the World YADTEL TV. User Guide Connecting You to the World YADTEL TV User Guide 1 Channel Guide Press GUIDE on the remote OR Press MENU and select the Guide option and press OK. Once you are in the Guide, pressing GUIDE again will change

More information

GTT LTE RRU ADD- ON USER GUIDE

GTT LTE RRU ADD- ON USER GUIDE GTT LTE RRU ADD- ON USER GUIDE Copyright 2015 Gefle Testteknik AB. All rights reserved. Under the copyright laws, this publication may not be reproduced or transmitted in any form, electronic or mechanical,

More information

HV-122-DCA DVB-T 2-Way Diversity Receiver Box Quick Installation Guide

HV-122-DCA DVB-T 2-Way Diversity Receiver Box Quick Installation Guide HV-122-DCA DVB-T 2-Way Diversity Receiver Box Quick Installation Guide PACKAGE CONTENTS 4 FRONT PANEL VIEW 4 BACK PANEL VIEW 4 BOARD VIEW 5 IR REMOTE CONTROLLER-TYPE A 6 FILL BATTERY TO IR CONTROLLERS:

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

TABLE OF CONTENTS 1. OVERVIEW INSTALLATION DA-3G CONNECTIONS SPECIFICATIONS SERIAL VIDEO INPUT...

TABLE OF CONTENTS 1. OVERVIEW INSTALLATION DA-3G CONNECTIONS SPECIFICATIONS SERIAL VIDEO INPUT... TABLE OF CONTENTS 1. OVERVIEW... 1 2. INSTALLATION... 3 2.1. 500DA-3G CONNECTIONS... 3 3. SPECIFICATIONS... 4 3.1. SERIAL VIDEO INPUT... 4 3.2. SERIAL VIDEO OUTPUT... 4 3.3. ELECTRICAL... 4 3.4. PHYSICAL...

More information

Agilent Technologies. N5106A PXB MIMO Receiver Tester. Error Messages. Agilent Technologies

Agilent Technologies. N5106A PXB MIMO Receiver Tester. Error Messages. Agilent Technologies Agilent Technologies N5106A PXB MIMO Receiver Tester Messages Agilent Technologies Notices Agilent Technologies, Inc. 2008 2009 No part of this manual may be reproduced in any form or by any means (including

More information

EXOSTIV TM. Frédéric Leens, CEO

EXOSTIV TM. Frédéric Leens, CEO EXOSTIV TM Frédéric Leens, CEO A simple case: a video processing platform Headers & controls per frame : 1.024 bits 2.048 pixels 1.024 lines Pixels per frame: 2 21 Pixel encoding : 36 bit Frame rate: 24

More information

User Instruction Manual IQSDA30/IQSDA32. Intelligent Reclocking High Performance HD-SDI/SD-SDI Distribution Amplifiers. snellgroup.

User Instruction Manual IQSDA30/IQSDA32. Intelligent Reclocking High Performance HD-SDI/SD-SDI Distribution Amplifiers. snellgroup. User Instruction Manual IQSDA30/IQSDA32 Intelligent Reclocking High Performance HD-SDI/SD-SDI Distribution Amplifiers snellgroup.com IQSDA30/IQSDA32 www.snellgroup.com Information and Notices Information

More information

IQORX30 / IQORX31. Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals

IQORX30 / IQORX31. Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals IQORX30 / IQORX3 Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals Operator s Manual May 009 Snell & Wilcox Ltd., Southleigh Park House, Eastleigh Road, Havant, Hants, PO9 PE, United Kingdom.

More information

PYROPTIX TM IMAGE PROCESSING SOFTWARE

PYROPTIX TM IMAGE PROCESSING SOFTWARE Innovative Technologies for Maximum Efficiency PYROPTIX TM IMAGE PROCESSING SOFTWARE V1.0 SOFTWARE GUIDE 2017 Enertechnix Inc. PyrOptix Image Processing Software v1.0 Section Index 1. Software Overview...

More information

SCode V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System

SCode V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

Introduction of Digital Data Broadcasting Service in Korea

Introduction of Digital Data Broadcasting Service in Korea Digital Broadcasting Research Division Broadcasting Media Research Group Introduction of Digital Data Broadcasting Service in Korea 2004. 12. 7. Gun Bang, Jin Soo Choi, YoungJu Lee, JiHoon Choi Broadcasting

More information

TBS6909 User Guide. In order to use this item correctly, please read this user manual carefully at the beginning.

TBS6909 User Guide. In order to use this item correctly, please read this user manual carefully at the beginning. TBS6909 User Guide Dear Customers, Thank you so much for using TBS products. TBS6909 is a PCI Express TV tuner card that supports multiple digital TV standards, including DVB-S2/S, which makes a switchover

More information

Zebra2 (PandA) Functionality and Development. Isa Uzun and Tom Cobb

Zebra2 (PandA) Functionality and Development. Isa Uzun and Tom Cobb Zebra2 (PandA) Functionality and Development Isa Uzun and Tom Cobb Control Systems Group 27 April 2016 Outline Part - I ZEBRA and Motivation Hardware Architecture Functional Capabilities Part - II Software

More information

User manual Transmodulators. Ref. 5103S/5103T/5103Q/5130

User manual Transmodulators. Ref. 5103S/5103T/5103Q/5130 User manual Transmodulators Ref. 5103S/5103T/5103Q/5130 Contents 1 Introduction 2 1.1 The ProQuad range................................ 2 1.2 Modular system solution.............................. 4 1.3

More information

VBox Home TV Gateway. XTi Product Family: User Manual. Product Version: 2.57 Release Date: April 2017 Document Revision: 2.02

VBox Home TV Gateway. XTi Product Family: User Manual. Product Version: 2.57 Release Date: April 2017 Document Revision: 2.02 VBox Home TV Gateway XTi Product Family: User Manual Product Version: 2.57 Release Date: April 2017 Document Revision: 2.02 Welcome! Dear VBox Home TV Gateway Owner, Thank you for purchasing a VBox Home

More information

Abstract WHAT IS NETWORK PVR? PVR technology, also known as Digital Video Recorder (DVR) technology, is a

Abstract WHAT IS NETWORK PVR? PVR technology, also known as Digital Video Recorder (DVR) technology, is a NETWORK PVR VIDEO SERVER ARCHITECTURE Jay Schiller, Senior VP Broadband Strategy and Product Management Michael Fallon, Senior Technical Writer ncube Corporation Abstract Set-top Personal Video Recording

More information

Remote Application Update for the RCM33xx

Remote Application Update for the RCM33xx Remote Application Update for the RCM33xx AN418 The common method of remotely updating an embedded application is to write directly to parallel flash. This is a potentially dangerous operation because

More information

HITS QT/QT+ Setup Instructions for QSD/QHD Services using: Drake SCT2x4 Headend Transcoder 2 Satellites/4 Multiplexes

HITS QT/QT+ Setup Instructions for QSD/QHD Services using: Drake SCT2x4 Headend Transcoder 2 Satellites/4 Multiplexes HITS QT/QT+ Setup Instructions for QSD/QHD Services using: Drake SCT2x4 Headend Transcoder 2 Satellites/4 Multiplexes Drake Transcoder Front /Rear View Setup and Programming Instructions: Input Setup Below

More information

Release Notes for GT41 IP Processing Module

Release Notes for GT41 IP Processing Module GT41: SW 3.2 2017-04-12, JÅ Release Notes for GT41 IP Processing Module Content 1 Release Notes for SW 3.2... 2 1.1 About this document... 2 1.2 About this release... 2 1.3 New Features... 2 1.4 Improvements

More information

Model 4455 ASI Serial Digital Protection Switch Data Pack

Model 4455 ASI Serial Digital Protection Switch Data Pack Model 4455 ASI Serial Digital Protection Switch Data Pack Revision 1.5 SW v2.2.11 This data pack provides detailed installation, configuration and operation information for the 4455 ASI Serial Digital

More information

QUICK START GUIDE QT ANALOG HD CAMERA & DVR BUNDLE ENGLISH

QUICK START GUIDE QT ANALOG HD CAMERA & DVR BUNDLE ENGLISH QUICK START GUIDE QT ANALOG HD CAMERA & DVR BUNDLE ENGLISH Table of Contents Welcome What s Included...3 Understanding your DVR...4 Get Connected Registration...5 Connect Your Cameras...5 Connect DVR to

More information

GNS600 SCTE104 VANC inserter, Ethernet data-bridge for 3G, HD and SD SDI Inputs and X31 Cue encoder/decoder

GNS600 SCTE104 VANC inserter, Ethernet data-bridge for 3G, HD and SD SDI Inputs and X31 Cue encoder/decoder VANC inserter, Ethernet data-bridge for 3G, HD and SD SDI Inputs and X31 Cue encoder/decoder A Synapse product COPYRIGHT 2018 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED NO PART OF THIS DOCUMENT MAY BE

More information

PulseCounter Neutron & Gamma Spectrometry Software Manual

PulseCounter Neutron & Gamma Spectrometry Software Manual PulseCounter Neutron & Gamma Spectrometry Software Manual MAXIMUS ENERGY CORPORATION Written by Dr. Max I. Fomitchev-Zamilov Web: maximus.energy TABLE OF CONTENTS 0. GENERAL INFORMATION 1. DEFAULT SCREEN

More information

NX-series User Manual

NX-series User Manual NX-series User Manual http://www.iviewtech.com 1 CONTENT INDEX 1 NX-SERIES OVERVIEW... 4 1.1. NX-Series Features 4 1.2. NVR CONTROL PANEL 5 1.3. NVR BACK PANEL 5 2 GETTING STARTED... 8 3 LIVE VIEW... 10

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

TABLE 3. MIB COUNTER INPUT Register (Write Only) TABLE 4. MIB STATUS Register (Read Only)

TABLE 3. MIB COUNTER INPUT Register (Write Only) TABLE 4. MIB STATUS Register (Read Only) TABLE 3. MIB COUNTER INPUT Register (Write Only) at relative address: 1,000,404 (Hex) Bits Name Description 0-15 IRC[15..0] Alternative for MultiKron Resource Counters external input if no actual external

More information

SMPTE 334M DATA DOES HAVE A LIFE BEFORE EMISSION. JIM CARRUTHERS PhD, PEng CEO NORPAK CORPORATION. norpak corporation 19 Oct 00

SMPTE 334M DATA DOES HAVE A LIFE BEFORE EMISSION. JIM CARRUTHERS PhD, PEng CEO NORPAK CORPORATION. norpak corporation 19 Oct 00 SMPTE 334M DATA DOES HAVE A LIFE BEFORE EMISSION JIM CARRUTHERS PhD, PEng CEO NORPAK CORPORATION MY MISSION TO CONVINCE YOU THAT THE 292 VERTICAL ANCILLARY SPACE IS WHERE A LOT OF DATA SHOULD BE WHY ME?

More information

White paper Max number of unique video stream configurations

White paper Max number of unique video stream configurations White paper Max number of unique video stream configurations Buffer limitation on some hardware platforms Table of contents 1. Introduction 3 2. New generation of products 3 3. Fish-eye 360 cameras 4 4.

More information

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 9500 MPTGS Driver Version 2.1.0 Guide 3HE-10851-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

Release Notes for GT42 Universal descrambler Module

Release Notes for GT42 Universal descrambler Module GT42W: SW 3.0.2 2016-11-28, JÅ Release Notes for GT42 Universal descrambler Module Content 1 Release Notes for SW 3.0.2 (GT01W GT11 SW 3.1)... 2 1.1 About this document... 2 1.2 About this release... 2

More information

MyM Pro T2 Installation guide

MyM Pro T2 Installation guide MyM Pro T2 Installation guide CONTENT 1. Introduction 2. Unpacking the unit 3. Connections and indications 4. IP settings 5. Menus and settings web ui 5.1 Overview menu 5.2 Input settings 5.3 Output settings

More information

HD PVR 2P MANUAL ARCHIVE

HD PVR 2P MANUAL ARCHIVE 10 February, 2018 HD PVR 2P MANUAL ARCHIVE Document Filetype: PDF 439.17 KB 0 HD PVR 2P MANUAL ARCHIVE HD PVR - manuals and installation options HD PVR. Dave Sutton DSTV How to connect a 2P HDPVR Dave

More information

Operation and Installation Guide

Operation and Installation Guide Operation and Installation Guide HDS2800 Series Encoder Modulator High Definition (HD) Digital COFDM MPEG2 and H.264 Modulator with IP Multicast. 19 Rack Mount Wall Mount Revision 0.1 Firmware version

More information

QUICK START GUIDE. QT Analog HD Camera & DVR Bundle ENGLISH

QUICK START GUIDE. QT Analog HD Camera & DVR Bundle ENGLISH QUICK START GUIDE QT Analog HD Camera & DVR Bundle ENGLISH Table of Contents Welcome What s Included...3 Understanding your DVR...4 Get Connected Registration...5 Connect Your Cameras...5 Connect DVR to

More information

Design Project: Designing a Viterbi Decoder (PART I)

Design Project: Designing a Viterbi Decoder (PART I) Digital Integrated Circuits A Design Perspective 2/e Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić Chapters 6 and 11 Design Project: Designing a Viterbi Decoder (PART I) 1. Designing a Viterbi

More information

INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.3

INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.3 INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.3 Thank you for purchasing the Abyssal OS Overlay Module for your ROV. This instruction manual contains all the information you ll need

More information

HDC DVB-C Headend Transmodulator with Satellite and IP Stream Input

HDC DVB-C Headend Transmodulator with Satellite and IP Stream Input DVB-C Headend Transmodulator with Satellite and IP Stream Input 4 Channel DVB-C (QAM) Headend System 12 DVB-S/S2 tuner inputs for 12 FTA satellite transponders 128 IPTV inputs (UDP, RTP, MPTS & SPTS) 4

More information

Document History Version Comment Date

Document History Version Comment Date FAQ Inspector 2 (12) Document History Comment Date 1.04 Created 2008-09-11 Corrected the headline of S03 issue and the title name in the global header field 3 (12) Table Of Contents DOCUMENT HISTORY...

More information

QRF5000 MDU ENCODER AND QAM MODULATOR

QRF5000 MDU ENCODER AND QAM MODULATOR Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000 MDU ENCODER AND QAM MODULATOR Installation & Operational Manual

More information

Casambi App FAQ. Version Casambi Technologies Oy.

Casambi App FAQ. Version Casambi Technologies Oy. Casambi App FAQ Version 1.3 30.9.2016 Casambi Technologies Oy 1 of 12 GENERAL 3 Q: What is Casambi app used for? 3 Q: Which mobile devices are supported? 3 Q: Where can I get the Casambi app? 3 FIRST TIME

More information

Quick Guide XCAL-Harmony v2

Quick Guide XCAL-Harmony v2 Quick Guide XCAL-Harmony v2 2015 Dec Contents 1. Installation of XCAL-Harmony v2 2. Syncing XCAL-Harmony and XCAL-Mobile/Solo 3. Main Menu 3-1. Configuration 3-2. Monitoring 3-3. Inbuilding 3-4. Map 3-5.

More information

USER GUIDE TO THE ARENA OPERATION

USER GUIDE TO THE ARENA OPERATION USER GUIDE TO THE ARENA OPERATION The mean of this guide is to help as a a quick reference guide to the operation of the most common functions of the ARENA console. It is not a substitute of the operation

More information

Revision History. SDG2000X Firmware Revision History and Update Instructions

Revision History. SDG2000X Firmware Revision History and Update Instructions Revision History Date Version Revision 2/28/2018 2.01.01.23R8 Optimized calibration and PV process on the production line. 8/29/2017 2.01.01.23R7 1. Supported system recovery from U-disk. 2. Fixed a bug

More information

C8000. switch over & ducking

C8000. switch over & ducking features Automatic or manual Switch Over or Fail Over in case of input level loss. Ducking of a main stereo or surround sound signal by a line level microphone or by a pre recorded announcement / ad input.

More information

MyM Pro 3S/6S Installation guide

MyM Pro 3S/6S Installation guide MyM Pro 3S/6S Installation guide CONTENT 1. Introduction 2. Unpacking the unit 3. Connections and indications 4. IP settings 5. Menus and settings web ui 5.1 Overview menu 5.2 Input settings 5.3 Output

More information

DEDICATED TO EMBEDDED SOLUTIONS

DEDICATED TO EMBEDDED SOLUTIONS DEDICATED TO EMBEDDED SOLUTIONS DESIGN SAFE FPGA INTERNAL CLOCK DOMAIN CROSSINGS ESPEN TALLAKSEN DATA RESPONS SCOPE Clock domain crossings (CDC) is probably the worst source for serious FPGA-bugs that

More information

FalconX1/X4/X8 Quick Start Guide

FalconX1/X4/X8 Quick Start Guide FalconX1/X4/X8 Quick Start Guide Version 0.5 August 7, 2016 ProSpect Software Software Revision: 1.0.39 XIA LLC 31057 Genstar Rd Hayward, CA 94544 USA Email: support@xia.com Tel: (510) 401-5760; Fax: (510)

More information

Agilent FieldFox RF Analyzer N9912A

Agilent FieldFox RF Analyzer N9912A Contents Agilent FieldFox RF Analyzer N9912A Quick Reference Guide Do You Have Everything?... 2 The Power Button and LED... 2 Battery Usage... 3 Measure Return Loss... 4 Measure Cable Loss (1-Port)...

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

Video Storage in Ocularis

Video Storage in Ocularis White paper Video Storage in Ocularis Prepared by: Diane Jecker Date: February 14, 2017 Video Storage in Ocularis 5 The way video data is stored and managed in Ocularis 5 is different than OnSSI's legacy

More information

FS3. Quick Start Guide. Overview. FS3 Control

FS3. Quick Start Guide. Overview. FS3 Control FS3 Quick Start Guide Overview The new FS3 combines AJA's industry-proven frame synchronization with high-quality 4K up-conversion technology to seamlessly integrate SD and HD signals into 4K workflows.

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

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

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

Simple Media Platform Quick Installation Guide V1.0-N. Simple Media Platform. Quick Installation Guide

Simple Media Platform Quick Installation Guide V1.0-N. Simple Media Platform. Quick Installation Guide Simple Media Platform Quick Installation Guide 1. Installation Instruction 1.1 Mounting unit to a 19 rack When selecting the installation site, try to comply with the following: Protective Ground - The

More information

Datasheet. airmax ac CPE with Dedicated Management Radio. Model: LBE-5AC-Gen2. Lightweight, Low-Cost Solution. Full Adjustment Flexibility

Datasheet. airmax ac CPE with Dedicated Management Radio. Model: LBE-5AC-Gen2. Lightweight, Low-Cost Solution. Full Adjustment Flexibility airmax ac CPE with Dedicated Management Radio Model: LBE-5AC-Gen2 Lightweight, Low-Cost Solution Full Adjustment Flexibility Quick Assembly and Installation Overview Ubiquiti Networks launches the latest

More information

ExtIO Plugin User Guide

ExtIO Plugin User Guide Overview The SDRplay Radio combines together the Mirics flexible tuner front-end and USB Bridge to produce a SDR platform capable of being used for a wide range of worldwide radio and TV standards. This

More information

MyM-3S Micro Master. Installation Guide. English. design for TV

MyM-3S Micro Master. Installation Guide. English. design for TV MyM-3S Micro Master Installation Guide design for TV 1 CONTENT 1. Introduction 2. Unpacking the unit 3. Connections and indications 4. IP settings 5. Menus and settings 5.1 Overview menu 5.2 Input settings

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

Ikusi Flow. Advanced configuration guide

Ikusi Flow. Advanced configuration guide Ikusi Flow Advanced configuration guide Index page 1. INTRODUCTION...3 2. IKUSI FLOW CONFIGURATION DESCRIPTION...3 3. MENU...3 3.1 Home...3 3.2 Status...3 3.2.1 Overview...3 3.2.2 Log...4 3.2.3 Statistics

More information