similar to: Server Side Spot Replacement?

Displaying 20 results from an estimated 6000 matches similar to: "Server Side Spot Replacement?"

2017 Apr 11
2
Server Side Spot Replacement?
Thank you Phillip, my first time here. What I want to achieve is to replace ads in a live ad break on live streamed radio with personal spots for each listener. I want to recognize the start of the break, split listeners into separate streamed spots and then back again to the live stream when the spots has been played. The main goal is to offer programmatic data driven ads on streamed radio and
2017 Apr 18
1
Server Side Spot Replacement?
Hi Philipp, Thank you for insights and suggestions. Please see my recent answer and questions to Lin in the same matter. I'm talking about thousands of listeners, and individual mounts are probably not the way to go. A dream scenario would be to trigger a move of all listeners at the start of an ad break to a mount with a dynamic scripted playlist of ads playing from a separate CDN. And move
2019 Dec 08
5
How to make the playlist repeat
Good afternoon, I have two playlists going, on separate mount points, and they both exhibit this behavior. It appears that ices is shutting down when it reaches the end of the playlist. I'm getting these same four lines at the end of the logs of both playlists: [2019-12-08  00:00:53] INFO playlist-builtin/write_ogg_data module shutdown requested [2019-12-08  00:00:53] INFO input/input_loop
2019 Mar 28
3
YP Directory Listing Concern
Good afternoon, On Thu, 2019-03-28 at 21:15 +0800, Prince Naryk wrote: > can u please check my config file and see if there is something wrong with > it, You define the same listen port 3 times. Also your hostname is not set to a hostname but an IP. You also set max clients to 5000. Which is fine for Icecast. However your OS may add additional restrictions. Why do you define a
2018 Nov 15
4
How to concatenate Ogg in the browser JS?
Thank you, ogginfo returned: ----- Note: Stream 1 has serial number 0, which is legal but may cause problems with some tools. New logical stream (#1, serial: 00000000): type vorbis Vorbis headers parsed for stream 1, information follows... Version: 0 Vendor: ffmpeg Channels: 1 Rate: 22050 Nominal bitrate: 35.333000 kb/s Upper bitrate not set Lower bitrate not set Vorbis stream 1: Total data
2018 Nov 09
3
Custom Hooks
Couldn't you also just have a client stream locally from icecast that can do things on metadata change? I mean it's a bit icky but it'd work. ---- Philipp Schafft wrote ---- >Good morning, > >On Thu, 2018-11-08 at 12:45 -0500, Alex Hackney wrote: >> I actually got this to work this morning finally. The problem was on my >> auth server. > >Perfect. :) >
2017 Jan 25
2
Icecast 2.4.0 max-listener-duration
I'm using the KH edition of Icecast 2.4.0 but it may also related to the standard release. I added the following to my config xml file but the file cannot be parsed is the error... <mount type="default"> <max-listener-duration>28800</max-listener-duration> </mount> Any ideas of the problem? Thanks. -------------- next part --------------
2017 Jun 11
3
OPUS/FLAC Metadata
Anyone know any workarounds for OPUS/FLAC metadata on IceCast? I’ve monitored my inbound stream and this is working correctly (or at least the formatting and data for the OPUS stream is identical to the MP3/AAC+ streams). I see people with OPUS streams and metadata but they may not be using IceCast. Is it safe to assume we’ll see this in the next version? Rick
2020 Oct 12
2
Icecast crashing / terminated - out of memory
Good morning, On Sun, 2020-10-11 at 10:24 +1000, Damian wrote: > Can I also ask, which is the recommended course of action? Sure, just keep in mind that we had weekend, so people were off. ;) > Should I rebuild icecast with OpenSSL or is there now a fixed version > via backports that I can use? Based on... On Sat, 2020-10-10 at 23:06 +1000, Damian wrote: > Edit (apologies for the
2020 Jan 13
2
Load balancing Icecast - aggregated logs
Hi I have a potential project for which my client requests that we load balance the streaming service. Of course, the Icecast server scales very well. - http://icecast.org/loadtest/ However, the client requests high-availability and, due to the scale of the potential project, we would like to load balance the service over two or more servers. I think the load balancing aspect is not my
2020 Nov 07
2
JSON response track title not encoded to UTF8
I would like for icecase status json xls to be able to provide the currently song title playing encoded in utf8. I have a problem getting the song titles / artist names for greek or japanese characters. Check below status-json.xsl part, for an example :
2017 Jun 06
3
title streaming with ices
Hi all: Recently Stream Licensing LLC has changed their requirements so that streaming internet stations in the US must title stream the album along with the song title and artist. I use ices for the backup automation when no live programming is taking place. Ices shows the song title and artist on the player with no problem. My question is how I configure ices to show the album as
2019 May 28
2
Custom HTTP auth headers
Hello, I'd like to have my icecast client (libshout based) that would use the HTTP header: "Authorization: bearer <token>" as its authentication method. I didn't find documentation on how to do it, also couldn't find anything like that in libshout source code. Is this possible in the current code? Additionally, if not possible, is this feature something interesting
2020 Oct 11
2
Can't list my station in YP
I have a problem with adding my icecast-stream till the YP-directory. I don't get any error messages regarding WHY my station isn't added to the YP either. Stream URL: bananradion.bananklubben.se:8086 Hostname: bananradion.bananklubben.se <listen-socket> <port>8086</port> <!-- <bind-address>127.0.0.1</bind-address> -->
2017 Apr 18
0
Server Side Spot Replacement?
Hi Lin, Thank you for your response. If I understand you correct your suggestion is one mount for ads per listener? Or is it possible to move everyone to a single mount with a scripted playlist that plays individual ads from a different CDN based on URL, IP and querystring parameters etc? Would love more detailed help to how/if something like that can be achieved. And how do I “from the outside”
2018 Dec 05
3
https stream play 1 second and stop
Hi Philipp, We use OpenSSL 1.0.2k-fips 26 Jan 2017 on CentOS Linux release 7.5.1804 (Core) When we restart the Icecast stream the problem is gone. Best regards, Michel Philipp Schafft schreef op 2018-12-05 12:10: > Good morning, > > On Wed, 2018-12-05 at 11:29 +0100, Michel van Dop wrote: > >> Hi, >> >> We have sometimes a problems with playing in https the
2018 Nov 08
2
Custom Hooks
I actually got this to work this morning finally. The problem was on my auth server. I see the source auth hook being sent a lot, is there anyway to get the current metadata in that hook? Ideally, every time the source is updated, I'd like to get a hook so I can track the songs that are being played. Alternatively, the only way I can see doing it, is to make a get request every X seconds
2018 Nov 15
2
How to concatenate Ogg in the browser JS?
Good day, no answers in Google about that. I asked https://stackoverflow.com/questions/53290693/how-to-alter-duration-of-ogg-with-js - in short I have Ogg Vorbis files on the client side (webapp) and I need to concatenate them in one file for downloading. I did concatenation with this line of code: const blob = new Blob(listOfChunksBlobs, {'type': 'audio/ogg'}); And I play the
2019 Mar 28
2
YP Directory Listing Concern
something im still confused, im sorry a newbie here :) what should be placed on my hostname ? bind address ? listen socket ? On Thu, Mar 28, 2019 at 10:46 PM Prince Naryk <princekyran.pabate at gmail.com> wrote: > I only have one listen port. So is that mean i'll be disabling the other > two? If So which should i disable? > > Also the "foo" header, is it ok to
2017 Oct 17
2
Icecast chrooted and ssl
Hi all, I have been struggling to setup icecast with ssl on port 443. I am running Debian Wheezy and installed icecast by downloading the source and compiling. This went all ok, including ssl support. When running ssl on a port >1024 and not chrooting ssl works fine, so the certificate is ok. But when enabling chroot everything works but ssl. Any ideas ? TIA! Paul This is (part of) my