File: config-bad.xml

package info (click to toggle)
ezstream 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,832 kB
  • sloc: ansic: 9,693; sh: 4,967; xml: 398; makefile: 230
file content (81 lines) | stat: -rw-r--r-- 1,724 bytes parent folder | download | duplicates (3)
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
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>

<ezstream>

  <servers>
    <server>
      <name></name>
      <protocol></protocol>
      <hostname></hostname>
      <port></port>
      <user></user>
      <password></password>
      <tls></tls>
      <tls_cipher_suite></tls_cipher_suite>
      <ca_dir></ca_dir>
      <ca_file></ca_file>
      <client_cert></client_cert>
      <reconnect_attempts></reconnect_attempts>
    </server>
    <!-- ... -->
  </servers>

  <streams>
    <stream>
      <name></name>
      <mountpoint></mountpoint>
      <public></public>
      <intake></intake>
      <server></server>
      <format></format>
      <encoder></encoder>
      <stream_name></stream_name>
      <stream_url></stream_url>
      <stream_genre></stream_genre>
      <stream_description></stream_description>
      <stream_quality></stream_quality>
      <stream_bitrate></stream_bitrate>
      <stream_samplerate></stream_samplerate>
      <stream_channels></stream_channels>
    </stream>
    <!-- ... -->
  </streams>

  <intakes>
    <intake>
      <name></name>
      <type></type>
      <filename></filename>
      <shuffle></shuffle>
      <stream_once></stream_once>
    </intake>
  </intakes>

  <metadata>
    <program></program>
    <format_str></format_str>
    <refresh_interval></refresh_interval>
    <normalize_strings></normalize_strings>
    <no_updates></no_updates>
  </metadata>

  <decoders>
    <decoder>
      <name></name>
      <program></program>
      <file_ext></file_ext>
      <!-- ... -->
    </decoder>
    <!-- ... -->
  </decoders>

  <encoders>
    <encoder>
      <name></name>
      <format></format>
      <program></program>
    </encoder>
    <!-- ... -->
  </encoders>

</ezstream>