Displaying 4 results from an estimated 4 matches for "stream_description".
2004 Aug 06
0
ices2: ice-url header patch
...rc/config.c 16 Aug 2002 14:23:43 -0000 1.13
+++ src/config.c 26 Feb 2003 12:15:13 -0000
@@ -33,6 +33,7 @@
#define DEFAULT_LOG_STDERR 1
#define DEFAULT_STREAM_NAME "unnamed ices stream"
#define DEFAULT_STREAM_GENRE "ices unset"
+#define DEFAULT_STREAM_URL NULL
#define DEFAULT_STREAM_DESCRIPTION "no description set"
#define DEFAULT_PLAYLIST_MODULE "playlist"
#define DEFAULT_HOSTNAME "localhost"
@@ -208,6 +209,13 @@
else
SET_STRING(config->stream_description);
}
+ else if (strcmp(node->name, "url") == 0) {
+...
2023 Dec 04
0
Wrong url's from ezstream/icecast
...;
<server>stream_https</server>
<format>mp3</format>
<stream_name>Horsens Garage Radio</stream_name>
<stream_url>https://radio.horsens-garage.rocks:8443</stream_url>
<stream_genre>Rock</stream_genre>
<stream_description>Recordings from our practice
room</stream_description>
<stream_quality>5</stream_quality>
<stream_bitrate>128</stream_bitrate>
<stream_samplerate>44100</stream_samplerate>
<stream_channels>2</stream_channels>
<...
2024 Sep 20
1
EZstream XML that used to work
...m>
section. From further down the same file:
<!-- Various other informational settings -->
<stream_name>Test Stream</stream_name>
<stream_url>http://localhost:8000/</stream_url>
<stream_genre>Beeps</stream_genre>
<stream_description>Test tones and noise</stream_description>
<stream_quality>1.5</stream_quality>
<stream_bitrate>16</stream_bitrate>
<stream_samplerate>44100</stream_samplerate>
<stream_channels>2</stream_channels>
</stream&...
2024 Sep 20
1
EZstream XML that used to work
This is about as simple as it can get. It worked earlier today. I added
a couple lines, like sample rate and channels, it stopped working so I
took them out, and now when I run it through /usr/bin/ezstream with the
'-c' option, I get:
ezstream[5609]: ezstream/shout.xml: world readable??? # that's normal
ezstream[5609]: stream: default: no configuration
Here's the XML, with