karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 107 forks source link

Cant start stream on centovacast #399

Closed edinsof closed 1 year ago

edinsof commented 1 year ago

Hi After update to (icecast-kh-master) get error when stop and start icecast:

[2023-02-21 00:14:45] WARN xml/parsing warning: [2023-02-21 00:14:45] WARN xml/parsing unknown node "threadpool" parsing "limits" at line 7 [2023-02-21 00:14:45] WARN xml/parsing warning: [2023-02-21 00:14:45] WARN xml/parsing unknown node "burst-on-connect" parsing "limits" at line 18 [2023-02-21 00:14:45] WARN xml/parsing warning: [2023-02-21 00:14:45] WARN xml/parsing failed to parse "intro" parsing "mount" at line 113 [2023-02-21 00:14:45] WARN xml/parsing warning: [2023-02-21 00:14:45] WARN xml/parsing failed to parse "mount" parsing "icecast" at line 111 [2023-02-21 00:14:45] EROR main/fatal_error FATAL: error parsing config file (../democaccount/etc/server.conf) [2023-02-21 00:14:45] EROR main/fatal_error XML config parsing error

introcentovacast

If delette (<intro></intro>) line it works

By default centovacast save config file with (<intro></intro>) on all icecast accounts

gunsar commented 1 year ago

it looks like the kh17 version is still better for use specifically put together with other panels such as azuracast, centovacast and others

karlheyes commented 1 year ago

The empty tags were causing an issue for the xml updates. You should find 18.2 resolves that.

karl