-
HDHomeRun: Multicast
Using hdhomerun_config command you issue the following (after tuning into the channel ofcourse): 1) hdhomerun_config set /tuner0/target none2) hdhomerun_config set /tuner0/channel qam:a) hdhomerun_config set /tuner0/streaminfo3) hdhomerun_config set /tuner0/program4) hdhomerun_config set /tuner0/target MCast Address is in range of: 224.0.0.0 –> 239.255.255.255
-
HDHomeRun: Ports and LED layout
Front: Single LED – Power. Window – left to right:– Ethernet link.– Tuner 0 streaming video.– Tuner 1 streaming video.– IR detector. Back: Looking at the back – left to right:– Power.– Ethernet.– Tuner 1.– Tuner 0.
-
HDHomeRun: Monitoring Signal Strength from command line
The Windows GUI version of hdhomerun_config will display the signal strength and signal quality updating every second. Under linux or osx you can use “watch” with hdhomerun_config:hdhomerun_config FFFFFFFF get /tuner0/channel 8vsb:watch hdhomerun_config FFFFFFFF get /tuner0/status (If you have more than one HDHomeRun then specify the device ID rather than FFFFFFFF)
-
HDHomeRun: Links for OTA Channels and Rogers Digital Channels
– OTA: http://www.remotecentral.com/hdtv/index.html– RDC: http://www.remotecentral.com/hdtv/rogers.htm
-
HDHomeRun: Automatic Channel Scan from command line
The CLI version of hdhomerun_config supports running an automatic channel scan. The CLI version of hdhomerun_config can be downloaded from:http://www.silicondust.com/forum/viewtopic.php?t=1923 Usage: hdhomerun_config FFFFFFFF scan For example: OTA ATSC:hdhomerun_config FFFFFFFF scan /tuner0hdhomerun_config FFFFFFFF scan /tuner1 Digital Cable:hdhomerun_config FFFFFFFF scan /tuner0hdhomerun_config FFFFFFFF scan /tuner1
-
HDHomeRun: To save the RAW TS stream to disk
To save a 30 second unfiltered clip of a broadcast stream: 1) Use HDHomeRun Config (GUI) to choose the physical channel.Ensure VLC is not running for the next commands… 2) Open a cmd prompt and change into the HDHomeRun program directory:cd “C:\Program Files\Silicondust\HDHomeRun” 3) Set the filter:hdhomerun_config FFFFFFFF set /tuner0/filter 0x0000-0x1FFE 4) Save the stream…
-
HDHomeRun: Linux/OSX command line reference for hdhomerun_config
You use hdhomerun_config to manually configure HDHomeRun to stream video to a PC running VLC… You will need: VLC – http://www.videolan.org/vlc/hdhomerun_config – http://www.silicondust.com/forum/viewtopic.php?t=1923 1) Discover HDHomeRun Run “hdhomerun_config discover” to find the HDHomeRun units on the local network. If you have more than one HDHomeRun on your network then replace the wildcard FFFFFFFF Device ID…