Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
troubleshooting:creating_a_sample [2019/06/13 00:52]
neds
troubleshooting:creating_a_sample [2019/08/29 01:43]
neds
Line 1: Line 1:
 ====== Saving a 30 second video clip for troubleshooting problems ====== ====== Saving a 30 second video clip for troubleshooting problems ======
 +<btn type="​success"​ size="​xs"​ icon="​fa fa-chevron-left">​[[:​Troubleshooting|Go back to all troubleshooting topics]]</​btn>​
  
 ===== Windows ===== ===== Windows =====
 +<WRAP indent>
 +
 ==== Save virtual channel ==== ==== Save virtual channel ====
 +<WRAP indent>
  
 Launch Windows PowerShell and run: <​code>​Invoke-WebRequest http://<​ip address of hdhomerun>:​5004/​auto/​v<​virtual channel number>?​duration=30 -OutFile <​filename></​code>​ Launch Windows PowerShell and run: <​code>​Invoke-WebRequest http://<​ip address of hdhomerun>:​5004/​auto/​v<​virtual channel number>?​duration=30 -OutFile <​filename></​code>​
Line 8: Line 12:
 Example: <​code>​Invoke-WebRequest http://​192.168.0.100:​5004/​auto/​v2.1?​duration=30 -OutFile test.mpg</​code>​ Example: <​code>​Invoke-WebRequest http://​192.168.0.100:​5004/​auto/​v2.1?​duration=30 -OutFile test.mpg</​code>​
  
 +</​WRAP>​
 ==== Save unfiltered physical channel ==== ==== Save unfiltered physical channel ====
 +<WRAP indent>
  
 Launch Windows PowerShell and run: Launch Windows PowerShell and run:
Line 17: Line 22:
 <​code>​Invoke-WebRequest http://​192.168.0.100:​5004/​auto/​ch7?​duration=30 -OutFile test.mpg</​code>​ <​code>​Invoke-WebRequest http://​192.168.0.100:​5004/​auto/​ch7?​duration=30 -OutFile test.mpg</​code>​
  
 +</​WRAP>​
 ==== Legacy devices ==== ==== Legacy devices ====
 +<WRAP indent>
  
-  - <​wrapper>​Use HDHomeRun Config (GUI) to choose the physical channel.+  - <​wrapper>​Use ​[[:HDHomeRun Config]] (GUI) to choose the physical channel.
  
 **NOTE:** Ensure the viewer is not running for the next commands.</​wrapper>​ **NOTE:** Ensure the viewer is not running for the next commands.</​wrapper>​
Line 29: Line 35:
   - Wait 30 seconds and stop the stream by pressing Ctrl-C.   - Wait 30 seconds and stop the stream by pressing Ctrl-C.
  
 +</​WRAP>​
 +</​WRAP>​
 ===== Mac ===== ===== Mac =====
 +<WRAP indent>
 +
 ==== Save virtual channel ==== ==== Save virtual channel ====
 +<WRAP indent>
  
 Launch a terminal and run: <​code>​curl http://<​ip address of hdhomerun>:​5004/​auto/​v<​virtual channel number>?​duration=30 -o <​filename></​code>​ Launch a terminal and run: <​code>​curl http://<​ip address of hdhomerun>:​5004/​auto/​v<​virtual channel number>?​duration=30 -o <​filename></​code>​
Line 36: Line 47:
 Example: <​code>​curl http://​192.168.0.100:​5004/​auto/​v2.1?​duration=30 -o test.mpg</​code>​ Example: <​code>​curl http://​192.168.0.100:​5004/​auto/​v2.1?​duration=30 -o test.mpg</​code>​
  
 +</​WRAP>​
 ==== Mac - save unfiltered physical channel ==== ==== Mac - save unfiltered physical channel ====
 +<WRAP indent>
  
 Launch a terminal and run: <​code>​curl http://<​ip address of hdhomerun>:​5004/​auto/​ch<​physical channel number>?​duration=30 -o <​filename></​code>​ Launch a terminal and run: <​code>​curl http://<​ip address of hdhomerun>:​5004/​auto/​ch<​physical channel number>?​duration=30 -o <​filename></​code>​
Line 42: Line 55:
 Example: <​code>​curl http://​192.168.0.100:​5004/​auto/​ch7?​duration=30 -o test.mpg</​code>​ Example: <​code>​curl http://​192.168.0.100:​5004/​auto/​ch7?​duration=30 -o test.mpg</​code>​
  
 +</​WRAP>​
 +</​WRAP>​
 ===== Linux ===== ===== Linux =====
 +<WRAP indent>
 +
 ==== Save virtual channel ==== ==== Save virtual channel ====
 +<WRAP indent>
  
 Open a terminal and run: <​code>​wget http://<​ip address of hdhomerun>:​5004/​auto/​v<​virtual channel number>?​duration=30 -O <​filename></​code>​ Open a terminal and run: <​code>​wget http://<​ip address of hdhomerun>:​5004/​auto/​v<​virtual channel number>?​duration=30 -O <​filename></​code>​
Line 49: Line 67:
 Example: <​code>​wget http://​192.168.0.100:​5004/​auto/​v2.1?​duration=30 -O test.mpg</​code>​ Example: <​code>​wget http://​192.168.0.100:​5004/​auto/​v2.1?​duration=30 -O test.mpg</​code>​
  
 +</​WRAP>​
 ==== Save unfiltered physical channel ==== ==== Save unfiltered physical channel ====
 +<WRAP indent>
  
 Open a terminal and run: <​code>​wget http://<​ip address of hdhomerun>:​5004/​auto/​ch<​physical channel number>?​duration=30 -O <​filename></​code>​ Open a terminal and run: <​code>​wget http://<​ip address of hdhomerun>:​5004/​auto/​ch<​physical channel number>?​duration=30 -O <​filename></​code>​
  
 Example: <​code>​wget http://​192.168.0.100:​5004/​auto/​ch7?​duration=30 -O test.mpg</​code>​ Example: <​code>​wget http://​192.168.0.100:​5004/​auto/​ch7?​duration=30 -O test.mpg</​code>​
 +
 +</​WRAP>​
 +</​WRAP>​
  
 {{tag>​troubleshooting}} {{tag>​troubleshooting}}
  • Last modified: 2022/10/18 23:06