Displaying 20 results from an estimated 4000 matches similar to: "2.4.1 and Meta update from DIFFERING IP's - Status?"
2005 Jul 09
1
Update metadata via URL?
Yeah just use the same URL he posted but leave out the .ogg for the mount
so it looks like this.
http://user:pass@server.com:8000/admin/metadata?mount=/mystream&mode=updinfo&song=whatever
----- Original Message -----
From: "Ross Levis" <ross@stationplaylist.com>
To: <icecast@xiph.org>
Sent: Friday, July 08, 2005 7:55 PM
Subject: Re: [Icecast] Update metadata via
2004 Aug 06
0
Update Metadata Failed
your close.... :)
from the icecast2 documentation :
http://192.168.1.10:8000/admin/metadata?mount=/mystream&mode=updinfo&song=ACDC+Back+In+Black
o change your action parameter to mode and you'll be all set...
and FYI, Missing parameter is a general message which means, "I was
expecting you to pass in a variable into the admin request (mode in this
case) but you did
2014 Oct 02
0
BUG ? - Metadata/tags NOT UPDATING - Python IceCast 2.3.2[3]
On 09/30/2014 10:15 PM, Dean Sauer wrote:
> On Tue, 05 Aug 2014 21:14:51 +0000, Thomas B. R?cker wrote:
>
>> Please note that 2.3.2 has an enormous amount of known bugs and some
>> security issues. I do not know which patches are applied by the
>> distributions to potentially mitigate some of the security issues.
> Don't know, but I've not had issues with 2.3.2
2016 Jan 07
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Am 07.01.2016 um 10:55 schrieb Frank:
> On Wed, 2016-01-06 at 17:03 +0100, Juergen Sauer wrote:
Thx, 4answer. :)
>> with in my sip.conf, I have got for this hardphone:
>> [...]
>> [hard1]
>> username=hard1
>> secret=correct-and-three-times-checked-4-digit-pin
>
> In most cases, there is no need to set the "username=" option. The
2004 Oct 13
0
Song Updates
My bad, try curl -s --user etc etc etc... I suppose that'd help. :]
On 13 Oct 2004 at 13:02, Dave St John wrote:
>
> Here is the error i get now.
>
> [root@mc1 gork]# curl --useruser:pass
> 'http://64.62.252.140:9120/admin/metadata?mount=/live.ogg&mode=updinfo&song=test_name+te
> st_Title'
> <b>source will not accept URL updates</b>
>
2004 Aug 06
5
Update Metadata Failed
Hi everyone,
I would like to update metadata by using this request:
http://server:port/admin/metadata?mount=/foo.ogg&action=updinfo&song=New+Metadata,
but when I send the request, icecast returns an error:
"Missing parameter" and metadata doesn't change.
This is error.log:
[2004-01-21 12:20:32] DBUG
2004 Oct 02
0
Song Updates
You did not type the exact string I told you to first of all. You forgot to use the 's after
before the h in http and at the end.
curl --user admin:hackme 'http://192.168.0.1:8000/admin/metadata?mount=/live&mode=updinfo&song=Artist_name+Title'
notice the useage of the 's in my string and not in yours. Your string is launching
nonsense into the background via the two
2016 Jan 06
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Hi!
I wish you all e Happy New Year first!
Allthough, I'm relative new to Asterisk, I got our server up and
Running, Softphones, ISDN, and a brand new Snom 821 are working
flawlessly. :)
Platform is Debian 8/Asterisk Packages (11) from Debian Repo.
But I am running into problems setting up 2 older Hardphones, Thomson
2030S. :(
with in my sip.conf, I have got for this hardphone:
[...]
2004 Oct 01
0
Song Updates
Please paste exact output and syntax
On 1 Oct 2004 at 15:08, Dave St John wrote:
> We tried curl but got an error saying an extra method is not available?
> ideas?
>
>
> Dave St John
> Mediacast1 Administration
>
> Need Support ?
> http://mediacast1.com/helpdesk
> ----- Original Message -----
> From: "Cody Tubbs (wISPdirect)"
2004 Oct 14
2
Song Updates
Let this be a note for everyonein the future then. When using mp3s i don't think
there is a --enable-mp3-updates (I think it worked by default for me), yet if using ogg
vorbis you must compile icecast2 with --enable-vorbis-updates in order to update the
song/title id3 metadeta (Instructions on how to do so with `curl' are below). If I was
using ogg I may have been of more use, yet I
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 03
0
Control statements with condition with greater than one should give error (not just warning) [PATCH]
>>>>> Henrik Bengtsson <henrik.bengtsson at gmail.com>
>>>>> on Fri, 3 Mar 2017 00:52:16 -0800 writes:
> I'd like to propose that the whenever the length of condition passed
> to an if or a while statement differs from one, an error is produced
> rather than just a warning as today:
>> x <- 1:2
>> if (x == 1)
2008 Apr 24
1
Calling R functions with multiple arguments from C
Hi,
I'm writing a C function that has to call a R function with multiple
arguments. I've read the relevant section in Writing R Extensions, and
searched the R site, mailing lists as well as rseek. I managed to call
the function, but I'm now having trouble creating the argument list.
I tried to create a pairlist of the arguments and send it to the R
function. The R function however
2008 Mar 29
0
"Writing R Extensions": bad example with CAR / CDR as lvalues (PR#11054)
Full_Name: Simon Anders
Version: 2.6.2
OS: Ubuntu Linux
Submission from: (NULL) (86.22.75.91)
This is a rather minor "documentation bug", certainly not at all urgent.
The manual "Writing R extensions" explains in section 5.10 ("Evaluating R
expressions from C") how to use the eval function. Without going into much
details, an example is given how to build up a
2015 Mar 12
0
Master/Relay, SSL and some Q's on setup...
Hello,
Am 12.03.2015 um 22:24 schrieb Dean Sauer:
> Looking at the documentation for 2.4.1 in regards to master/relay which
> seems to outline what I want to do...
>
> Master = load balance/aribtrator for the relays where the sources connect.
>
>
> The questions:
>
> 1) Bandwidth - How does the master pass off things to the relays for the
> clients???
Icecast itself
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 03
2
Control statements with condition with greater than one should give error (not just warning) [PATCH]
On Fri, Mar 3, 2017 at 9:22 AM, Martin Maechler
<maechler at stat.math.ethz.ch> wrote:
>>>>>> Henrik Bengtsson <henrik.bengtsson at gmail.com>
>>>>>> on Fri, 3 Mar 2017 00:52:16 -0800 writes:
>
> > I'd like to propose that the whenever the length of condition passed
> > to an if or a while statement differs from one, an
2005 Nov 01
3
2gis map of novosibirsk does not work
this is download link
http://download.2gis.ru/arhives/2gisNsk85.exe
Under crossover office it works fine, but under wine 0.9 it installs,
but do not work.
Vasily Levin
2015 Mar 14
0
Master/Relay, SSL and some Q's on setup...
On 03/12/2015 09:24 PM, Dean Sauer wrote:
> Looking at the documentation for 2.4.1 in regards to master/relay which
> seems to outline what I want to do...
>
> Master = load balance/aribtrator for the relays where the sources connect.
>
>
> The questions:
>
> 1) Bandwidth - How does the master pass off things to the relays for the
> clients???
It's a pure
2008 Mar 31
1
(PR#11054) "Writing R Extensions": bad example with CAR /
But it is not taken 'verbatim from src/main/print.c' (at least not in that
version of R), and the code is not run with USE_RINTERNALS defined when
write-barrier checking is enabled.
The example has been updated to match the current code in 2.7.0 alpha.
On Sun, 30 Mar 2008, sanders at fs.tum.de wrote:
> Full_Name: Simon Anders
> Version: 2.6.2
> OS: Ubuntu Linux
>
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 03
2
Control statements with condition with greater than one should give error (not just warning) [PATCH]
I'd like to propose that the whenever the length of condition passed
to an if or a while statement differs from one, an error is produced
rather than just a warning as today:
> x <- 1:2
> if (x == 1) message("x == 1")
x == 1
Warning message:
In if (x == 1) message("x == 1") :
the condition has length > 1 and only the first element will be used
There are
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