search for: stream_url

Displaying 5 results from an estimated 5 matches for "stream_url".

2004 Aug 06
0
ices2: ice-url header patch
....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->stream_description); } + else if (strcmp(node-...
2019 Sep 07
2
Unknown IceCast fails
I have node.js script, which works in daemon mode. The script reads IceCast ogg stream itself (on the fly) and sends audio tags to website. But sometimes (exactly once per 2 days) the script fails end exit. Error log of the script says: Error: getaddrinfo ENOTFOUND stream_url stream_url:8182 at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26) Emitted 'error' event at: at Socket.socketErrorListener (_http_client.js:392:9) at Socket.emit (events.js:198:13) at emitErrorNT (internal/streams/destroy.js:91:8) at emitErrorAndCloseNT (inter...
2019 Sep 07
0
Unknown Icecast fails
...d consider upgrading as there have been important security fixes and general improvements. You can query /status-json.xsl directly from within a web page. > But sometimes (exactly once per 2 days) the script fails end exit. Error log of the script says: > > Error: getaddrinfo ENOTFOUND stream_url stream_url:8182 > at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26) […] > Also I have noticed, that if change stream_url on some another working ogg stream (not mine, just found via Google), no error occurs anymore. IceCast error log says nothing about it, just INFO and few WA...
2023 Dec 04
0
Wrong url's from ezstream/icecast
...gt; </server> </servers> <streams> <stream> <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</str...
2004 Aug 06
0
Parsing the icecast stats log
...( [0] => Radio blabla - Alison Krauss + Union Station - Stars [1] => Radio blabla - Mark O'Connor - The Ballad of Sally Anne [2] => Radio blabla - David Grisman - John Johanna w-Mike Seeger ) [stream_url] => Array ( [0] => http://yp.icecast.org x-audiocast-name: Madjic [1] => http://yp.icecast.org x-audiocast-name: Madjic [2] => http://yp.icecast.org x-audiocast-name: Madjic Channel 3 )...