Displaying 20 results from an estimated 400 matches similar to: "serving crossdomain.xml from icecast web-root"
2009 Dec 24
0
serving crossdomain.xml from icecast web-root
Eric, David
The way to do that is by using something called a proxy script.
Simply the code goes out to your source server, reads the xml, and then
relays it on your local server.
You can find more information about this by going to:
http://xmlrpcflash.mattism.com/proxy_info.php
Or if you wanted to just try a simple one, you can create a file called
proxy.php and paste this code into it:
2011 Feb 22
3
Icecast start up script for icecast
sorry, for the dup email here... my first reply was composed as html...
I think you should read 'man chown', it looks to me as though
the first command you got from Fu Kite may have been a typo,
unless there is something i don't know about putting a '.' between
the user and group name in chown.
i think what you wanted to do was (notice the colon):
$ chown -R sphynx:sphynx
2011 Feb 22
3
Icecast start up script for icecast
my guess would be that the sphynx user does not have permission to write to
the folder /var/log/icecast
try running the following command:
chown sphynx.sphynx /var/log/icecast
then as root you can execute:
icecast -c /usr/local/etc/icecast.xml
The reason you can run the icecast command as root is because when you set
<chroot>1</chroot> in the <security> section (which you
2011 Feb 21
4
Icecast start up script for icecast
Ok well you state yourself that you are getting an XML error when you try to
start icecast... Have you attempted to validate your XML?
>>*Fatal: error parsing config file [icecast/usr/local/etc/icecast.xml]*
*
*
*What command are you running to start it? i would assume it's "icecast -c
/icecast/usr/local/etc/icecast.xml" which would mean to me that somehow you
have a top level
2011 Feb 22
0
Icecast start up script for icecast
Hi,
WE MADE THE CHANGE OF PERMISSION as chown -R sphynx:sphynx
/var/log/icecast THEN ATTEMPTED TO START THE
SERVER BUT HERE IS THE ERROR THAT RESULTED:
[sphynx at sphynxradio ~]$ chown -R sphynx:sphynx /var/log/icecast
[sphynx at sphynxradio ~]$ icecast -c /usr/local/etc/icecast.xml
Server startup failed. Exiting
[sphynx at sphynxradio ~]$
WE ALSO DID IT AS ROOT AND RETURNED THE SAME ERROR AS
2011 Feb 22
0
Icecast start up script for icecast
Hi,
WE MADE THE CHANGE OF PERMISSION FOR /VAR/LOG/ICECAST THEN LOGGED IN
AS ROOT AND ATTEMPTED TO
START THE SERVER BUT HERE IS THE ERROR THAT RESULTED:
[sphynx at sphynxradio ~]$ chown sphynx.sphynx /var/log/icecast
[sphynx at sphynxradio ~]$ su
Password:
[root at sphynxradio sphynx]# icecast -c /usr/local/etc/icecast.xml
Server startup failed. Exiting
[root at sphynxradio sphynx]#
AT THIS
2011 Feb 22
0
Icecast start up script for icecast
Hi,
WHEN ATTEMPTING TO START THE SERVER AS ROOT HERE IS THE ERROR WE RECEIVED?
[root at sphynxradio sphynx]# icecast -c /usr/local/etc/icecast.xml
WARNING: Couldn't change server root: No such file or directory
ERROR: You should not run icecast2 as root
Use the changeowner directive in the config file
[root at sphynxradio sphynx]#
PLEASE NOTE THAT THE CHANGEOWNER DIRECTIVE IN THE CONFIG
2011 Feb 20
7
Icecast start up script for icecast
On Sun, 20 Feb 2011, Geoff Shang wrote:
> To: Luis Barrett <getpaid00 at gmail.com>
> From: Geoff Shang <geoff at QuiteLikely.com>
> Subject: Re: [Icecast] Icecast start up script for icecast
>
> On Sun, 20 Feb 2011, Luis Barrett wrote:
>
>> We already have icecast install we our just trying to it
>> started. In the icecast started script we need the
2013 Oct 08
2
icecast-2.3.99.3
Yes. I'm running The 2.3.99.3 win32 version.
And if you can to provide the " mime.types " and " crossdomain.xml " files
by yourself it will be great.
TNX!
-----Original Message-----
From: "Thomas B. R?cker" [mailto:thomas at ruecker.fi]
Sent: Tuesday, October 08, 2013 5:58 PM
To: icecast-dev at xiph.org
Cc: Yaniv Sharon
Subject: Re: [Icecast-dev]
2013 Oct 08
2
icecast-2.3.99.3
So there is no usage for the " mime.types " in ice win32?
-----Original Message-----
From: icecast-dev-bounces at xiph.org [mailto:icecast-dev-bounces at xiph.org] On
Behalf Of Thomas B. R?cker
Sent: Tuesday, October 08, 2013 5:09 PM
To: icecast-dev at xiph.org
Subject: Re: [Icecast-dev] icecast-2.3.99.3
Yaniv Sharon <yaniv.sharon at gmail.com> wrote:
>Hi,
>
>Where to
2014 Feb 22
2
scheduling with ezstream and ice cast.
Hello all. I?m just wondering. Is there a way that i can schedule either playlists or files to be played on ice cast with ezstream? for instance, I would like a giggle to be played ever 10 minutes or so or perhaps some more complex things to be happened when scheduled. If anyone knows of sources or how I can put this all together, that would be great! Thanks all and have a good day.
2013 Oct 08
2
icecast-2.3.99.3
Hi,
Where to locate the files " mime.types " and " crossdomain.xml " for the
icecast-2.3.99.3 ?
THNX!
2009 Apr 13
2
using flash to connect to ICECAST 2.3.2
Starting on friday I download icecast 2.3.2 and compiled it on SLES10.
Very soon I was able to use ices to stream an mp3 file to a mp3
(phonostart, foobar) client via Icecast.
But my flashplayer, which was able to get streams from icacast1, was not
able to full fill his job.
I did reseaches on the net, hour for hour, found a lot of stuff. Also
some changings in format_mp3.c.
But with no success.
2012 Nov 30
1
q@ request.request_method=='OPTIONS', ajax, post json
hi
im reading through the topic above and trying to apply it to my app.
as reference i found:http://leopard.in.ua/2012/07/08/using-cors-with-rails/
my prob is that i dont see the ''preflight'', meaning the first request
prior the actual post, which should(?) deliver this:
request.request_method==''OPTIONS''
the js code look like this:
$.ajax
({
type:
2008 May 28
4
[Bug 16132] New: yahoo video player does not work
http://bugs.freedesktop.org/show_bug.cgi?id=16132
Summary: yahoo video player does not work
Product: swfdec
Version: git
Platform: x86-64 (AMD64)
URL: http://fr.news.yahoo.com/afp/20080527/video/vfr-la-
dfense-jean-nouvel-construira-la-3837155.html
OS/Version: Linux (All)
Status: NEW
2007 Dec 11
9
[Bug 13604] New: Assertion failure when seeking on youtube with pulseaudio backend.
http://bugs.freedesktop.org/show_bug.cgi?id=13604
Summary: Assertion failure when seeking on youtube with
pulseaudio backend.
Product: swfdec
Version: unspecified
Platform: x86-64 (AMD64)
URL: http://www.youtube.com
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority:
2007 Jul 08
2
problems using ajax call inside a json object.
Hi all im new at this list, i have a problem when i make an ajax call
inside a json object.
Whe i test using IE works but when i use firefox nothing happend.
you can see the problem at:
http://mandela.no-ip.info/prototypeproblem/index.html
I appreciate any kind of help / suggestion
thanx in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2014 Mar 26
2
Problem with web services
El mi?, 26-03-2014 a las 05:31 +0000, "Thomas B. R?cker" escribi?:
> On 03/26/2014 04:27 AM, Jos? Luis Artuch wrote:
> > Jo se / Thomas
> > Ok, I did not know about Icecast2 can also serve web pages, wow ... it
> > is very powerful !!
>
> Just to be clear about this, serving files is a dependency functionality
> for us.
> We need it to e.g. serve the
2014 Mar 26
2
Problem with web services
Jo se / Thomas
Ok, I did not know about Icecast2 can also serve web pages, wow ... it
is very powerful !!
I do not have Ubuntu, but I experimented with Debian. I put in a
Icecast2 server (server 1) an html page (x.html). In this web page I can
play without problems a radio station that is hosted on another Icecast2
server (server 2), but I can only play a limited time (9:01) the radio
station
2013 Jan 22
5
How to setup VNC for GDM access on 6.3
Hi all,
I'm looking for pointer for setting up VNC so that access to the system is via gdm/kdm. Yes, I know about vino, and /etc/sysconfig/vncservers but what I'm looking for is a sertup
that allows me to see the *dm login screen instead of being dropped direct into a desktop.
Thanks in advance