similar to: Metadata: populating StreamUrl

Displaying 20 results from an estimated 200 matches similar to: "Metadata: populating StreamUrl"

2017 Nov 13
2
Metadata: populating StreamUrl
On 13 Nov 2017, at 21:17, Fred Gleason wrote: > Is there a way in v2.4.2 to include a ‘StreamUrl=‘ field in the stream metadata as well as ‘StreamTitle=‘? It appears that the administrative interface only populates StreamTitle. […] > Is there a correct, supported way to do this? On Nov 13, 2017, at 15:40, Marvin Scholz <epirat07 at gmail.com> wrote: > No. There are currently no
2014 Jul 06
2
How do you escape characters within the metadata block
When "Icy-MetaData: 1" is in the HTTP request to the server, that indicates that the client wants to receive meta data inlined with the mp3 data stream. The metadata interval is reported by the server via the "icy-metaint" header in the response stream. Such data looks like the following within the mp3 stream StreamTitle='Ozzy Osbourne - Crazy
2005 Feb 11
3
Updating MetaData at the Relay
Now that 2.2.0 is out, we can update metadata on-the-fly. At pulverradio.com we are working on an injector that takes the song info from our broadcast automation software and dumps it in (thanks guys for the help). I realize that we can inject the song info like so: http://server.ip:port/admin/metadata?mount=/ mountpoint&mode=updinfo&song=ACDC+Back+In+Black .... but are there
2005 Feb 15
2
Updating MetaData at the Relay
Sending again .... is this thing on? On 11-Feb-05, at 9:20 PM, oddsock wrote: > At 10:21 PM 2/11/2005, you wrote: >> Now that 2.2.0 is out, we can update metadata on-the-fly. At >> pulverradio.com we are working on an injector that takes the song info >> from our broadcast automation software and dumps it in (thanks guys >> for >> the help). I realize that we
2018 Nov 09
2
Custom Hooks
Yeah it is a tad gross but here is my first (and probably only) attempt: ---------------- 8< ---------------- #!/bin/bash pipe=/tmp/testpipe trap "rm -f $pipe" EXIT if [[ ! -p $pipe ]]; then mkfifo $pipe fi mplayer -slave -playlist "http://my.icecast.stream/music" > /tmp/testpipe 2> /dev/null & while true do if read line <$pipe; then
2005 May 05
2
Metadata Swapping: How do they do it?
Think I answered my own question really. The display in iTunes, for example, is swapping between what in status.xsl would be Stream Title and Current Song. If Song is updated like so: http://admin:password@myserver.pulverradio.com:8000/admin/metadata? mount=/high.mp3&mode=updinfo&song=ACDC+Back%20In%20Black ...then what exactly is the verbage to update StreamTitle?
2005 Feb 15
0
Updating MetaData at the Relay
At 08:24 AM 2/15/2005, you wrote: >Sending again .... is this thing on? sorry, meant to respond, been very busy of late.... >On 11-Feb-05, at 9:20 PM, oddsock wrote: > >>no...at the moment, only "song" is supported. All other stream info >>details (URL, Genre, etc) is not currently update-able via the admin >>interface. The must be supplied by the source
2005 Jun 09
3
IceCast 2.2 MP3 stream and Real Player noise
Thank you! Do you think oddSock will be nice enough to build another Windows executable? Fred -----Original Message----- From: Karl Heyes [mailto:karl@xiph.org] Sent: Thursday, June 09, 2005 9:56 AM To: Fred Black Cc: 'icecast' Subject: RE: [Icecast] IceCast 2.2 MP3 stream and Real Player noise On Wed, 2005-06-08 at 16:34, Fred Black wrote: > I tested it this morning and here are
2005 Feb 11
0
Updating MetaData at the Relay
At 10:21 PM 2/11/2005, you wrote: >Now that 2.2.0 is out, we can update metadata on-the-fly. At >pulverradio.com we are working on an injector that takes the song info >from our broadcast automation software and dumps it in (thanks guys for >the help). I realize that we can inject the song info like so: > >http://server.ip:port/admin/metadata?mount=/
2004 Nov 24
1
Re-Assembling SongData in Icecast Streams..
Right... I understand how the stream works and we have no confusion at all then. So I need to create a script to re-inject MP3 Metadata from my handy-dandy XML file (when it changes) which is easily done if, as you say, there're a few variables that the admin.cgi can listen for (of course Icecast has no admin.cgi) The info you've provided for Shoutcast is useful and you allude to
2017 Aug 06
3
SPSS R Factor v2.4.2
I am not an R-Head, hence I use nice utilities that integrate R into SPSS I have SPSS v24, R3.20 and R3.40 I have run IBM SPSS R Integration which requires linking to R3.20 I have installed R Factor v2.4.2 This package requires 'polycor' library Unfortunately, 'polycor' does not exist in R3.20 DATASET ACTIVATE DataSet1. *M?rio Basto, Jos? Manuel Pereira, IPCA *Required: SPSS 21
2019 May 14
1
Debian - IceCast v2.4.2 SSL Support
Hi Oskar, I run on debian 9 use icecast 2.4.4 using apt-get installl icecast2 It works fine on ssl using a pem cert. I thing your .pem file is not correct. Best regards, Michel > Op 14 mei 2019 om 18:36 heeft Oskar Vilkevuori <oskar.vilkevuori at ovt.fi> het volgende geschreven: > > Hi there, > > Any idea? > > I found from
2017 Aug 06
0
SPSS R Factor v2.4.2
> On Aug 5, 2017, at 7:02 PM, Gavin Brown <gt.brown at auckland.ac.nz> wrote: > > I am not an R-Head, hence I use nice utilities that integrate R into SPSS > I have SPSS v24, R3.20 and R3.40 > I have run IBM SPSS R Integration which requires linking to R3.20 > I have installed R Factor v2.4.2 > This package requires 'polycor' library > Unfortunately,
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. :) >
2004 Aug 06
2
song titles
On Tuesday 18 February 2003 19:37, Deva Seetharam wrote: > i see that icecast retains song titles only when running in full debug > mode (with DEBUG_FULL defined in icecast.h). is this observation correct? Ah. You must be talking about icecast 1.x. I was talking about icecast2. What I said is not at all accurate for icecast 1.x, you should ignore it. > > how can i find out when a
2004 Aug 06
2
song titles
On Monday 17 February 2003 21:18, Deva Seetharam wrote: > Hello All, > > while icecast is streaming a mp3 source, how is the song title info > maintained? > > that is, does the source send the song title? does icecast log the songs > that have been played? > This (for almost-compatibility with shoutcast - true compatibility is difficult or impossible, since the shoutcast
2004 Sep 10
1
anyone run FLAC on FreeBSD 4.8?
> I don't know if it's any help or not, but I'm using the NetBSD package and > it works ok. So you might look at the makefile and patches for that to see > if it does anything different. > > > On a virgin FreeBSD 4.8 system, I've tried to use the FLAC audio compression port: > > /usr/ports/audio/flac > > Using no special options on a .wav file: >
2005 Sep 22
0
Flag fileserve & Relay/Master model
X-No-Archive: Yes Dear All, In Icecast config file: /etc/icecast/icecast.xml, "fileserve" flag turns on the icecast2 in fileserver from which static files (e.g. mysong.ogg/mp3) can be served to listeners. All files are served relative to the path specified in the <paths><webroot> configuration setting. Because there is no mountpoint with this flag, I would like to
2005 Jun 08
4
IceCast 2.2 MP3 stream and Real Player noise
I tested it this morning and here are my findings: 1) The Intro tag causes Real Player to give an error that the stream "contains unexpected data and may be corrupt". It does not play with the Intro tag in the mount point. If I remove the Intro tag the stream plays, and, the Real Player noise caused by meta-data is gone and the meta-data updates work. 2) The Intro plays in iTunes and
1998 Jun 08
27
Services not required?
I''m in the process of locking down as much of my systems here as possible as to available ports. I am down to only a handful but am not sure how much of a security risk they pose and was wondering if anyone here might be able to comment, or suggest secure versions to run: 21/FTP (WU-ftpd v2.4.2 BETA 14) 22/SSH (1.22) 23/TELNET (Netkit 0.09) 25/SMTP (Sendmail