Displaying 4 results from an estimated 4 matches for "stream_genre".
2004 Aug 06
0
ices2: ice-url header patch
...cal/cvsroot/ices/src/config.c,v
retrieving revision 1.13
diff -u -r1.13 config.c
--- src/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->strea...
2023 Dec 04
0
Wrong url's from ezstream/icecast
...t;
<mountpoint>/stream</mountpoint>
<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>...
2024 Sep 20
1
EZstream XML that used to work
...is <stream_name> which is also in the <stream>
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>
<st...
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