Example: Streaming to VLC:
Run VLC: File, Open Network Stream. Select UDP/RTP. Specify port 5000.
Discover the HDHomeRun:
hdhomerun_config discover
Run a channel scan:
hdhomerun_config FFFFFFFF scan /tuner0 scan0.log
Set the physical channel:
hdhomerun_config FFFFFFFF set /tuner0/channel auto:651000000
Check sub-programs:
hdhomerun_config FFFFFFFF get /tuner0/streaminfo
Select a sub-program:
hdhomerun_config FFFFFFFF set /tuner0/program 3
Set the target:
hdhomerun_config FFFFFFFF set /tuner0/target <ip address of pc>:5000
Using /sys/boot
The /sys/boot variable allows the HDHomeRun Tech unit to automatically set variables at startup,
allowing you to preserve settings across power outages or simply set the power on defaults.
The syntax for the /sys/boot consists of multiple lines of text; a variable name followed by a
single space and then the value: (there should not be any space before the variable name)
<variable1> <value of variable1>
<variable2> <value of variable2>
...
<variableN> <value of variableN>
Example (save as boot.txt):
/tuner0/chanelmap us-cable
/tuner0/channel 103
/tuner0/program 4
To store the configuration to the HDHomeRun:
Format: hdhomerun_config <id> set /sys/boot - < filename
Example: hdhomerun_config FFFFFFFF set /sys/boot - < boot.txt
Changes will be applied the next boot; to execute the new /sys/boot immediately:
Format: hdhomerun_config <id> execute
Example: hdhomerun_config FFFFFFFF execute
Comentarios a estos manuales