Instruction manual
Table Of Contents
- Additional Tools and Software
 - Using the Command Line Configuration Utility (hdhomerun_config)
 - Supported Commands
 - HTTP Streaming (TECH3-6CC-3x2 only)
 - Lineup file (TECH3-6CC-3x2 only)
 - Datacast operation
 - Using /sys/boot
 - Setting the channel map
 - Multicast
 - Example Boot Script Configurations
 - Tuning 2 ATSC channels and streaming to multicast addresses using RTP:
 - /tuner0/channelmap us-bcast
 - /tuner0/channel 31
 - /tuner0/program 3
 - /tuner0/target rtp://239.255.1.1:59001
 - /tuner1/channelmap us-bcast
 - /tuner1/channel 8
 - /tuner1/program 1
 - /tuner1/target rtp://239.255.1.2:59002
 - Tuning 3 digital cable channels using a CableCARD and streaming to multicast addresses using RTP:
 - /tuner0/vchannel 702
 - /tuner0/target rtp://239.255.1.1:59001
 - /tuner1/vchannel 740
 - /tuner1/target rtp://239.255.1.2:59002
 - /tuner2/vchannel 771
 - /tuner1/target rtp://239.255.1.3:59003
 - Tuning 2 DVB-T channels in Australia and streaming to multicast addresses using UDP:
 - /tuner0/channelmap au-bcast
 - /tuner0/channel 5
 - /tuner0/program 20121
 - /tuner0/target udp://239.255.1.1:59001
 - /tuner1/channelmap au-bcast
 - /tuner1/channel 44
 - /tuner1/program 28753
 - /tuner1/target udp://239.255.1.2:59002
 - Tuning 2 DVB-C channels in Europe and streaming to a single PC, ignoring rejection messages from the PC due to a closed port:
 - /tuner0/channelmap eu-cable
 - /tuner0/channel 646
 - /tuner0/program 231
 - /tuner0/target udp://192.168.0.22:59001 no_clear
 - /tuner1/channelmap eu-cable
 - /tuner1/channel 770
 - /tuner1/program 24112
 - /tuner1/target udp://192.168.0.22:59002 no_clear
 - HDHomeRun QuickTV (Windows)
 - VideoLAN VLC
 - TSReader
 
Supported Commands
The get/set options supported by a specific device can be queried using the get help command:
 hdhomerun_config <id> get help
Example output:
/card/status Get status of CableCARD (6CC only)
/oob/channel <modulation>:<freq> Get/set out of band channel (6CC only)
/oob/debug Get out of band channel debug info (6CC only)
/oob/status Get out of band channel status info (6CC only)
/sys/boot <config> Get/set boot configuration
/sys/copyright Get copyright information
/sys/debug Get/set system debug information
/sys/features Get system feature information
/sys/hwmodel Get system hardware model string
/sys/ipaddr dhcp|"<ip> <mask> <gw> <dns>" Get/set system IP address
/sys/model Get/set model string
/sys/restart <resource> Restart device/component
/sys/version Get firmware version
/tuner<n>/channel <modulation>:<freq|ch> Get/set channel
/tuner<n>/channelmap <channelmap> Get/set channelmap
/tuner<n>/debug Get tuner debug information
/tuner<n>/filter "0x<nnnn>-0x<nnnn> […]" Get/set tuner PID filter
/tuner<n>/lockkey Get/set tuner locking
/tuner<n>/plotsample Get raw plotsample data from tuner
/tuner<n>/program <program number> Get/set MPEG program
/tuner<n>/streaminfo Get list of programs on current channel
/tuner<n>/status Get tuner status
/tuner<n>/target <ip>:<port> Get/set stream target
/tuner<n>/vchannel <vchannel> Get/set virtual channel number (6CC only)
/tuner<n>/vstatus Get/set subscription/protection status (6CC only)
