To watch an HDHR-US channel using VLC media player, you can access the channel lineup M3U playlist from your device's IP address or hostname, or use the HDHomeRun software on a computer to launch VLC directly.
Method 1: Using the M3U Playlist URL
This method requires your HDHomeRun device's IP address. You can typically find this in your router's connected devices list, or by using the hdhomerun_config discover command in your terminal.
- Get the playlist URL: Open a web browser and navigate to http://<HDHR-US_IP_address>/lineup.m3u (replace <HDHR-US_IP_address> with your device's actual IP address, e.g., 192.168.1.100). This will download or display a list of all detected channels.
- Open in VLC: In VLC, go to Media > Open Network Stream.
- Enter the URL: Paste the http://<HDHR-US_IP_address>/lineup.m3u URL into the network URL field and click Play.
- View channels: The playlist should load in VLC's playlist window, allowing you to select and play individual channels.
Method 2: Using the HDHomeRun Config GUI (Windows/Mac)
The official HDHomeRun software can launch VLC with the correct stream settings automatically.
- Install the software: Make sure you have the official HDHomeRun software installed on your computer. You can download it from the SiliconDust support website.
- Run the GUI: Open the HDHomeRun Config GUI application (found in your Start Menu or Applications folder).
- Select device and scan channels: Select your device from the list on the left, and use the "Lineup" tab to scan for channels if you haven't already.
- Launch VLC: There should be an option to "Launch VLC" from within the application, which will automatically open VLC and start streaming a channel.
Method 3: Using the hdhomerun_config command-line tool (Advanced)
For advanced users, you can use the command-line utility to tune to a specific channel and stream it.
- Discover the device ID: Run hdhomerun_config discover in your command prompt or terminal to find your device ID (e.g., FFFFFFFF).
- Set the channel: Use a command like hdhomerun_config FFFFFFFF set /tuner0/channel auto:651000000 (replace FFFFFFFF with your device ID and adjust the frequency as needed after running a scan).
- Open the stream in VLC: In VLC, use Media > Open Network Stream, select the UDP/RTP protocol, and specify port 5000. This method is more complex as it requires manual frequency management.
For most users, using the
http://hdhomerun.local/lineup.m3u URL method is the most straightforward.