File size: 1,396 Bytes
df3ac6b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
general:
  public_url: http://localhost:7860
  api_key: changeme_api_key
  secret_key: changeme_secret_key
  allowed_cors_origins: []
  timezone: UTC
  cache_ahead_hours: 1
  auth: local

storage:
  path: /srv/libretime

database:
  host: localhost
  port: 5432
  name: libretime
  user: libretime
  password: libretime

rabbitmq:
  host: localhost
  port: 5672
  vhost: /libretime
  user: libretime
  password: libretime

email:
  from_address: no-reply@localhost
  host: localhost
  port: 25
  encryption:
  user: ""
  password: ""
  timeout: 30

playout:
  liquidsoap_host: localhost
  liquidsoap_port: 1234
  record_file_format: ogg
  record_bitrate: 256
  record_samplerate: 44100
  record_channels: 2
  record_sample_size: 16

liquidsoap:
  server_listen_address: 0.0.0.0
  server_listen_port: 1234
  harbor_listen_address: ["0.0.0.0"]

stream:
  inputs:
    main:
      mount: main
      port: 8001
      secure: false
    show:
      mount: show
      port: 8002
      secure: false

  outputs:
    icecast:
      - host: localhost
        port: 8000
        source_password: hackme
        admin_password: hackme
        mount: main
        public_url: http://localhost:8000/main
        audio:
          format: ogg
          bitrate: 256
        name: LibreTime!
        description: LibreTime Radio!
        website: https://libretime.org
        genre: various
        enabled: true