User Manual
Table Of Contents
- 1: Introduction/Overview
- 1.1 Documentation notes
- 1.2 Important safety note
- 1.3 Product introduction
- 1.4 General product handling and operation
- 1.4.1 Protection from water and dust ingress
- 1.4.2 Powering on/off and sleep mode
- 1.4.3 Attaching, detaching, and handling modules
- 1.4.4 Attaching the strap
- 1.4.5 About the touchscreen display
- 1.4.6 Selecting the active interface
- 1.4.7 Running a function or test
- 1.4.8 Repeating a function or test
- 1.4.9 Screen title bar buttons/icons
- 1.4.10 Capturing a screen image (screenshot)
- 1.4.11 Stopping a test
- 1.4.12 Saving results
- 1.4.13 Maximum test duration for continuous tests
- 1.4.14 Interpreting results
- 1.4.15 Important MoCA module compatibility note
- 1.5 Remote control of the unit
- 1.6 Licensed feature details
- 1.7 Maintenance
- 1.8 FTP information
- 1.9 Technical support
- 2: Wi-Fi Testing Menu
- 3: 10/100/1G Testing Menu
- 4: System Menu
- 4.1 Record Manager
- 4.2 Admin Port
- 4.3 Set Date and Time
- 4.4 Sync with PC
- 4.5 Version Info
- 4.6 Battery Status
- 4.7 Download IPTV Channel Guide
- 4.8 Cal Touchscreen
- 4.9 Licensed Options
- 4.10 Update Firmware
- 4.11 System/Module Settings
- 4.11.1 System/Module Settings > Base Unit
- 4.11.2 System/Module Settings > RF Video Module
- 4.11.3 System/Module Settings > ADSL/VDSL2 Module
- 4.11.4 System/Module Settings > Combined Module Default
- 4.11.5 System/Module Settings > MoCA Module
- 4.11.6 System/Module Settings > DOCSIS Module
- 4.11.7 System/Module Settings > CSM Module
- 4.11.8 System/Module Settings > MoCA-RF Module
- 4.11.9 System/Module Settings > Wi-Fi
- 4.12 Taskforce
- 4.13 Signature Capture
- 4.14 Language Selection
- 4.15 Help and Support
- 5: IP and Video Testing
- 5.1 IP Network Setup
- 5.2 Connection Info
- 5.3 Ping
- 5.4 Traceroute
- 5.5 Web Browser
- 5.6 Packet Loss Test
- 5.7 Throughput
- 5.8 Speedtest
- 5.9 IP Video testing
- 5.9.1 Video QoS (Quality of Service)
- 5.9.2 Change Channel
- 5.9.3 Channel Guide Settings
- 6: Specifications
Verizon Base Unit User Guide Rev B PRELIMINARY 3/20/2014 Tech-X Flex
®
(P5)
5-46
Intro
Wi-Fi
10/100
System
IP/Video
Specs
channel guide also provides a series of other default testing parameters for each channel, such codec
type and media stream information.
NOTE: The channel guide concept does not apply to unicast video. With unicast, the destination IP
address for video packets will be that of the endpoint device (such as an STB), rather than a
predictable multicast address. Therefore, it is not possible to standardize unicast IP information
within a channel guide.
Channel guides are in XML format and must adhere exactly to the format in the following sample (except
for the <!-- comments -->), with regard to tag names, case-sensitivity, and element hierarchy:
<video-channel-info>
<!-- Each channel is defined by a single <channel-info> element -->
<channel-info>
<!-- Channel number, an integer -->
<channel-number>001</channel-number>
<!-- Channel abbreviation, a string -->
<channel-abbreviation>ESPN</channel-abbreviation>
<!-- IP address of the channel stream in xxx.xxx.xxx.xxx format -->
<IP-address>239.255.1.101</IP-address>
<!-- UDP port of the stream, an integer -->
<IP-port>3002</IP-port>
<!-- Encapsulation type, UDP or RTP -->
<encapsulation>UDP</encapsulation>
<!-- Codec, H264, MPEG2, MPEG4, or NA -->
<codec>MPEG2</codec>
<!-- Jitter buffer mode, FIXED or ADAPTIVE
-->
<jitter-mode>FIXED</jitter-mode>
<!-- GOP type, GOP_A, GOP_B, GOP_C, GOP_D, or GOP_E -->
<gop-type>GOP_C</gop-type>
<!-- GOP length, 1 - 100 -->
<gop-length>15</gop-length>
<!-- Loss sensitivity, -50 - 50 -->
<loss-sensitivity>0</loss-sensitivity>
<!-- Concealment level, 0 - 50 -->
<packet-loss-concealment-level>2</packet-loss-concealment-level>
<!-- Complexity (content coding factor), -50 - 50 -->
<image-complexity>0</image-complexity>
</channel-info>
<!-- ...additional <channel-info> elements, one for each channel -->
</video-channel-info>