From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID: --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID: one of the possible streams will be chosen, either by round-robin, some other deterministic method, or by geographic or netographic proximity. The question for implementation here is whether to implement this at the directory server level or somewhere else. In one scenario (this is similar to how the Shoutcast directory operates), the relay streams report to the directory server directly and the directory is responsible for authenticating and grouping this information. In a different scenario, the original server (or whatever owns the directory entry) is responsible for reporting on it's relays. The latter scenario makes more sense, in my opinion, and supports other types of media entries better. Putting the responsibility on the owner of the entry for tracking its mirrors seems correct. Note that a 'professional' stream might handle this case in a different way, by having relays hidden behind a multi-host dns entry, in the same way that webservers are often load balanced. In this situation, the stream would appear as Type 1. Type 3: Single stream with multiple bitrates -------------------------------------------- A broadcaster may offer a stream at a variety of bitrates for technolgies that don't support transparency in this regard. Typical broadcasters may offer both a high and low bitrate version of their content. In icecast terminology, we call the the group a stream and each bitrate an instance of the stream. This terminology is reflected in configuration files for ices. It is important to group these instances under a common entry, since they logically represent one stream. Like a mirror/relay, this is just an alternative version of the same data, not new data. This should be handled in much the same was as mirrors. As much as possible the users should be given streams automatically, and in all cases this should appear to the users as alternatives for one stream, and not appear as multiple distinct streams. In the case where someone mirrors this type of broadcast, they may only mirror parts. A mirror is an alternative location for an instance of a stream. A stream is broken up into it's instances (alternative formats and bitrates for examples), and these instances may have mirrors. This also speaks for the owner responsibility model for tracking mirrors. It would be fairly easy to have the original server track this information, but tracking it on the directory would involve some searching and grouping. The owner of the stream can know more about the connectivity of a mirror much easier than the directory can. Type 4: Multiple streams ------------------------ Many broadcasters will want to offer multiple distinct streams to the public. This should be handled differently than many streams of types 1, 2 or 3. It is sometimes useful to know what other streams a particular broadcaster offers. If one really enjoys a particular stream, one might likely enjoy another from the same broadcaster. These should be in a logical group, even if such a grouping is never offered to a user. It is also likely that these streams will be maintained in the directory as a group, and not as a number of single stream entries. All the groups apply from the previous three cases. You might have multiple streams, each with multiple formats and bitrates, and each of those with alternative locations. Type 5: Directories of streams ------------------------------ This case is likely to be rare, but two directory systems might become part of a third system. In this case, one might want to preserve which directory each set of streams came from. This type is also likely to maintained in a much different way. The directory itself will probably maintain directory level entries. Current state ------------- The current directories only support Type 1 and Type 2 entries. Considering common Type 3 and Type 4 are, this is a serious deficiency, and must be addressed in the new directory system being proposed. All types of entries must be gracefully handled, and only type 5 can be left to some manual or custom handling. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID: ---[start]----- 64 1 2 ---[end]----- ices ldd output: ---[start]----- libpthread.so.0 => /lib/libpthread.so.0 (0x40023000) libshout.so.1 => /usr/local/lib/libshout.so.1 (0x40039000) libmp3lame.so.0 => /usr/local/lib/libmp3lame.so.0 (0x4003d000) libnsl.so.1 => /lib/libnsl.so.1 (0x400e7000) libdl.so.2 => /lib/libdl.so.2 (0x400fe000) libm.so.6 => /lib/libm.so.6 (0x40101000) libc.so.6 => /lib/libc.so.6 (0x40121000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40247000) libxml.so.1 => /usr/lib/libxml.so.1 (0x40274000) libz.so.1 => /usr/lib/libz.so.1 (0x402d0000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) ---[end]----- ices 0.1.0 reencoded my mp3s without any problem (as verified by mpg123, freeamp, xmms, and by ear). My mp3s are encoded with the following command: /usr/local/src/lame3.86/lame -S -V 1 -b 128 -h -m j \ --tt "title" --ta "artist" --tl "album" \ --ty "year" --tn tracknum song.wav song.mp3 If there's any info I'm leaving out here, let me know. I'm stuck using ices 0.1.0 at the moment, which core dumps every 10 or 15 songs. Thanks, -- Steve Chadsey Now playing: Feel the Same (Riot - "Fire Down Under") --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID:

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID: of the time its 120 kbytes but every 3-4 time its 120 or 116 kbytes. The config file is attached. As you can see I am starting two icecast streams, one 128 kbits and one 64. It also leaks with just one stream. Thanks, Kristjan

-----Original Message----- From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of Akos Maroy Sent: 8. april 2002 14:34 To: icecast at xiph.org Subject: Re: [icecast] Darkice memory leak

Kristjan, > After babysitting liveice for few months I decided to move to Darkice. First > I tried installing Darkice on Redhat7.1 but soon gave up after endless > broken dependencies. Upgraded to Redhat7.2 and the rpms were accepted right > away. I installed: > > lame-3.91-1.i686.rpm > libogg-1.0rc3-1.i386.rpm > libvorbis-1.0rc3-1.i386.rpm > darkice-0.9-1.i386.rpm > > Darkice runs but it eats up memory like hell. I tried compiling from src > and its still leaking. I still want to spend more time on getting Darkice > to work because believe its more stable than liveice. Can anyone help? Hmm. Very strange. I've been using darkice 24 hours a day for over 1.5 years now. Though it only runs 4 hours each time, but I would see a memory leak in such a timespan as well. What is the rate is leaks memory? Can you send me your config file?

Akos

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. --=---------HYPETOMBOXCREATEDBOUNDARY2588 Content-Type: application/octet-stream; name="darkice.cfg" Content-Transfer-Encoding: base64 Content-Description: darkice.cfg Content-Disposition: attachment; filename="darkice.cfg" IyBzYW1wbGUgRGFya0ljZSBjb25maWd1cmF0aW9uIGZpbGUsIGVkaXQgZm9yIHlvdXIgbmVlZHMg YmVmb3JlIHVzaW5nCiMgc2VlIHRoZSBkYXJraWNlLmNmZyBtYW4gcGFnZSBmb3IgZGV0YWlscwoK IyB0aGlzIHNlY3Rpb24gZGVzY3JpYmVzIGdlbmVyYWwgYXNwZWN0cyBvZiB0aGUgbGl2ZSBzdHJl YW1pbmcgc2Vzc2lvbgpbZ2VuZXJhbF0KZHVyYXRpb24gICAgICAgID0gMCAgICAgICAgIyBkdXJh dGlvbiBvZiBlbmNvZGluZywgaW4gc2Vjb25kcy4gMCBtZWFucyBmb3JldmVyCmJ1ZmZlclNlY3Mg ICAgICA9IDUgICAgICAgICAjIHNpemUgb2YgaW50ZXJuYWwgc2xpcCBidWZmZXIsIGluIHNlY29u ZHMKCiMgdGhpcyBzZWN0aW9uIGRlc2NyaWJlcyB0aGUgYXVkaW8gaW5wdXQgdGhhdCB3aWxsIGJl IHN0cmVhbWVkCltpbnB1dF0KZGV2aWNlICAgICAgICAgID0gL2Rldi9kc3AwICAjIE9TUyBEU1Ag c291bmRjYXJkIGRldmljZSBmb3IgdGhlIGF1ZGlvIGlucHV0CnNhbXBsZVJhdGUgICAgICA9IDQ0 MTAwICAgICAjIHNhbXBsZSByYXRlIGluIEh6LiB0cnkgMTEwMjUsIDIyMDUwIG9yIDQ0MTAwCmJp dHNQZXJTYW1wbGUgICA9IDE2ICAgICAgICAjIGJpdHMgcGVyIHNhbXBsZS4gdHJ5IDE2CmNoYW5u ZWwgICAgICAgICA9IDIgICAgICAgICAjIGNoYW5uZWxzLiAxID0gbW9ubywgMiA9IHN0ZXJlbwoK IyB0aGlzIHNlY3Rpb24gZGVzY3JpYmVzIGEgc3RyZWFtaW5nIGNvbm5lY3Rpb24gdG8gYW4gSWNl Q2FzdCBzZXJ2ZXIKIyB0aGVyZSBtYXkgYmUgdXAgdG8gOCBvZiB0aGVzZSBzZWN0aW9ucywgbmFt ZWQgW2ljZWNhc3QtMF0gLi4uIFtpY2VjYXN0LTddCiMgdGhlc2UgY2FuIGJlIG1peGVkIHdpdGgg W2ljZWNhc3QyLXhdIGFuZCBbc2hvdXRjYXN0LXhdIHNlY3Rpb25zCltpY2VjYXN0LTBdCmJpdHJh dGUgICAgICAgICA9IDEyOCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICMgYml0cmF0 ZSBvZiB0aGUgbXAzIHN0cmVhbSBzZW50IHRvIHRoZSBzZXJ2ZXIKc2VydmVyICAgICAgICAgID0g YnVydG9uLm1ham9uZXouaXMgICAgICAgICAgICAgICAgICAjIGhvc3QgbmFtZSBvZiB0aGUgc2Vy dmVyCnBvcnQgICAgICAgICAgICA9IDgwMDAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IyBwb3J0IG9mIHRoZSBJY2VDYXN0IHNlcnZlciwgdXN1YWxseSA4MDAwCnBhc3N3b3JkICAgICAg ICA9IHNuam9icmV0dGkgICAgICAgICAgICAgICAgICAgICAgICAgIyBzb3VyY2UgcGFzc3dvcmQg dG8gdGhlIEljZUNhc3Qgc2VydmVyCm1vdW50UG9pbnQgICAgICA9IGljeV8wICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIyBtb3VudCBwb2ludCBvZiB0aGlzIHN0cmVhbSBvbiB0aGUgSWNl Q2FzdCBzZXJ2ZXIKbmFtZSAgICAgICAgICAgID0gbXV6aWsuaXMgRk04OC41ICAgICAgICAgICAg ICAgICAgICAjIG5hbWUgb2YgdGhlIHN0cmVhbQpkZXNjcmlwdGlvbiAgICAgPSAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICMgZGVzY3JpcHRpb24gb2YgdGhlIHN0cmVhbQp1cmwg ICAgICAgICAgICAgPSBodHRwOi8vd3d3Lm11emlrLmlzICAgICAgICAgICAgICAgICMgVVJMIHJl bGF0ZWQgdG8gdGhlIHN0cmVhbQpnZW5yZSAgICAgICAgICAgPSB2YXJpb3VzICAgICAgICAgICAg ICAgICAgICAgICAgICAgICMgZ2VucmUgb2YgdGhlIHN0cmVhbQpwdWJsaWMgICAgICAgICAgPSBu byAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICMgYWR2ZXJ0aXNlIHRoaXMgc3RyZWFt PwoKW2ljZWNhc3QtMV0KYml0cmF0ZSAgICAgICAgID0gNjQgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAjIGJpdHJhdGUgb2YgdGhlIG1wMyBzdHJlYW0gc2VudCB0byB0aGUgc2VydmVy CnNlcnZlciAgICAgICAgICA9IGJ1cnRvbi5tYWpvbmV6LmlzICAgICAgICAgICAgICAgICAgIyBo b3N0IG5hbWUgb2YgdGhlIHNlcnZlcgpwb3J0ICAgICAgICAgICAgPSA4MDAwICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICMgcG9ydCBvZiB0aGUgSWNlQ2FzdCBzZXJ2ZXIsIHVzdWFsbHkg ODAwMApwYXNzd29yZCAgICAgICAgPSBzbmpvYnJldHRpICAgICAgICAgICAgICAgICAgICAgICAg ICMgc291cmNlIHBhc3N3b3JkIHRvIHRoZSBJY2VDYXN0IHNlcnZlcgptb3VudFBvaW50ICAgICAg PSBpY3lfMSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICMgbW91bnQgcG9pbnQgb2YgdGhp cyBzdHJlYW0gb24gdGhlIEljZUNhc3Qgc2VydmVyCm5hbWUgICAgICAgICAgICA9IG11emlrLmlz IEZNODguNSAgICAgICAgICAgICAgICAgICAgIyBuYW1lIG9mIHRoZSBzdHJlYW0KZGVzY3JpcHRp b24gICAgID0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjIGRlc2NyaXB0aW9u IG9mIHRoZSBzdHJlYW0KdXJsICAgICAgICAgICAgID0gaHR0cDovL3d3dy5tdXppay5pcyAgICAg ICAgICAgICAgICAjIFVSTCByZWxhdGVkIHRvIHRoZSBzdHJlYW0KZ2VucmUgICAgICAgICAgID0g dmFyaW91cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAjIGdlbnJlIG9mIHRoZSBzdHJlYW0K cHVibGljICAgICAgICAgID0gbm8gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjIGFk dmVydGlzZSB0aGlzIHN0cmVhbT8KCg==

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. --=---------HYPETOMBOXCREATEDBOUNDARY2588-- From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID:

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID:

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID:

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bogus@does.not.exist.com Sun Nov 26 19:59:44 2023 From: bogus@does.not.exist.com () Date: Sun, 26 Nov 2023 19:59:44 -0000 Subject: No subject Message-ID:

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mheilman at radiokansas.com Mon Nov 6 20:03:26 2023 From: mheilman at radiokansas.com (Mike Heilman) Date: Mon, 6 Nov 2023 20:03:26 +0000 Subject: [Icecast] Can I have the source client stream UDP to Icecast server without requiring the TCP 3 way handshake? Message-ID: I have a simplex microwave radio ethernet bridge that can transport IP network traffic in one direction only. I need to get secondary audio streams to a transmitter site and Icecast source client seems like a good idea but the docs show me that it wants to establish a connection before starting the UDP stream. Can this be tweaked to just send the UDP steam to an ip address and port number. If not can anyone think of a work around to get it going the UDP steam through the link? Mike Heilman Station Engineer Radio Kansas KHCC.KHCD.KHCT www.radiokansas.com 620-665-4904 -------------- next part -------------- An HTML attachment was scrubbed... URL: From epirat07 at gmail.com Mon Nov 6 22:53:37 2023 From: epirat07 at gmail.com (epirat07 at gmail.com) Date: Mon, 06 Nov 2023 23:53:37 +0100 Subject: [Icecast] Can I have the source client stream UDP to Icecast server without requiring the TCP 3 way handshake? In-Reply-To: References: Message-ID: On 6 Nov 2023, at 21:03, Mike Heilman wrote: > I have a simplex microwave radio ethernet bridge that can transport IP network traffic in one direction only. > I need to get secondary audio streams to a transmitter site and Icecast source client seems like a good idea but the docs show me that it wants to establish a connection before starting the UDP stream. > Can this be tweaked to just send the UDP steam to an ip address and port number. If not can anyone think of a work around to get it going the UDP steam through the link? Icecast is not using UDP at all. > > > Mike Heilman > Station Engineer > Radio Kansas > KHCC.KHCD.KHCT > www.radiokansas.com > 620-665-4904 > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From fredg at paravelsystems.com Tue Nov 7 14:39:12 2023 From: fredg at paravelsystems.com (Fred Gleason) Date: Tue, 7 Nov 2023 09:39:12 -0500 Subject: [Icecast] Can I have the source client stream UDP to Icecast server without requiring the TCP 3 way handshake? In-Reply-To: References: Message-ID: <1A3CA696-8144-44AA-BCF1-A03A373687F2@paravelsystems.com> On Nov 6, 2023, at 3:03?PM, Mike Heilman wrote: > I have a simplex microwave radio ethernet bridge that can transport IP network traffic in one direction only. > I need to get secondary audio streams to a transmitter site and Icecast source client seems like a good idea but the docs show me that it wants to establish a connection before starting the UDP stream. > Can this be tweaked to just send the UDP steam to an ip address and port number. If not can anyone think of a work around to get it going the UDP steam through the link? Your best bet may be an AES-67 based setup (such as Livewire+ or WheatNet). That includes a unicast mode that uses UDP (RTP to be precise) that should do what you need. Since it sounds like you?re in a broadcast plant, you may already have what you need at hand. Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |---------------------------------------------------------------------| | A room without books is like a body without a soul. | | | | -- Cicero | |---------------------------------------------------------------------| -------------- next part -------------- An HTML attachment was scrubbed... URL: From zoenagy235 at gmail.com Sat Nov 18 23:42:01 2023 From: zoenagy235 at gmail.com (Zoe Nagy) Date: Sat, 18 Nov 2023 23:42:01 +0000 Subject: [Icecast] [icecast2] glitches between songs Message-ID: Hello, I'm casting opus to icecast2 via ices2, but there is a glitch between songs, as if it drops buffers, instead of buffering continuously. So VLC/Potplayer just stops, sometimes show negative time code, very weird. I encoded songs in CBR opus. I also tried ezstreamer, but it had the same issue as ices2, so the only thing in common in icecast2. if anyone wants to try it out: 77.102.150.128:63996/kabare.ogg Any idea? Is there an headless alternative to icecast2? Cheers, Zoe -------------- next part -------------- An HTML attachment was scrubbed... URL: From lianergoist at vongriffen.dk Sun Nov 19 13:19:14 2023 From: lianergoist at vongriffen.dk (Thomas Jensen) Date: Sun, 19 Nov 2023 14:19:14 +0100 Subject: [Icecast] icecast2/ices2 don't work for iOS? Message-ID: Hello I hope this question is okay: I have set up a radio with icecast2 and ices2. Everything works. I can access it from http://radio.protestbandet.dk:8000/stream? and? http://radio.protestbandet.dk:8000 I can listen to my radio in RadioDroid on my android phone, and I can listen via https://liveonlineradio.net/horsens-garage-radio in Firefox on my computer with Ubuntu. But people on iPad/iPhone can not acces it! I get a nice mediaplayer in the browser on both pc and android, where I can start and stop the stream - but in the browser on the iPad there is no mediaplayer. On the site https://liveonlineradio.net/horsens-garage-radio it says "The station is currently offline"... But, of course, it is not. My wife did install "cutedio" internet radio app on her iPhone, and found my radio station, but it could not get access (it just keept on loading and nothing happened). So, what is the problem? Hope someone can help Best, Thomas Jensen, Denmark From petr.pisar at atlas.cz Sun Nov 19 14:11:03 2023 From: petr.pisar at atlas.cz (Petr Pisar) Date: Sun, 19 Nov 2023 15:11:03 +0100 Subject: [Icecast] icecast2/ices2 don't work for iOS? In-Reply-To: References: Message-ID: V?Sun, Nov 19, 2023 at 02:19:14PM +0100,?Thomas Jensen napsal(a): > I have set up a radio with icecast2 and ices2. Everything works. I can > access it from > > http://radio.protestbandet.dk:8000/stream? > That serves the radio stream in Ogg/Vorbis format. > I can listen to my radio in RadioDroid on my android phone, and I can > listen via > > https://liveonlineradio.net/horsens-garage-radio > This one also fetches the stream from . > in Firefox on my computer with Ubuntu. > Firefox supports Ogg/Vorbis. > > But people on iPad/iPhone can not acces it! > According to iOS does not support Ogg/Vorbis. There you have to use a third-party application which adds the support. > My wife did install "cutedio" internet radio app on her iPhone, and > found my radio station, but it could not get access (it just keept on > loading and nothing happened). > I guess cuteradio application does not support Ogg/Vornbis either. It even does not support FLAC . > So, what is the problem? > If the problem is indeed the format, then either add a stream in a different format supported by iOS (e.g. AAC), or find and install a player which supports Ogg/Vorbis. A quick web search recommends VLC or OPlayer. -- Petr -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From un at aporee.org Sun Nov 19 14:21:23 2023 From: un at aporee.org (unosonic) Date: Sun, 19 Nov 2023 15:21:23 +0100 Subject: [Icecast] icecast2/ices2 don't work for iOS? In-Reply-To: References: Message-ID: <20231119142123.lhsvbr7djx4kiq3c@mail.aporee.net> my knowledge may be outdated, haven't looked into it for a while, but I think it's because macos / ios have notoriously poor to no support for ogg... https://caniuse.com/ogg-vorbis bests, Thomas Jensen: > Hello > > I hope this question is okay: > > I have set up a radio with icecast2 and ices2. Everything works. I can > access it from > > http://radio.protestbandet.dk:8000/stream? > > and? > > http://radio.protestbandet.dk:8000 > > I can listen to my radio in RadioDroid on my android phone, and I can > listen via > > https://liveonlineradio.net/horsens-garage-radio > > in Firefox on my computer with Ubuntu. > > > But people on iPad/iPhone can not acces it! > > > I get a nice mediaplayer in the browser on both pc and android, where I > can start and stop the stream - but in the browser on the iPad there is > no mediaplayer. > > On the site > > https://liveonlineradio.net/horsens-garage-radio > > it says "The station is currently offline"... But, of course, it is > not. > > > My wife did install "cutedio" internet radio app on her iPhone, and > found my radio station, but it could not get access (it just keept on > loading and nothing happened). > > > So, what is the problem? > > > Hope someone can help > > > Best, > > Thomas Jensen, Denmark > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From lianergoist at vongriffen.dk Sun Nov 19 14:49:46 2023 From: lianergoist at vongriffen.dk (Thomas Jensen) Date: Sun, 19 Nov 2023 15:49:46 +0100 Subject: [Icecast] icecast2/ices2 don't work for iOS? In-Reply-To: References: Message-ID: <8a08da9d32d17ecbabb306bcd1c0c04baa35d541.camel@vongriffen.dk> s?n, 19 11 2023 kl. 15:11 +0100, skrev Petr Pisar: > V?Sun, Nov 19, 2023 at 02:19:14PM +0100,?Thomas Jensen napsal(a): > If the problem is indeed the format, then either add a stream in a > different format supported by iOS (e.g. AAC),? I couldn't believe it was that. > or find and install a player which > supports Ogg/Vorbis. A quick web search recommends VLC or OPlayer. > Well, I have no problems listen to my radio. The problem is all those with iOS. Well, I convert all the files to .aac Thanks! -- Thomas Jensen, Denmark From epirat07 at gmail.com Sun Nov 19 15:21:38 2023 From: epirat07 at gmail.com (epirat07 at gmail.com) Date: Sun, 19 Nov 2023 16:21:38 +0100 Subject: [Icecast] icecast2/ices2 don't work for iOS? In-Reply-To: <8a08da9d32d17ecbabb306bcd1c0c04baa35d541.camel@vongriffen.dk> References: <8a08da9d32d17ecbabb306bcd1c0c04baa35d541.camel@vongriffen.dk> Message-ID: <24EA7750-3B10-4ED4-9141-4F9313FB7A91@gmail.com> On 19 Nov 2023, at 15:49, Thomas Jensen wrote: > s?n, 19 11 2023 kl. 15:11 +0100, skrev Petr Pisar: >> V?Sun, Nov 19, 2023 at 02:19:14PM +0100,?Thomas Jensen napsal(a): > >> If the problem is indeed the format, then either add a stream in a >> different format supported by iOS (e.g. AAC),? > > I couldn't believe it was that. > >> or find and install a player which >> supports Ogg/Vorbis. A quick web search recommends VLC or OPlayer. >> > Well, I have no problems listen to my radio. The problem is all those > with iOS. Well, I convert all the files to .aac > I doubt this will work with ices2. > Thanks! > > -- > Thomas Jensen, Denmark > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From lianergoist at vongriffen.dk Sun Nov 19 20:03:16 2023 From: lianergoist at vongriffen.dk (Thomas Jensen) Date: Sun, 19 Nov 2023 21:03:16 +0100 Subject: [Icecast] icecast2/ices2 don't work for iOS? In-Reply-To: <24EA7750-3B10-4ED4-9141-4F9313FB7A91@gmail.com> References: <8a08da9d32d17ecbabb306bcd1c0c04baa35d541.camel@vongriffen.dk> <24EA7750-3B10-4ED4-9141-4F9313FB7A91@gmail.com> Message-ID: <1cc3b3ec71b3411a654b525df583c30359a4d044.camel@vongriffen.dk> s?n, 19 11 2023 kl. 16:21 +0100, skrev epirat07 at gmail.com: > > On 19 Nov 2023, at 15:49, Thomas Jensen wrote: > > > > > > > > > > with iOS. Well, I convert all the files to .aac > > > > > > > > I doubt this will work with ices2. > > > No, that didn't work. Now I use ezstream and mp3 files, and it seems to work allright... Thomas From rack00terry at icloud.com Mon Nov 20 10:37:52 2023 From: rack00terry at icloud.com (rack00terry at icloud.com) Date: Mon, 20 Nov 2023 10:37:52 +0000 Subject: [Icecast] Beta docs In-Reply-To: References: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> <01225136-1532-4537-BBE6-6C1D3D3A24E5@me.com> Message-ID: Hi Is there any documentation for the new features in 2.5 beta3? I can?t find any info... I have it up and running, but I?m trying to squash errors such as the below. EG how do I set up ?PRNG?? What are the changes to the sources that need implementing? No PRNG seed configured. PRNG is insecure. Unknown tags are used in the config file. See the error.log for details. Legacy sources are connected. See mount list for details. Global client, and source limit is bigger than suitable for current open file limit. Core files are disabled. -------------- next part -------------- An HTML attachment was scrubbed... URL: From yahav.shasha at gmail.com Mon Nov 20 11:51:28 2023 From: yahav.shasha at gmail.com (Yahav Shasha) Date: Mon, 20 Nov 2023 13:51:28 +0200 Subject: [Icecast] Beta docs In-Reply-To: References: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> <01225136-1532-4537-BBE6-6C1D3D3A24E5@me.com> Message-ID: Hi There seem to be some documentation at the following link: Icecast Server - XiphWiki On Mon, Nov 20, 2023 at 12:47?PM wrote: > Hi > > Is there any documentation for the new features in 2.5 beta3? I can?t find > any info... > > I have it up and running, but I?m trying to squash errors such as the > below. EG how do I set up ?PRNG?? What are the changes to the sources that > need implementing? > > > - > > No PRNG seed configured. PRNG is insecure. > - > > Unknown tags are used in the config file. See the error.log for > details. > - > > Legacy sources are connected. See mount list for details. > - > > Global client, and source limit is bigger than suitable for current > open file limit. > - > > Core files are disabled. > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From phschafft at de.loewenfelsen.net Mon Nov 20 12:09:48 2023 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Mon, 20 Nov 2023 12:09:48 +0000 Subject: [Icecast] Beta docs In-Reply-To: References: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> <01225136-1532-4537-BBE6-6C1D3D3A24E5@me.com> Message-ID: <47261648aedf5f5b84e00ce8117f8bda59713acd.camel@de.loewenfelsen.net> Good morning, On Mon, 2023-11-20 at 13:51 +0200, Yahav Shasha wrote: > Hi > There seem to be some documentation?at the following link: > Icecast Server - XiphWiki It is a good place to look at. As well as taking a look at the FAQ: https://icecast.org/faq/ > On Mon, Nov 20, 2023 at 12:47?PM wrote: > > Hi > > Is there any documentation for the new features in 2.5 beta3? I > > can?t find any info... > > > > I have it up and running, but I?m trying to squash errors such as > > the below. EG how do I set up ?PRNG?? What are the changes to the > > sources that need implementing? I just wrote a little page in the wiki ;) All fresh, just for you: https://wiki.xiph.org/Icecast_Server/2.5_Maintenance > > ?* No PRNG seed configured. PRNG is insecure. > > ?* Unknown tags are used in the config file. See the error.log for > > details. > > ?* Legacy sources are connected. See mount list for details. > > ?* Global client, and source limit is bigger than suitable for > > current open file limit. > > ?* Core files are disabled. Keep the level (info, warning, error) in mind when taking care of those items. The linked wiki entry should provide some hints I hope. :) With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone:???????????+49.3535 490 17 92 Website:?????????????https://www.loewenfelsen.net/ Follow us:???????????https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt)?????Registration number: Bickinger Stra?e 21?????????????????????HRB 12308 CB 04916 Herzberg (Elster)?????????????????VATIN/USt-ID: Germany?????????????????????????????????DE305133015 From rack00terry at icloud.com Mon Nov 20 23:09:25 2023 From: rack00terry at icloud.com (rack00terry at icloud.com) Date: Mon, 20 Nov 2023 23:09:25 +0000 Subject: [Icecast] Beta docs In-Reply-To: <47261648aedf5f5b84e00ce8117f8bda59713acd.camel@de.loewenfelsen.net> References: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> <01225136-1532-4537-BBE6-6C1D3D3A24E5@me.com> <47261648aedf5f5b84e00ce8117f8bda59713acd.camel@de.loewenfelsen.net> Message-ID: Thanks Philipp, so: > Sources using legacy features or protocols are connected. This for example includes ICY sources. The list of sources should be checked for possibility of upgrading those sources. What is it about the sources that?s considered ?legacy?? Is it a setting on the source, or?.? I?ve had a long think (I promise) and I can?t think what would be "legacy? here (apart from possibly the music!)? > No configuration for the PRNG is given. The generator may return weak values. libigloo defaults are used. See libigloo's documentation for details. Gonna need some more info here - C is not in my wheelhouse, so to speak ;) > On 20 Nov 2023, at 12:09, Philipp Schafft wrote: > > Good morning, > > On Mon, 2023-11-20 at 13:51 +0200, Yahav Shasha wrote: >> Hi >> There seem to be some documentation at the following link: >> Icecast Server - XiphWiki > > It is a good place to look at. As well as taking a look at the FAQ: > https://icecast.org/faq/ > > >> On Mon, Nov 20, 2023 at 12:47?PM wrote: >>> Hi >>> Is there any documentation for the new features in 2.5 beta3? I >>> can?t find any info... >>> >>> I have it up and running, but I?m trying to squash errors such as >>> the below. EG how do I set up ?PRNG?? What are the changes to the >>> sources that need implementing? > > I just wrote a little page in the wiki ;) > All fresh, just for you: > https://wiki.xiph.org/Icecast_Server/2.5_Maintenance > > >>> * No PRNG seed configured. PRNG is insecure. >>> * Unknown tags are used in the config file. See the error.log for >>> details. >>> * Legacy sources are connected. See mount list for details. >>> * Global client, and source limit is bigger than suitable for >>> current open file limit. >>> * Core files are disabled. > > Keep the level (info, warning, error) in mind when taking care of those > items. > > The linked wiki entry should provide some hints I hope. :) > > > With best regards, > > > -- > Philipp Schafft (CEO/Gesch?ftsf?hrer) > Telephone: +49.3535 490 17 92 > Website: https://www.loewenfelsen.net/ > Follow us: https://www.linkedin.com/company/loewenfelsen/ > Gesch?ftsf?hrer/CEO: Philipp Schafft > > L?wenfelsen UG (haftungsbeschr?nkt) Registration number: > Bickinger Stra?e 21 HRB 12308 CB > 04916 Herzberg (Elster) VATIN/USt-ID: > Germany DE305133015 > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From lianergoist at vongriffen.dk Wed Nov 22 11:48:19 2023 From: lianergoist at vongriffen.dk (Thomas Jensen) Date: Wed, 22 Nov 2023 12:48:19 +0100 Subject: [Icecast] mediaplayer for icecast streams? Message-ID: Hi Hope this is not too off-topic here. I want to implement a simple mediaplayer on my website where people can listen to my radio stream. I like simple, and the HTML