liquidsoap.cfg 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ###########################################
  2. # Liquidsoap config file #
  3. ###########################################
  4. ###########################################
  5. # Output settings #
  6. ###########################################
  7. output_sound_device = false
  8. output_sound_device_type = "ALSA"
  9. s1_output = "icecast"
  10. s2_output = "icecast"
  11. s3_output = "icecast"
  12. s1_enable = true
  13. s2_enable = false
  14. s3_enable = false
  15. s1_type = "ogg"
  16. s2_type = "ogg"
  17. s3_type = "mp3"
  18. s1_bitrate = 128
  19. s2_bitrate = 128
  20. s3_bitrate = 160
  21. ###########################################
  22. # Logging settings #
  23. ###########################################
  24. log_file = "/var/log/airtime/pypo-liquidsoap/<script>.log"
  25. #log_level = 3
  26. ###########################################
  27. # Icecast Stream settings #
  28. ###########################################
  29. s1_host = "127.0.0.1"
  30. s2_host = "127.0.0.1"
  31. s3_host = "127.0.0.1"
  32. s1_port = 8000
  33. s2_port = 8000
  34. s3_port = 8000
  35. s1_user = ""
  36. s2_user = ""
  37. s3_user = ""
  38. s1_pass = "hackme"
  39. s2_pass = "hackme"
  40. s3_pass = "hackme"
  41. # Icecast mountpoint names
  42. s1_mount = "airtime_128.ogg"
  43. s2_mount = "airtime_128.ogg"
  44. s3_mount = "airtime_160.mp3"
  45. # Webstream metadata settings
  46. s1_url = "http://airtime.sourcefabric.org"
  47. s2_url = "http://airtime.sourcefabric.org"
  48. s3_url = "http://airtime.sourcefabric.org"
  49. s1_description = "Airtime Radio! stream1"
  50. s2_description = "Airtime Radio! stream2"
  51. s3_description = "Airtime Radio! stream3"
  52. s1_genre = "genre"
  53. s2_genre = "genre"
  54. s3_genre = "genre"
  55. # Audio stream metadata for vorbis/ogg is disabled by default
  56. # due to a number of client media players that disconnect
  57. # when the metadata changes to a new track. Some versions of
  58. # mplayer and VLC have this problem. Enable this option at your
  59. # own risk!
  60. icecast_vorbis_metadata = false