Advertisement
massfeller

RemoteCeton Settings Conf

Mar 11th, 2013
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ===================================================
  2. DEVICE SELECTION
  3. ===================================================
  4. #Which device are you using?
  5. #Valid device values: CETON, HDHOMERUN
  6. SERVER_DEVICE=CETON
  7. ===================================================
  8. CETON CONFIGS (ignore if you are using HDHomerun)
  9. ===================================================
  10. #IP address of the Ceton device
  11. CETON_IP=192.168.200.1
  12. #CETON_TUNER is set as a comma seperated value list.
  13. #Valid values for list: 1,2,3,4
  14. CETON_TUNER=1,2,3,4
  15. ===================================================
  16. HDHOMERUN CONFIGS (ignore if you are using Ceton)
  17. ===================================================
  18. #Which HDHomeRun device?
  19. #Valid device values: PRIME,DUAL
  20. HDHOMERUN_TYPE=PRIME
  21. #IP address of the HDHomeRun device
  22. HDHOMERUN_DEVICE_IP=192.168.1.101
  23. #IP address of this computer
  24. HDHOMERUN_LOCAL_IP=192.168.1.100
  25. #HDHOMERUN_TUNER is set as a comma seperated value list.
  26. #Valid values for list: 1,2,3
  27. HDHOMERUN_TUNER=1,2,3
  28. HDHOMERUN_CONF_EXE=C:\Program Files\Silicondust\HDHomeRun\hdhomerun_config.exe
  29. ===================================================
  30. GLOBAL CONFIGS
  31. ===================================================
  32. SERVER_CONTROL_PORT=8555
  33. SERVER_SECURED=false
  34. SERVER_USERNAME=admin
  35. SERVER_PASSWORD=admin
  36. VLC_PROCESS=C:\Program Files\VideoLAN\VLC\vlc.exe
  37. #VLC PORTS are for the first tuner.
  38. #For each port besides the first, the port = tuner 1 port + the tuner number - 1.
  39. #Example: If VLC_STREAM_CTRL is 2386 for tuner 1, tuner 2 is 2387, etc.
  40. VLC_STREAM_CTRL=2386
  41. VLC_STREAM_PORT=8556
  42. #Allow downloading of programming guide data
  43. #Valid values are true or false
  44. EPG_ENABLED=true
  45. #Sets the hour of day to download the epg. This is downloaded daily
  46. #Values are from 0 to 23.
  47. EPG_HOUR_OF_DAY=4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement