VidPort Technical Reference Guide TD-VID-HD-REF-C

Size: px
Start display at page:

Download "VidPort Technical Reference Guide TD-VID-HD-REF-C"

Transcription

1 Page 1 of 29 VidPort Technical Reference Guide TD-VID-HD-REF-C Document Name Version Issue date TD-VID-HD-REF-C C Name Date Prepared by Tong Lin Reviewed by Approved by

2 Page 2 of 29

3 Page 3 of 29 This page has been left blank intentionally

4 Page 4 of 29 Table of Contents 1. INTRODUCTION PURPOSE OBJECTIVES INTENDED AUDIENCE REFERENCE DOCUMENTS SOFTWARE & HARDWARE REQUIREMENTS REQUIRED SYSTEM AND HARDWARE DVEO cards Computer systems REQUIRED SOFTWARE Windows Software Linux Software INSTALL DRIVER AND AVAILABLE SOFTWARE INSTALL AND CONFIGURE WINDOWS DRIVER Install Windows driver Verify and configure Windows Driver INSTALL AND CONFIGURE LINUX DRIVER Install Linux driver Using Linux driver VERIFY HD-SDI SOURCES Using TestBed application Using videocapture in Linux AVAILABLE SOFTWARE DirectShow Filter application Windows API VLC video player for Windows Windows Expression Encoder for Windows Mplayer for Linux HOW DOES THE CARD, DRIVER AND APPLICATION WORK TOGETHER Video format support table HD Cameras and camcorders Encoding and Decoding HD-SDI Vertical ancillary data (VANC) API DEVELOPMENT Windows API Linux API TROUBLESHOOTING Unable to install driver, the driver installer does not support the computer language Unable to open Capture Device DirectShow Filters Getting error message unable to register filters, required module is not found in Windows XP The video shown in VLC Is 16:9 not 4:3 in Widescreen format There is no audio from the incoming stream There are no devices listed under the device manager... 13

5 Page 5 of 29 Getting error message unable to register filter, a side-by-side error has occurred Unable to see any incoming video from the source via DirectShow sample application APPENDIX VLC setup Windows Expression Encoder setup... 21

6 Page 6 of Introduction 1.1 Purpose This purpose of this document is to provide instructions, documentation and direction for how to install, configure and develop Vidport and QuadPort H/I card. 1.2 Objectives After reading this document, the will able to perform and understand: - How to obtain and install the driver and software for Vidport and QuadPort cards. - The video format the cards support? - The function of Vidport and QuadPort cards. - The developmental environment available for VidPort and QuadPort cards? - The kinds of API is available? 1.3 Intended Audience This document is for the multimedia station operators, installers and video developers. 2. Reference Documents OP-TM-SAPI : OP-TM-DSFL : Synchronous API Technical Reference Manual DirectShow Filter Reference Manual OP-TM-VLCW : Using VLC to view, capture and stream HD-SDI streams using Vidport or Quadport cards OP-TM-MEEW : Using Microsoft Expression Encoder to view, capture and stream HD-SDI streams using VidPort EG-QI-VW7G : VidPort Windows 7 Quick Installation Guide OP-TM-FFLN : Encoding and Decoding in Linux with FFMpeg All of them are available under the following addresses: Primary: Mirror: 3. Software & Hardware requirements 3.1 Required system and hardware DVEO cards Vidport SD/HD Input card Model 193 Vidport SD/HD Output card Model 193 NOTE: Vidport Input / output card is the same board, the transfer direction can be changed by change the firmware. Only one transfer direction can be used on the board at one time. For Full Duplex operations, two cards are needed.

7 Page 7 of 29 QuadPort H/I input card Model Computer systems Quad Core CPU with a 2.0 Ghz processor or higher 4 GB of DDR3 RAM Standalone video card with 1GB of stand alone memory or more 3.2 Required Software 3.1 Windows Software Windows Master Driver (Includes free TestBed application and source code) Windows DirectShow Filters (Windows 7 only, Includes free sample code). Windows DirectShow Filters (For QuadPort H/I only with Windows Media Encoder 9 only) Windows API (Including free Diskrouter application and code source) 3.2 Linux Software Linux Master Driver (Includes free driver code and sample API with documentation) Mplayer (Available free via code source) You can download them from the following websites: DVEO website: Development mirror: 4. Install driver and available software 4.1 Install and configure Windows Driver Install Windows driver 1. Download driver from the DVEO website or from development mirror site 2. Run the executable file on the system. The installation file will automatically install the driver into the system if the operating system is Windows 7 or higher. (In Windows XP or Windows 7 with Asian language, driver needs to be installed manually) 3. For step by step installation details. Please read EG-QI-VW7G Windows 7 installation guide Verify and configure Windows Driver After the driver has been installed. Follow the instructions below to verify the driver is installed and configured to be used with HD-SDI. 1. Click on Start and select Linear Systems Ltd then Windows Master Driver. Then select DVBcfg Application. After the application is launched, if the driver is installed, there should be between 2 to 8 selections depending on the card installed. 2. Select channel 1, change the buffer size to and the number of buffer to 40. (Both numbers might increase depending on the system and usage) 3. Perform instruction 1 and 2 for channel 3, 5, 7 if exits. 4. After the driver is configured is, the system needs to be rebooted, please REBOOT the system NOTE: If the selection box is empty, then driver is not installed, re-install the driver again. 4.2 Install and configure Linux Driver Install Linux driver 1. Download driver from the available downloading location. 2. Make sure the Linux account has root access by using the su command.

8 Page 8 of Uncompress the driver by using tar vzxf command or use the Linux GUI to extract the files. 4. Go to the master driver directory and type make or make install to install the driver to kernel Using Linux driver 1. After the driver is installed, please use the dmesg or command available with Linux OS to check if the driver installed. A message should display as Linear Systems Vidport SD/HD and firmware. 2. Linux driver is created under the GPL license agreement. It is available for free, it is under the src directory of the driver folder. 3. Under the driver folder, there is also an Examples folder. In that folder, API examples are listed there which are free to use, change and update the existing code. Detail about these APIs will be provided in the Doc section. 4. HD-SDI is under SDIVIDEO and SDIAUDIO folders. Use videocapture and videoplayout to test the incoming streams. 4.3 Verify HD-SDI sources Using TestBed application When using VidPort Input or QuadPort H/I card, it is recommended to verify the incoming HD-SDI is valid. That can be done by using TestBed application. Double click on the DVBTestBed application link, open the application. Select the video device under the receive window Click on the Start button. Under the Receive (Mbps) row, receive rate of 1461 or 1000 Mbps should be shown like in figure Using videocapture in Linux

9 Page 9 of 29 Linux does not have a GUI test application like TestBed application. videocapature command needs to be used to verify that HD-SDI stream is valid. NOTE: during receive; the LED lights on the back of the machine should blink continuously. 4.3 Available Software DirectShow Filter application - Download the Directshow filters installer and run the installer to install the filter to your system. - After the installation is complete, the filters needed to be registered. On a 64-it system, there are choices to register 32-bit or 64-bit filter, register the 32-bit filter if the filters are expected to be used as a capture device with multi-media application. The multi-media applications does not support 64-bit capture devices. - After the filter is installed and registered. The filter is ready to be used by VLC and Windows Media Encoder. NOTE 1: Filter only works with Windows 7, Windows 2008 server. Windows XP only works with and QuadPort H/I with Windows Media Encoder 9. NOTE 2: Please note that currently VidPort Output is not working with DirectShow Filters Windows API Currently, there are three different Windows APIs available with HD-SDI. They are: - TestBed application & sample code which came with Windows Master Driver - Diskrouter HD application. (Available upon request) - DirectShow Filters application sample code. Please see API section 6 for more details VLC video player for Windows DirectShow filters can be used with VLC to display, capture or broadcast a HD-SDI stream via a compressed format. Once the filters are registered with the system, under the capture device of VLC, DVBSource filter will show up as a capture device for video capturing. Please see Appendix 8.1 to setup VLC with the cards and directshow Filters. VLC can be downloaded from Windows Expression Encoder for Windows DirectShow Filters can be used with Windows Express Encoders to display, capture or broadcast a HD-SDI stream via a compressed format. Once the filters are registered with the system, DVBSource filter will show up as a device which can be used as a source for video capturing and broadcasting. Please see Appendix to how to setup VLC with the cards. Please contact Microsoft for more information about Expression Encoder availability.

10 Page 10 of Mplayer for Linux Mplayer can be used display HD-SDI stream on the computer monitor. MPlayer uses FFMPEG to decode the HD-SDI and display them. Both Mplayer and FFMPEG are free applications can be downloaded and modified. Source code is available under GPL license agreement.. To display HD-SDI stream on the computer monitor. Please use the following command. For 1080i:./mplayer -demuxer rawvideo rawvideo w=1920:h=1080:fps=23.98:format=uyvy:size= vf scale=1280:-3 -v /dev/sdivideorx0 For 720p:./mplayer -demuxer rawvideo rawvideo w=1280:h=720:fps=59.94:format=uyvy:size= vf scale=1280:-3 -v /dev/sdivideorx0 You can download them from the following websites: DVEO website: Development mirror: 4.4 Upgrade firmware and change transfer direction How to upgrade the firmware in Windows There are two ways toupgrade upgrade firmware in Windows: By using a GUI interface - Select DVB firmware update tool from Start All Programs Windows Master Driver. By using DOS command line Type ProgXsvf [firmware s file name] - After the upgrade is completed. Turn off the machine, discount power for 30 seconds for firmware change to taken effect How to upgrade Firmware in Linux - Please follow the instructions in the REAMDE to upgrade the firmware How to change the transfer directions. - To change transfer direction. Please contact support for the firmware that corresponding to the transfer direction and flash the card with firmware. 5. How does the card, driver and application work together The card driver enables the features that is programmed by the hardware via firmware to transfer the incoming HD-SDI streams from the cards to the machine memory. The hardware will not able to transfer the stream if the stream is not one of the following video formats.

11 Page 11 of Video format support table. 1080p 1080i 720p 480i VANC support RAW QuadPort H/I QuadPort H/I QuadPort H/I QuadPort H/I V210 V201i QuadPort H/I, Input Output QuadPort H/I, Input Output QuadPort H/I, Input Output QuadPort H/I, Input Output QuadPort H/I, Input Output QuadPort H/I, Input Output Input VidPort SD/HD Output Input Output Input Output Input Output NOTE: The Vidport card does not de-interlace, therefore, the i format video will result in a split screen when the video is showing on the computer screen. After the driver is installed, applications can be used to copy the streams to disk or memory and additional operation can be performed to extract additional data or convert them. Vidport cards and driver will not perform those operations; additional development will be required for those operations. 5.2 HD Cameras and camcorders VidPort and QuadPort cards only woks with camera or camcorder that output HD-SDI streams. There are usually two types of HD-SDI the camera will output. - First is RAW format. This an uncompressed format. The bitrate is Gbps, this stream will provide everything included by the source, including null color space. - Then the compressed format, there is either V210 or V210i format. These formats will have a bitrate between 700 Mbps to 1.0 Gbps, depending on the video format. These two formats will still provide the HD streams, however, some auxiliary data might be compressed to save space. NOTE: some lower end camera will output video at 480i format, that is the same as a SDI video, but it is only support by the Input card. 5.3 Encoding and Decoding HD-SDI There is a free Linux encoder and decoder called FFMPEG. Which is a very powerful tool that can decode and encode HD-SDI streams. This tool is intended for advanced users and operators who wish to include this application into their code. Please read document OP-TM-FFLN for detail instructions and commands. 5.4 Vertical ancillary data (VANC) VANC is support by the Vidport and QuadPort cards. It is not enabled by default. by using the driver or the API. It can be enabled With Linux OS: Use the sdivideocfg -a /dev/sdivideorx[channe number] command to enable the VANC flag and inform the hardware to keep the VANC data while transferring data.

12 Page 12 of 29 With Windows: Flags can be set by the driver; however this is usually used by developers who will integrate the API in the development application. Please see section 6 for more details. 6. API development Currently, API is available for two platforms: Windows and Linux. The following table provides a brief description of what kind of API is available for which OS Windows 32 bit Windows 64 bit Linux 32 bit Linux 64 bit I O QuadPort H/i Driver, API, Directshow and TestBed Sample code available Driver, API, Directshow and TestBed Sample code available Driver, Driver source code, API and sample code available Driver, Driver source code, API and sample code available Driver, API and TestBed Sample code available Driver, API and TestBed Sample code available Driver, Driver source code, API and sample code available Driver, Driver source code, API and sample code available Driver, API, Directshow and TestBed Sample code available Driver, API and Sample code available Driver, Driver source code, API and sample code available Driver, Driver source code, API and sample code available 6.1 Windows API Windows API is available with each of the following Programming language - Windows API and sample code: Visual C++ with Visual Studio TestBed sample code: Visual C++ with visual Studio DirectShow sample code: Visual C++ with Visual Studio 2010 The interaction between driver and the API are done through a header file alled dvbioctl.h. The header files, it provides the command and functions to make high level function calls and also make low level hardware calls to registers to enable or disable features provided by the hardware. Windows API (also called Sync API) provides a complete package of sample codes with a full design GUI, required DLL and Library. This API uses synchronous transfer technology. For detail information about how the API works and usage with each DLL. Obtain a copy of the Windows API and the reference manual Synchronous API Technical Reference Manual. TestBed: Provides a sample code and GUI self diagnostic tool to verify if the driver is installed and incoming stream is valid. TestBed provides a simple I/O operation example of the card and driver. To obtain the sample code, please contact your distributor. DirectShow sample code: This example code shows how the card will work Microsoft DirectX technology. 6.3 Linux API

13 Page 13 of 29 Linux API and example codes: C The Linux driver and API/example code are written in C language. The driver and sample code are completely free under GPL license. All of the APIs are available for download from the following websites: DVEO website: Development mirror: 7. Web Conferencing 8. Troubleshooting The following are some of the errors might be occurring while operating the card. Unable to install driver, the driver installer does not support the computer language Currently, the driver installer support English language. Please install the driver manually by using the device manager. Unable to open Capture Device DirectShow Filters This error might be due to the wrong capture device selection. Select DVBSource as the capture device. Getting error message unable to register filters, required module is not found in Windows XP This error occurs when trying to register filter in Windows XP only works with Windows 7. Please use when using Windows XP. The video shown in VLC Is 16:9 not 4:3 in Widescreen format This is not an error, VLC will automatically scale the incoming video according to the monitor information. Try use the scale function with VLC to set the screen size. There is no audio from the incoming stream There are no possible reason for this issue: 1. To use audio, the Audio device need to be captured with DvbAudioSrc filter, select the DvbAudioSrc as the Audio capture device. 2. VidPort or QuadPort card can only capture audio that is embedded with the HD-SDI stream. Some sources would have a separate output for audio itself, that audio will need to be mixed or captured with another device. There are no devices listed under the device manager This error is most likely a hardware error; make sure the card is seated properly. Contact your distributor for more information. Getting error message unable to register filter, a side-by-side error has occurred This error is caused by a corrupted Microsoft Visual C SP1 Redistributable Package. Please re-

14 Page 14 of 29 install the package by download a clean version at Unable to see any incoming video from the source via DirectShow sample application Check if the computer has 4GB or more RAM. If it does, then lower the available for Windows under 4GB. (That can be done by run msconfig command and then check under the Boot.ini section, the advanced section will allow user to change the available RAM for the system) 9. Appendix 8.1 VLC setup For detail instructions, please read document OP-TM-VLCW Install the latest version of VLC player from Launch VLC player. Under the Media Menu, open Capture Device menu as shown in figure 3.1 Figure Under Device selection section, select DVBSource capture for the Video Device name and DVBAudioSrc capture for the Audio Device name. 3.4 Before start playing out the video, it is suggested to configure the device. Click on the configure button to configure the filter properties. 3.5 For video configurations, please check the following list or verify with figure 3.2. Click on O.K' when it is done.

15 Page 15 of 29 Channel number: 0 = first video channel, 2 = second video channel, 4 = third video channel. If the video frame is 29.9 fps, please check the 29.9 fps checkbox. TV mode: Select the appropriate resolution mode provided by the source. HDSDI video mode = UYUVdi HDSDI audio mode = 16bit 2CH Video and Audio Option both = 0x00 SDI 10-bit mode is unchecked. Video buffer size = 0x Audio buffer size = 0x2000 Video number of buffers = 40 or 80 Audio number of buffers = 20 Figure For Audio configuration, for audio configuration, verify the settings match those in Figure 3.3. Click OK or Apply to confirm settings.

16 Page 16 of 29 Figure Click on Play button to view the incoming HD-SDI stream on the screen Setup VLC to capture transcoded HD-SDI stream. 4.1 Under the Media Menu, select Convert/Save 4.2 Select the Capture Device Tab 4.3 Capture mode should be DirectShow. Under Device selection section, select the Video Device name as DVBSource ; select the Audio Device name DVBAudioSrc. 4.4 Configure the DirectShow like section Click on convert/save. It will bring a configuration page to save the file. Leave the source section alone. On the Destination file field, type the desired file name and extension. In the settings section, select the pre-setup profile, as shown in figure 4.1. User can create a new profile based on different Video Codec by click on the new profile button (the button on the right of the red x button). Use video and audio Codec tab to configure the bitrate and frame rate as shown in figure 4.2. Click on save button to save the custom profile. NOTE: using custom profiles is recommended for advanced users only.

17 Page 17 of 29 Figure 4.1 Figure After configuration is completed, click on the Start button to start Converting/Saving HD-SDI streams. The converted file has a bitrate of 800 kbps by default. Setup VLC for streaming transcoded HD-SDI streaming through Network or other means. 5.1 Under the Media Menu, select Streaming. 5.2 Select the Capture Device tab. 5.3 Capture mode should be DirectShow. Under Device selection section, select the Video Device name as

18 Page 18 of 29 DVBSource ; select the Audio Device name DVBAudioSrc. 5.4 Configure the DirectShow like section Window named Stream Output will show up. Leave the Source section alone. Click on the Destination bar. A section like figure 5.1 will show up. Under the Destination section, select the new destination and then click on add. In this example, we will configure the destination to RTP. Figure Select RTP as the destination and click on add. Figure 5.2 would appear on the screen. Enter the destination IP address in the address field (in this example we used a multicast IP address : ). Enter the port number for the IP. (Leave audio and video port as -1). Select the profile for transcoding or create a new file as described in section 4.6. Then click on next.

19 Page 19 of 29 Figure The next screen is the Options page. There is no need to change anything on this page. For Time-to-Live (TTL) settings, please consult your system administrator for the recommended settings. Verify all the options. Click on the Stream button. The final screen should be like figure 5.3

20 Page 20 of 29 Figure 5.3 Once streaming has started, VLC can be used on remote computers to view the streamed files. The Convert/Save option can be used to record a stream transmitted over the network. Please consult VLC help for more information or support on recording streamed content to disk. 6) Discussion and observations. 6.1 A powerful computer will be required for encoding a H.264/AVC stream. The computers used for this document is a Quad-Core system with an average CPU load of 15% while VLC is encoding a standard H.264 file. The CPU load will vary depending on the system load such as if there are other applications running. NOTE: Standard H.264/AVC stream has a bitrate of 0.8 Mbps. The rate can be changed by follow the steps in section If a QuadPort H/i card is used, more than one encoding session can be run at same time. Make sure video and audio channels are configured separately for driver and in directshow. 6.3 A high quality video card is recommended to view the incoming stream on the computer system. The video card used for this Memo is specified in section 1. Any video card with similar or better specifications can be used instead. The amount of hard disk space required will depend on both the type of codec used as well as on the length of the encoding. It is recommended to have a minimum of 500 GB available for storage. 6.5 Viewing, trans-coding, capturing or encoding all can be done via command line also. Every selection and command used in VLC can be translated to a command line. For example, to view HD-SDI streams through directshow, use the following command to launch VLC: vlc :dshowvdev=dvbsource Capture :dshow-adev=dvbsource Capture For more information, please visit VLC online command line help page Microsoft also provides a free encoder called Microsoft Media Encoder (MME) which can be perform the same function as VLC. However, MME can only encode video into WMV format and can only broadcast through MMR protocol. For more information, please refer to the "Using Microsoft Expression Encoder to view, capture and stream HD-SDI streams using Vidport' Memo available from you distributor.

21 Page 21 of Windows Expression Encoder setup 3.1 Download and install the latest version of Express Encoder. 3.2 Launch Expression Encoder and select Live Broadcasting Project from the Load a new project window. Figure A window similar to figure 3.2 will be displayed with the sections given below: - Live Source: Interact with the input hardware source - Preview: A preview window displays the incoming video - File Source: If the source for broadcasting is from a file source - Presets: The Pre-selected Codec settings Microsoft Expression Encoder Provides - Encode: Configure the type of Encode and quality of output file

22 Page 22 of 29 Figure To encode using the VidPort or QuadPort card, Live Source must be used. Click on Add Live Source in the Preview section see Figure 3.3. This will bring up a Live Source Cue window also shown in Figure 3.3. The Live source window, presents active drop down menus labeled Video Device and Audio Device and will have DVBSource Capture filter listed, select this filter. NOTE: Selecting the filter will cause the application to automatically connect to the filter and will attempt to show the incoming stream on the default channel.

23 Page 23 of 29 Figure To verify the video filter setting click the Confgure button to view the filter properties window, it should be setup as given below. Click O.K when setup is completed. NOTE: the "disable audio pin" must be checked. If the disable audio pin is not selected, the application will pop-up with a "can't create device, the device might be used by another program" error message. Figure 3.4 illustrates the Video DvbSource filter properties window. - Channel numbers: 0 = first video channel, 1= first audio channel, 2 = second video channel, 3 = second audio channel, 4 = third video channel, 5= third audio channel, 6 = fourth video channel and 7 = fourth audio channel. - If the video frame is 29.9 fps, check off the 29.9 fps box. - TV mode: Select resolution that corresponds to the source. - HDSDI video mode = UYUVdi - Disable Audio Pin = checked - HDSDI audio mode = 16bit 2CH - Video and Audio Option both = 0x00 - SDI 10-bit mode is unchecked. - Video buffer size = 0x Audio buffer size = 0x Video number of buffers = 40 or 80 - Audio number of buffers = 20 - Major Type = Video and SubType = Mpeg

24 Page 24 of 29 Figure To verify the Audio filter properties, click the Configure button of the Audio Device. The settings should be as shown on Figure Click Apply and OK buttons to confirm settings.

25 Page 25 of 29 Figure This completes configuration of DirectShow Filter 1) Setup for broadcasting and archiving 4.1 With the Capture Devices configured as discussed in section 3. Click the "Cue a live or file source" link. Note: The "Start" button on the bottom of the interface is not enabled unless appropriate Presets are configured. 4.2 The Presets section provides a list of available configurations, Standard Encoding or Widescreen Encoding, as shown in Figure 4.1. Make an appropriate selection. These pre-selected encoding settings are set to broadcast or push streams. In our test setup we used IIS smooth Streaming to encode a stream with H.264/MP4 codec.

26 Page 26 of 29 Figure To customize the pre-selected video and audio quality for a selected Presets, use the Encode tab located on the lower right hand side, Figure 4.2. Here, user can change some of the frequently changing settings highlighted below: - Output format: Windows Media or IIS Smooth Streaming format. - Video Codec: VC-1 or H Audio format: WMA or WMA pro - Bitrate: Bitrate and resolution of the file.

27 Page 27 of 29 Figure Finally, click on the Output tab to configure the output options. There are two options available for streaming and one option for file archiving as shown in figure Broadcasting: This feature will send the output stream to every computer on the subnet. - Push to a publishing point: This feature will push the encoded stream to a Windows Media Server, where it can broadcast or multi-cast to a group of computers. - File archiving: This feature will save the encoded file to disk. The file will be saved in Windows Media Video (WMV) format.

28 Page 28 of 29 Figure With the Presets and Output option configured the Start button will now become available to begin encoding. With the configuration completed, click the "Start" button to start converting and/or saving the HD-SDI streams. The converted output file will have a default bit rate of 800K. The statistics tab provides detailed stream, computer and network information during the encoding process. 2) View broadcast streams on remote computers 5.1 There are two ways to view the broadcasted stream on a remote computer: a) Using Internet Explorer, open a Internet browser and type "mms://[ip address of the broadcasting computer]:[port number]" in the URL. The broadcasted streams will be displayed via Windows Media Player. b) Using VLC, Open VLC and select "Open Network Stream" and specify mms as the user protocol. Enter the IP

29 Page 29 of 29 address of the broadcasting computer and VLC will start playing out the broadcasted streams. 6) Discussion and observations. 6.1 A powerful computer will be required for encoding a H.264/VC stream. The computer used for testing was a Quad-Core systems, average CPU load on the processor while Microsoft Expression Encoder is encoding a high bit rate VC-1 file is around 25% and for a H.264 file is around 30%. The CPU load will vary depending on whether any other applications are also running. NOTE: Standard H.264/AVC stream has a bitrate of 0.8 Mbps. The rate can be changed as discussed in the section If a QuadPort H/I card is used then more than one instances of Encoder will be needed. And the filter properties for each of these instances will need to pre-configured to match the appropriate channel number as Microsoft Expression Encoder always tries to connect to the default channel when a source is selected 6.3 A high quality video card is recommended to view the incoming stream on the computer system. The video card used for testing listed in section 1 is an example; any video card with the similar or better specifications can be used. 6.4 The size of the hard disk required will depend on both the type of codec used as well as on the length of the encoding. It is recommended to have a minimum of 500 GB available for storage. 6.6 VLC VideoLan Player is another application that can be used to encode HD-SDI streams, it doesn t have the capabilities to display a lot of statistics, however its easier to configure and provides more encoding options.. For more information, refer to white paper Using VLC to view, capture and stream HD-SDI streams using VidPort or QuadPort cards

User Instructions Multi-Channel H.264 HD Multimedia System

User Instructions Multi-Channel H.264 HD Multimedia System User Instructions Multi-Channel H.264 HD Multimedia System High Definition Video Processor Module DM8107 Rapid Prototyping System Model Name: Z3-MVPR-02 DOC-USR-0006-01 Manual Version 1.0.3 Software Version

More information

Videon Product Manual

Videon Product Manual Videon Product Manual Greylock and Sorona Encoders/Decoders Document Number 10004134-R06 Copyright 2018 Videon Central, Inc. All rights reserved. No part of this publication may be reproduced, distributed,

More information

Videon Product Manual. Shavano Encoder

Videon Product Manual. Shavano Encoder Videon Product Manual Shavano Encoder Copyright 2018 Videon Central, Inc. All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including

More information

Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V AC User s Manual

Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V3.03.07-AC User s Manual i Table of Contents INTRODUCTION 1 1.1 Minimum system requirements 1 1.2 Preparation before setup 2 1.2.1 Setup your PC network 2 1.3 Configuring the

More information

Model: LT-122-PCIE For PCI Express

Model: LT-122-PCIE For PCI Express Model: LT-122-PCIE For PCI Express Data Sheet JUNE 2014 Page 1 Introduction... 3 Board Dimensions... 4 Input Video Connections... 5 Host bus connectivity... 6 Functional description... 7 Video Front-end...

More information

DVS-200 Configuration Guide

DVS-200 Configuration Guide DVS-200 Configuration Guide Contents Web UI Overview... 2 Creating a live channel... 2 Inputs... 3 Outputs... 6 Access Control... 7 Recording... 7 Managing recordings... 9 General... 10 Transcoding and

More information

MPEG-2 / H.264 Mini Encoder / Transcoder

MPEG-2 / H.264 Mini Encoder / Transcoder MPEG-2 / H.264 Mini Encoder / Transcoder User s Manual Version: 1.0 Date: May 2013 MPEG-2 /H.264 Mini Encoder/Transcoder User s Manual CONTENT DIRECTORY 1. PRODUCT OUTLINE 1.1. OUTLINE 1.2. THE ENCODER

More information

Ultimate Video Capture v1.8 User Manual

Ultimate Video Capture v1.8 User Manual Ultimate Video Capture v1.8 User Manual Minimum Requirements: Processor: Intel or AMD CPU (1.0Ghz) PC, Laptop or Tabloid PC Memory: 256 Mb of RAM HD: 100 Mb of free space for basic recording and installation

More information

DVS-200 Configuration Guide

DVS-200 Configuration Guide DVS-200 Configuration Guide Contents Web UI Overview... 2 Creating a live channel... 2 Inputs... 3 Outputs... 7 Access Control... 8 Recording... 8 Managing recordings... 10 General... 11 Transcoding and

More information

User Instructions Compact H.264 Media Encoder and Streamer

User Instructions Compact H.264 Media Encoder and Streamer User Instructions Compact H.264 Media Encoder and Streamer Model Name: Z3Stream-SDI-01 Software Version 2.45 Before attempting to connect or operate this product, please read these instructions carefully

More information

Media player for windows 10 free download

Media player for windows 10 free download Media player for windows 10 free download Update to the latest version of Internet Explorer. You need to update your browser to use the site. PROS: High-quality playback, Wide range of formats, Fast and

More information

Introduction of ivms-4200 v2.0

Introduction of ivms-4200 v2.0 2012.2 Introduction of ivms-4200 v2.0 Contents Brief Introduction Functions and Features Specification Brief Introduction ivms-4200 is a free management software for Hikvision DVR, NVR, IPC, encoders,

More information

User s Manual. HD Multi-format Video Encoder. Model Name: Z3-MVE-02

User s Manual. HD Multi-format Video Encoder. Model Name: Z3-MVE-02 Z 3 Technology User s Manual HD Multi-format Video Encoder Model Name: Z3-MVE-02 Version 1.04.16 July 17, 2012 Before attempting to connect or operate this product, please read these instructions carefully

More information

LOREX CLIENT 3.0 SOFTWARE MANUAL IRMS Integrated Remote Management Software

LOREX CLIENT 3.0 SOFTWARE MANUAL IRMS Integrated Remote Management Software LOREX CLIENT 3.0 SOFTWARE MANUAL IRMS Integrated Remote Management Software Instruction Manual English Version 2.0 Copyright 2007 Lorex Technology Inc. www.lorexcctv.com Table of Contents Overview... -

More information

HD 1080P 60FPS Game Capture Quick Start Guide

HD 1080P 60FPS Game Capture Quick Start Guide HD 1080P 60FPS Game Capture Quick Start Guide Thanks for purchasing HD game capture. Hope this device will bring you nice digital experience. With the Full HD 1080P 60FPS game capture, just plug to your

More information

NVR User s Manual. Version /10/12

NVR User s Manual. Version /10/12 NVR User s Manual Version 2.3.05 2012/10/12 Table of Contents 1 Overview 9 NVR Architecture... 9 NVR Server... 9 NVR Workstation... 10 NVR Web Client... 10 Hardware System Requirements... 11 Operating

More information

Marshall Electronics. VS Manager. Software Manual

Marshall Electronics. VS Manager. Software Manual Marshall Electronics VS Manager Software Manual Copyright February 2012, Marshall Electronics, Inc. All Rights Reserved. This document may not be copied. Trademarks Other trademarks used in this document

More information

MagicInfo Player I. Quick Start Guide

MagicInfo Player I. Quick Start Guide Quick Start Guide This guide is designed to provide easy and convenient instructions for using the software. For more information, refer to MagicInfo Player I User Manual. Player I is an application which

More information

JetVote User Guide. Table of Contents

JetVote User Guide. Table of Contents User Guide English Table of Contents 1 General Information... 3 Minimum System Requirements... 3 2 Getting Started... 4 Software Installation... 4 Installing the Server... 4 Installing Quiz Packets (Optional)...

More information

VEGA-2000(HVC-6300) Full HD HEVC/H.264 Real-time Encoder Module. Quick Start Manual

VEGA-2000(HVC-6300) Full HD HEVC/H.264 Real-time Encoder Module. Quick Start Manual VEGA-2000(HVC-6300) Full HD HEVC/H.264 Real-time Encoder Module Quick Start Manual Author: Andrew Huang (Software) Status: Version 0.8 Document ID: History Version Date Software version Handled by Comments

More information

Wirecast Release Notes

Wirecast Release Notes Wirecast 4.2.4 Release Notes System Requirements Mac OS X Mac OS X 10.6 or later, including Mountain Lion Intel-based Mac Minimum 2GB RAM QuickTime 7 or higher 200 MB hard drive (for install) Hard drive

More information

Online Help Browser Requirements Safari *Please note: Episode 7 does not support OS X or previous versions of Mac OS X.

Online Help Browser Requirements Safari *Please note: Episode 7 does not support OS X or previous versions of Mac OS X. System Requirements Episode 7.3 Release Notes Mac Minimum System Requirements Operating System: OS X 10.11 or higher (Includes macos Sierra 10.12) RAM: 8 GB or more 256 GB hard disk space, with 300 MB

More information

HV-320 DVB-T FPV TV Transmitter Box Quick Installation Guide

HV-320 DVB-T FPV TV Transmitter Box Quick Installation Guide HV-320 DVB-T FPV TV Transmitter Box Quick Installation Guide PACKAGE CONTENTS 2 FRONT PANEL VIEW 2 BACK PANEL VIEW 2 BOARD VIEW 3 POWER ON 4 CONFIGURE THE TRANSMISSION PARAMETERS 5 BACKUP AND RESTORE DC

More information

UbiLive Home Edition 2.0 User Guide

UbiLive Home Edition 2.0 User Guide UbiLive Home Edition 2.0 User Guide 1 Table of contents 1. Product Overview... 3 1.1 Language Supports... 3 2. Installation... 3 2.1 System Requirements... 3 2.2 Installation Procedure... 3 2.3 Firewall

More information

CommPortal Communicator Desktop End User Guide 19 Feb 2014

CommPortal Communicator Desktop End User Guide 19 Feb 2014 End User Guide 19 Feb 2014 Integra Hosted Voice Service PC Communicator Desktop End User Guide 19 Feb 2014 21 Feb 20134 End User Guide Contents 1 Introduction... 1-1 1.1 Using this End User Guide... 1-2

More information

Wirecast Release Notes

Wirecast Release Notes Wirecast 4.2.5 Release Notes System Requirements Mac OS X Mac OS X 10.6 or later, including Mountain Lion Intel-based Mac Minimum 2GB RAM QuickTime 7 or higher 200 MB hard drive (for install) Hard drive

More information

Table of Contents. Chapter 1 Introduction Features System Diagram... 3 Multi-Server... 3 Single-Server... 3

Table of Contents. Chapter 1 Introduction Features System Diagram... 3 Multi-Server... 3 Single-Server... 3 inex Standard Table of Contents Chapter 1 Introduction... 1 1.1 Features... 1 1.2 System Diagram... 3 Multi-Server... 3 Single-Server... 3 Chapter 2 Installation... 5 2.1 Product Information... 5 Package

More information

Switch Release Notes. Switch

Switch Release Notes. Switch Switch 3.0.1 Release Notes Switch Telestream Switch is an award-winning cross platform media player, inspector, and correction tool for professionals. Switch comes in three versions: Switch Player (free),

More information

queue (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual

queue (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual queue (V4.X) (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual Date: 2009/08/11 i Contents 1. Introduction... 1 2. System requirement...1 3. Automatic installation of queue...

More information

MagicInfo VideoWall Author

MagicInfo VideoWall Author MagicInfo VideoWall Author MagicInfo VideoWall Author User Guide MagicInfo VideoWall Author is a program designed to construct a VideoWall layout and create VideoWall content by adding various elements

More information

MagicInfo Server. User Guide. MagicInfo Server

MagicInfo Server. User Guide. MagicInfo Server MagicInfo Server MagicInfo Server User Guide MagicInfo Server is a web-based tool used to manage content files and devices. It also creates and distributes content file schedules. MagicInfo Server Contents

More information

Job Profiles. Introduction to Job Profiles. Send document feedack to CHAPTER

Job Profiles. Introduction to Job Profiles. Send document feedack to CHAPTER CHAPTER 6 Revised: March 12, 2010 are templates that define how jobs should be processed; they can contain part or all the settings required to process jobs from beginning to final distribution. This chapter

More information

New Features. Changes/Improvements. o Icon indicates current media selected for recording o Message when Cube fails to write to the SD card

New Features. Changes/Improvements. o Icon indicates current media selected for recording o Message when Cube fails to write to the SD card Teradek Cube/Brik Firmware Version 7.1.4 Release Notes page 1 of 16 New Features Support for Edge platform Added Bonding Dashboard for Link and Edge Support for 480i and 576i HDMI input only on Cube 205,

More information

HDC-3x Series Quick Installation Guide

HDC-3x Series Quick Installation Guide Video/audio capture card with HDMI input channel, 1920x1080@60p,and Hardware H.264 codec HDC-3x Series Quick Installation Guide Version 2.0 26 September, 2012 1. Package List HDC-304E package includes

More information

English Table of Contents

English Table of Contents Table of Contents Agama V-2025 Features 1 Set up the device 2 720P HD Video Recording 3-6 Using Instant Messenger Application 7-8 CrazyTalk CamSuite PRO 9-19 CrazyTalk CamSuite PRO with IM Application

More information

ACTi NVR User s Manual. Version /6/21

ACTi NVR User s Manual. Version /6/21 ACTi NVR User s Manual Version 2.2.57 2010/6/21 Table of Contents NVR 2.2 SP3 (V2.2.57) User s Manual 1 Overview 9 ACTi NVR Architecture... 9 ACTi NVR Server... 9 ACTi NVR Workstation... 10 NVR Web Client...

More information

litecam HD GUIDE For litecam HD Version 5.0 Contents

litecam HD GUIDE For litecam HD Version 5.0 Contents 1 litecam HD GUIDE For litecam HD Version 5.0 Contents 2 TABLE OF CONTENTS SYSTEM REQUIREMENTS 4 LITECAM HD INSTALLATION GUIDE 5 litecam HD installation Procedure... 5 - Installation... 5 - Activation...

More information

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc.

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc. XLmanage Version 2.4 Installation Guide ClearCube Technology, Inc. www.clearcube.com Copyright and Trademark Notices Copyright 2009 ClearCube Technology, Inc. All Rights Reserved. Information in this document

More information

JVA04 HDMI to USB Type-C Game Capture Station Manual Contents

JVA04 HDMI to USB Type-C Game Capture Station Manual Contents JVA04 HDMI to USB Type-C Game Capture Station Manual Contents 1. INTRODUCTION... 2 1.1 FEATURES... 2 1.2 PACKAGE CONTENTS... 3 1.3 SPECIFICATIONS... 3 1.4 SYSTEM REQUIREMENTS... 4 Computer... 4 Phone...

More information

User Instructions Ultra-Compact H.264 Media Encoder and Streamer

User Instructions Ultra-Compact H.264 Media Encoder and Streamer User Instructions Ultra-Compact H.264 Media Encoder and Streamer Model Name: Z3Stream-01 Software Version 2.34 Before attempting to connect or operate this product, please read these instructions carefully

More information

Table of contents 2 / 16

Table of contents 2 / 16 EMV-HDR 1 / 16 Table of contents Introduction... 3 Getting Started... 4 System requirements... 4 Getting help... 4 Main Interface... 5 Video Input... 6 Capture Pin... 7 Preview Pin... 7 Video Encoder...

More information

Video bitrate and framerate could increase if video was reconnected after a long period without sync

Video bitrate and framerate could increase if video was reconnected after a long period without sync Teradek Cube/Brik Firmware Version 7.0.4 Release Notes page 1 of 14 New Features None Changes/Improvements None Bug Fixes Video bitrate and framerate could increase if video was reconnected after a long

More information

IOCAST video transmission solutions

IOCAST video transmission solutions IOCAST video transmission solutions HD, SD, Single-Encoder, Decoder, Multi-Encoder IOCAST D Flash Streaming D Quicktime Streaming (Web and 3GPP) D MPEG-TS D Quad Encoding D Multirate Encoding D DVB & DMB...

More information

SRG-300SE/301SE/201SE

SRG-300SE/301SE/201SE SRG-300SE/301SE/201SE Release Note Ver. 3.0.0 October 13, 2017 Sony Corporation Revision History # Date Version Changes and comments 1 2015/04/10 2.0.0 SRG-300SE/301SE Ver2.0.0 release 2 2017/01/25 2.2.0

More information

Windows Media Player Manual Update Xp 11 Gratis Setup

Windows Media Player Manual Update Xp 11 Gratis Setup Windows Media Player Manual Update Xp 11 Gratis Setup Determine the version of Windows Media Player currently installed on your PC. 7.0.0.1958, WMP 7 Update. 7.0.0.1956, WMP 7 with Setup updates. 7.0.0.1440,

More information

Central Management Software for NVR-915 / NVR-1615 CV5-M256

Central Management Software for NVR-915 / NVR-1615 CV5-M256 Central Management Software for NVR-915 / NVR-1615 Table of Contents Chapter 1. Main Console... 4 1.1 Tool Bar... 4 1.2 NVR List... 5 1.3 Division List... 7 1.4 Group List... 9 1.5 PTZ Panel...11 1.6 Operation

More information

Exterity IPTV Manager Administrator s Guide

Exterity IPTV Manager Administrator s Guide Exterity IPTV Manager Administrator s Guide Notices Exterity Limited 2003-2008 This document contains information that is protected by copyright. Reproduction, adaptation, or translation without prior

More information

HDC-304E Quick Installation Guide Version 1.0

HDC-304E Quick Installation Guide Version 1.0 PCI express video/audio capture card with four HDMI input channels,1920x1080@60p,and Hardware H.264 codec HDC-304E Quick Installation Guide Version 1.0 Jan. 10, 2011 Package List HDC-304E package includes

More information

User Manual of TBS2660

User Manual of TBS2660 User Manual of TBS2660 Contents 1. Brief Introduction... 2 2.Features... 2 3.Appearance... 2 3.1 Front Panel... 3 3.2 Rear Panel... 3 3.3 Interface... 3 4. Access to Main Interface... 3 4.1 Open the Web

More information

Model: LT-101-USB. LT-101 For USB

Model: LT-101-USB. LT-101 For USB Model: LT-101-USB LT-101 For USB Data Sheet JUNE 2014 Page 1 Introduction... 3 Input Video and Audio Connections... 4 Host bus connectivity... 6 Functional description... 7 Video Front-end... 7 Color Adjustment...

More information

Important Encoder Settings for Your Live Stream

Important Encoder Settings for Your Live Stream Important Encoder Settings for Your Live Stream Being able to stream live video over the Internet is a complex technical endeavor. It requires a good understanding of a number of working parts. That s

More information

Fixed bonding settings not being applied in Sputnik Direct mode.

Fixed bonding settings not being applied in Sputnik Direct mode. Teradek Cube/Brik Firmware Version 7.1.10 Release Notes page 1 of 16 New Features New features for Zixi Streaming: o Dynamic Bitrate Encoder will adapt to the network conditions by adjusting the bitrate

More information

Quick Start Guide V

Quick Start Guide V Quick Start Guide V8.5.8.0 Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. DVRV8580-QG-A 2013 GeoVision, Inc. All rights

More information

Table of Contents. Chapter 1 Introduction Features System Diagram... 2

Table of Contents. Chapter 1 Introduction Features System Diagram... 2 inex Standard Table of Contents Chapter 1 Introduction... 1 1.1 Features... 1 1.2 System Diagram... 2 Chapter 2 Installation... 5 2.1 Product Information... 5 Package Contents... 5 System Requirements...

More information

TotalCode Studio. Professional desktop encoding for digital distribution and over the top services NEW FEATURES

TotalCode Studio. Professional desktop encoding for digital distribution and over the top services NEW FEATURES TotalCode Studio Professional desktop encoding for digital distribution and over the top services Whether your content is consumed on tablets, smartphones, TVs or set-top boxes or delivered through different

More information

USING AVID TRANSFER MANAGER/ENGINE VERSION 2.6 WITH FLIPFACTORY

USING AVID TRANSFER MANAGER/ENGINE VERSION 2.6 WITH FLIPFACTORY App Not e USING AVID TRANSFER MANAGER/ENGINE VERSION 2.6 WITH FLIPFACTORY Synopsis... 2 Installing Avid Interplay TransferManager Components... 3 Obtaining Interplay TransferManager Components...3 Installing

More information

EAN-RTSP PN: EAN-RTSP 5/18/2018. SightLine Applications, Inc.

EAN-RTSP PN: EAN-RTSP 5/18/2018. SightLine Applications, Inc. PN: EAN-RTSP 5/18/2018 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com Phone: +1 (541) 716-5137 Export

More information

eeg EEG Application Note icap Alta Virtual Machine Setup Applies to Products: icap Alta VM Last Revised: June 2017

eeg EEG Application Note icap Alta Virtual Machine Setup Applies to Products: icap Alta VM Last Revised: June 2017 eeg EEG Application Note icap Alta Virtual Machine Setup Applies to Products: icap Alta VM Last Revised: June 2017 This document describes installation and basic use of the icap Alta system for connecting

More information

Upgrading to Pro Tools 6.9

Upgrading to Pro Tools 6.9 Upgrading to Pro Tools 6.9 Version 6.9 for HD or LE Systems on Windows or Macintosh Digidesign 2001 Junipero Serra Boulevard Daly City, CA 94014-3886 USA tel: 650 731 6300 fax: 650 731 6399 Technical Support

More information

HP Visual Collaboration Desktop. User Guide

HP Visual Collaboration Desktop. User Guide HP Visual Collaboration Desktop User Guide HP Visual Collaboration Desktop v2.0 First edition: November 2010 Legal notices Copyright 2010 Hewlett-Packard Development Company, L.P. The information contained

More information

EAN-RTSP User Guide. PN: EAN-RTSP-User Guide 9/18/2017. SightLine Applications, Inc.

EAN-RTSP User Guide. PN: EAN-RTSP-User Guide 9/18/2017. SightLine Applications, Inc. EAN-RTSP User Guide PN: EAN-RTSP-User Guide 9/18/2017 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

PresenterPLUS Quick Start

PresenterPLUS Quick Start PresenterPLUS Quick Start 1.1 Overview The following is a Quick Start for Accordent s PresenterPLUS presentation authoring software. This document will guide you through installation of PresenterPLUS and

More information

Window Media Player Manual Update Xp Dvd Decoder

Window Media Player Manual Update Xp Dvd Decoder Window Media Player Manual Update Xp Dvd Decoder Windows XP, Windows Vista, Windows 2000, English. Download (382.5 KB). Description. DVD Decoder Pack is an extension for the famous Windows Media Player

More information

Installing and Setting Up the Snap-on EPC. Rev.1.10 (10 Oct 2013) PN EN

Installing and Setting Up the Snap-on EPC. Rev.1.10 (10 Oct 2013) PN EN Installing and Setting Up the Snap-on EPC Rev.1.10 (10 Oct 2013) PN 275-0800-EN Table of Contents 1. Introduction... 3 2. Minimum Requirements... 4 3. Installing the Snap-on EPC... 6 4. Licensing the Snap-on

More information

HOW TO Use Microsoft Expression Encoder

HOW TO Use Microsoft Expression Encoder HOW TO Use Microsoft Expression Encoder Microsoft Expression Encoder is a free tool for converting video files such as MPG, MP4, and AVI files to Windows Media Video (WMV) format for use in AdQue. It can

More information

Windows Media Player Manual Update Xp Dvd Decoder

Windows Media Player Manual Update Xp Dvd Decoder Windows Media Player Manual Update Xp Dvd Decoder Windows XP, Windows Vista, Windows 2000, English. Download (382.5 KB). Description. DVD Decoder Pack is an extension for the famous Windows Media Player

More information

Quicktime Player Error Codec For Avi Per

Quicktime Player Error Codec For Avi Per Quicktime Player Error Codec For Avi Per Oct 2, 2014. a movie and its.avi and i am getting an error post "converting" where it says. QuickTime player can't open Try another video player, such as VLC. Quicktime

More information

Discover Video. StreamEngine. User Guide. Version 1.0. Discover Video LLC 8/5/2016

Discover Video. StreamEngine. User Guide. Version 1.0. Discover Video LLC   8/5/2016 Discover Video User Guide Version 1.0 8/5/2016 Discover Video LLC www.discovervideo.com Contents General Description...3 Installation...4 Getting Started...5 Edit Settings...8 File Output Settings...9

More information

DHE-1000 MPEG4 HD ENCODER. MPEG4 system with IP output. Technical documentation / Instruction set

DHE-1000 MPEG4 HD ENCODER. MPEG4 system with IP output. Technical documentation / Instruction set DHE-1000 MPEG4 HD ENCODER MPEG4 system with IP output Technical documentation / Instruction set Teletechnika Ltd. 3rd Edition / 6 th November 2012 General description The MPEG-2 compression that brought

More information

VF-REC ver manual. Manual VILLAGE ISLAND VF-REC. Version 3.3.3

VF-REC ver manual. Manual VILLAGE ISLAND VF-REC. Version 3.3.3 Manual VILLAGE ISLAND VF-REC Version 3.3.3 1 Contents 1 INTRODUCTION 3 2 SYSTEM REQUIREMENTS 6 3 VERSION HISTORY 9 4 INSTALLATION 10 5 USAGE OVERVIEW 11 5.1 Monitor view 13 5.2 Settings view 14 5.3 Logs

More information

AT&T Core Mobility Integrated Dispatch Console User Guide. Installation Guide. AT&T Integrated Dispatch Console 3.0

AT&T Core Mobility Integrated Dispatch Console User Guide. Installation Guide. AT&T Integrated Dispatch Console 3.0 Installation Guide AT&T Integrated Dispatch Console 3.0 October 2016 Table of Content 1. Introduction... 3 1.1. Purpose and Scope... 3 1.2. Terms and Definitions... 3 1.3. About this Manual... 5 1.4. What

More information

Project Title: Design and Implementation of IPTV System Project Supervisor: Dr. Khaled Fouad Elsayed

Project Title: Design and Implementation of IPTV System Project Supervisor: Dr. Khaled Fouad Elsayed Project Title: Design and Implementation of IPTV System Project Supervisor: Dr. Khaled Fouad Elsayed What's IPTV? In brief IPTV is a method of distributing television content over IP that enables a more

More information

LadibugTM Visual Presenter Image Software User Manual

LadibugTM Visual Presenter Image Software User Manual LadibugTM Visual Presenter Image Software User Manual 1 Contents 1. Introduction... 3 2. System requirement... 3 3. Install Ladibug TM... 4 3.1 In Windows XP/ Vista... 4 3.2 In Windows MAC... 6 4. Connection...

More information

Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use.

Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. Quick Start Guide V8.5 2011 GeoVision, Inc. All rights reserved. Under

More information

DM-TXRX-100-STR HD Streaming Transmitter/Receiver. Supplemental Guide Crestron Electronics, Inc.

DM-TXRX-100-STR HD Streaming Transmitter/Receiver. Supplemental Guide Crestron Electronics, Inc. DM-TXRX-100-STR HD Streaming Transmitter/Receiver Supplemental Guide Crestron Electronics, Inc. The product warranty can be found at www.crestron.com/warranty. The specific patents that cover Crestron

More information

Table of Contents. Encoder to Decoder... Audio & Antenna Connections... Encoder to Software Decoder... Encoder to Internet...

Table of Contents. Encoder to Decoder... Audio & Antenna Connections... Encoder to Software Decoder... Encoder to Internet... Table of Contents Introduction... 4 Video Manual... 5 Mounting Options... 6 Power Connection... 7 Encoder & Decoder LEDs... 8 Audio & Antenna Connections... 8 Encoder to Software Decoder... 9 Encoder to

More information

InventoryControl Quick Start Guide

InventoryControl Quick Start Guide InventoryControl Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY PRODUCTS OR SERVICES ARE

More information

Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder -

Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder - Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder - MainConcept AAC Encoder Plug-In v1.0.6 Contents Introduction..........................................................

More information

Cinegy Desktop 10.5 System Recommendations. Cinegy GmbH. Document version: 12346f0

Cinegy Desktop 10.5 System Recommendations. Cinegy GmbH. Document version: 12346f0 Cinegy Desktop 10.5 System Recommendations Cinegy GmbH Document version: 12346f0 Table of Contents Cinegy Desktop..................................................................................... 1

More information

October 26, 2016 Streaming Media West Booth 101

October 26, 2016 Streaming Media West Booth 101 Contact: Rebecca Gray Marketing Manager DVEO division of Computer Modules, Inc. 858-613-1818 rebecca@dveo.com Immediate Release October 26, 2016 Streaming Media West Booth 101 DVEO Announces New Products

More information

User Instructions H.265 4K IP Camera

User Instructions H.265 4K IP Camera User Instructions H.265 4K IP Camera Model Name: Z3Cam-4K Software Version 2.09 Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future

More information

OZO+ C A M E R A S E T U P G U I D E A N D R E Q U I R E M E N T S

OZO+ C A M E R A S E T U P G U I D E A N D R E Q U I R E M E N T S OZO+ C A M E R A S E T U P G U I D E A N D R E Q U I R E M E N T S Updated 15 th August 2017 References OZO Remote V2.1 2 Pre-requisites Before starting, you will need to have the following configurations.

More information

T-RAX ENCODER/DECODER RACK SYSTEM USER GUIDE

T-RAX ENCODER/DECODER RACK SYSTEM USER GUIDE T-RAX ENCODER/DECODER RACK SYSTEM USER GUIDE 2017 Teradek, LLC. All Rights Reserved. 2017, Teradek, LLC. All rights reserved. TABLE OF CONTENTS 1. Physical Properties... 2 Hardware Description... 2 LED

More information

User Instructions H.265 4K IP Camera

User Instructions H.265 4K IP Camera User Instructions H.265 4K IP Camera Model Name: Z3Cam-4K Software Version 2.08 Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future

More information

Archives 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

Archives 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 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

Resusci Anne Skills Station

Resusci Anne Skills Station MicroSim Frequently Asked Questions 1 Resusci_anne_skills-station_installation-guide_sp7012_UK.indd 1 25/01/08 10:51:33 2 Resusci_anne_skills-station_installation-guide_sp7012_UK.indd 2 25/01/08 10:51:33

More information

Lorex Client 7.0 & Lorex Message Master

Lorex Client 7.0 & Lorex Message Master Lorex Client 7.0 & Lorex Message Master Software Manual English Version 1.0 MODELS: L19WD Series www.lorexcctv.com Includes L19WD800 & L19WD1600 Copyright 2008 Lorex Technology Inc. Table of Contents Table

More information

IP Device Integration Notes

IP Device Integration Notes IP Device Integration Notes Article ID: V1-13-11-06-t Release Date: 11/06/2013 Applied to GV-System version 8.5.8 Naming and Definition GV-System GeoVision Analog and Digital Video Recording Software.

More information

Intelli-Signage Signage Designer Software

Intelli-Signage Signage Designer Software Intelli-Signage (User Manual V1.0) version: V3.0.0.0 Contents 1. Introduction... 1 2. System requirement... 1 2.1 Signage Player Software... 1 2.2... 1 3. Installation/Uninstallation of... 2 4. interface...

More information

32-bit Windows XP / Vista / 7 / 8 / Server bit Windows 7 / 8 / Server 2008 R2 / Server Core 2 Duo E4400, 2.00 GHz

32-bit Windows XP / Vista / 7 / 8 / Server bit Windows 7 / 8 / Server 2008 R2 / Server Core 2 Duo E4400, 2.00 GHz Card The Card provides up to 4 video channels of HD-SDI cameras, recording up to 120 /100 fps (NTSC / PAL) in total at 1080p with H.264 hardware compression. You can install up to four Cards for a total

More information

Online Help Browser Requirements Safari *Please note: Episode 7 does not support OS X or previous versions of Mac OS X.

Online Help Browser Requirements Safari *Please note: Episode 7 does not support OS X or previous versions of Mac OS X. System Requirements Episode 7.5 Release Notes Mac Minimum System Requirements Operating System: OS X 10.11 or higher (Includes macos Sierra 10.12) RAM: 8 GB or more 256 GB hard disk space, with 300 MB

More information

SOFTWARE DECODER N-SD2000 INSTRUCTION MANUAL. Rev. 1.1

SOFTWARE DECODER N-SD2000 INSTRUCTION MANUAL. Rev. 1.1 INSTRUCTION MANUAL Rev. 1.1 SOFTWARE DECODER N-SD2000 Thank you for purchasing TOA's software decoder. Please carefully follow the instructions in this manual to ensure long, trouble-free use of your equipment.

More information

USING AVID TRANSFER MANAGER/ENGINE VERSION 2.4 WITH FLIPFACTORY

USING AVID TRANSFER MANAGER/ENGINE VERSION 2.4 WITH FLIPFACTORY App Not e USING AVID TRANSFER MANAGER/ENGINE VERSION 2.4 WITH FLIPFACTORY Synopsis... 2 Installing Avid Interplay TransferManager Components... 3 Obtaining Interplay TransferManager Components... 3 Installing

More information

Emblaze-VCON Conferencing Bridge (VCB5) 5.1 SP1

Emblaze-VCON Conferencing Bridge (VCB5) 5.1 SP1 Emblaze-VCON Conferencing Bridge (VCB5) 5.1 SP1 Release Notes February, 2007 Fixed Bugs 1. VCB sent wrong bandwidth for systems that connected as a lower rate than the conference rate. 2. Bad audio on

More information

Osprey 700e/710e HD Multimedia Capture Driver

Osprey 700e/710e HD Multimedia Capture Driver Osprey 700e/710e HD Multimedia Capture Driver Release Notes Driver Version 2.1.0.92 VIDEO CAPTURE CARD Osprey 700e HD Osprey 710e HD This driver has been tested on the following operating systems: 64-bit

More information

AW-SF100 Standalone Version. Installation Procedures

AW-SF100 Standalone Version. Installation Procedures AW-SF100 Standalone Version Installation Procedures Revision 0.06 November 26, 2015 Professional AV Systems Business Unit Panasonic AVC Networks Company Panasonic Co., Ltd. 1. INTRODUCTION... 3 2. SETTING

More information

NETPC-BD6C User s Manual BASED ON VERSION AMD DRIVER

NETPC-BD6C User s Manual BASED ON VERSION AMD DRIVER NETPC-BD6C User s Manual BASED ON VERSION 9.001 AMD DRIVER The purpose of this document is to discuss the uses and various setups for the Technovare Multiport computer (NETPC-BD6C). The NETPC-BD6C consists

More information

UPSTAGE VIDEO HACK ANNEX

UPSTAGE VIDEO HACK ANNEX UPSTAGE VIDEO HACK ANNEX 1 2 Published : 2013-10-25 License : None INTRODUCTION T his manual is for the UpStage Video Hack (2013) and is specifically about the new audio-visual streaming feature, developed

More information

Native playback H264 Video freezes on high spec pro system Posted by Julia - 03 Jul :27

Native playback H264 Video freezes on high spec pro system Posted by Julia - 03 Jul :27 Native playback H264 Video freezes on high spec pro system Posted by Julia - 03 Jul 2012 07:27 I would like to be able to view 1080p video from my gopro Hero 2 within Lightworks without transcoding. After

More information

IvsEncoder Users Guide v.1.0

IvsEncoder Users Guide v.1.0 IvsEncoder Users Guide v.1.0 INTRODUCTION ivsencoder is an advanced capture application, designed to improve capture quality and to provide several time saving tools. IvsEncoder is dedicated to Velocity

More information