====== Saving a 30 second video clip for troubleshooting problems ====== [[:Troubleshooting|Go back to all troubleshooting topics]] ===== Windows ===== ==== Windows - Save virtual channel ==== Paste a URL into your web browser and save the resulting file: http://hdhomerun.local:5004/auto/v?duration=30 The "hdhomerun.local" address should resolve to the first HDHomeRun device on your network. If this does not work, or you have more than one HDHomeRun device, you can also use your "device ID"+.local. For example, if you have a device ID of 104fffff then you would use 104fffff.local. If that still does not work, you can find the IP address of your HDHomeRun from your router settings and use that. Examples: * http://hdhomerun.local:5004/auto/v2.1?duration=30 * http://104fffff.local:5004/auto/v2.1?duration=30 * http://192.168.0.100:5004/auto/v2.1?duration=30 ==== Windows - Save unfiltered physical channel ==== Paste a URL into your web browser and save the resulting file: http://hdhomerun.local:5004/auto/ch?duration=30 The "hdhomerun.local" address should resolve to the first HDHomeRun device on your network. If this does not work, or you have more than one HDHomeRun device, you can also use your "device ID"+.local. For example, if you have a device ID of 104fffff then you would use 104fffff.local. If that still does not work, you can find the IP address of your HDHomeRun from your router settings and use that. Examples: * http://hdhomerun.local:5004/auto/ch7?duration=30 * http://104fffff.local:5004/auto/ch7?duration=30 * http://192.168.0.100:5004/auto/ch7?duration=30 ==== Windows - Legacy devices ==== - Use [[:HDHomeRun Config]] (GUI) to choose the physical channel. **NOTE:** Ensure the viewer is not running for the next commands. - Set the filter: Open a cmd prompt and run: "C:\Program Files\Silicondust\HDHomeRun\hdhomerun_config" set /tuner0/filter 0x0000-0x1FFF (replace "" with the 8-digit device ID of the HDHomeRun) - Save the stream to disk: "C:\Program Files\Silicondust\HDHomeRun\hdhomerun_config" save /tuner0 sample.ts - Wait 30 seconds and stop the stream by pressing Ctrl-C. ===== Mac ===== ==== Mac - Save virtual channel ==== Launch a terminal and run: curl "http://hdhomerun.local:5004/auto/v?duration=30" -o The "hdhomerun.local" address should resolve to the first HDHomeRun device on your network. If this does not work, or you have more than one HDHomeRun device, you can also use your "device ID"+.local. For example, if you have a device ID of 104fffff then you would use 104fffff.local. If that still does not work, you can find the IP address of your HDHomeRun from your router settings and use that. Examples: * curl "http://hdhomerun.local:5004/auto/v2.1?duration=30" -o test.mpg * curl "http://104fffff.local:5004/auto/v2.1?duration=30" -o test.mpg * curl "http://192.168.0.100:5004/auto/v2.1?duration=30" -o test.mpg ==== Mac - save unfiltered physical channel ==== Launch a terminal and run: curl "http://hdhomerun.local:5004/auto/ch?duration=30" -o The "hdhomerun.local" address should resolve to the first HDHomeRun device on your network. If this does not work, or you have more than one HDHomeRun device, you can also use your "device ID"+.local. For example, if you have a device ID of 104fffff then you would use 104fffff.local. If that still does not work, you can find the IP address of your HDHomeRun from your router settings and use that. Examples: * curl "http://hdhomerun.local:5004/auto/ch7?duration=30" -o test.mpg * curl "http://104fffff.local:5004/auto/ch7?duration=30" -o test.mpg * curl "http://192.168.0.100:5004/auto/ch7?duration=30" -o test.mpg ===== Linux ===== ==== Linux - Save virtual channel ==== Open a terminal and run: wget http://hdhomerun.local:5004/auto/v?duration=30 -O The "hdhomerun.local" address should resolve to the first HDHomeRun device on your network. If this does not work, or you have more than one HDHomeRun device, you can also use your "device ID"+.local. For example, if you have a device ID of 104fffff then you would use 104fffff.local. If that still does not work, you can find the IP address of your HDHomeRun from your router settings and use that. Examples: * wget http://hdhomerun.local:5004/auto/v2.1?duration=30 -O test.mpg * wget http://104fffff.local:5004/auto/v2.1?duration=30 -O test.mpg * wget http://192.168.0.100:5004/auto/v2.1?duration=30 -O test.mpg ==== Linux - Save unfiltered physical channel ==== Open a terminal and run: wget http://hdhomerun.local:5004/auto/ch?duration=30 -O The "hdhomerun.local" address should resolve to the first HDHomeRun device on your network. If this does not work, or you have more than one HDHomeRun device, you can also use your "device ID"+.local. For example, if you have a device ID of 104fffff then you would use 104fffff.local. If that still does not work, you can find the IP address of your HDHomeRun from your router settings and use that. Examples: * wget http://hdhomerun.local:5004/auto/ch7?duration=30 -O test.mpg * wget http://104fffff.local:5004/auto/ch7?duration=30 -O test.mpg * wget http://192.168.0.100:5004/auto/ch7?duration=30 -O test.mpg {{tag>troubleshooting}}