Displaying 20 results from an estimated 30 matches for "crossdomains".
Did you mean:
crossdomain
2009 Oct 30
1
serving crossdomain.xml from icecast web-root
Hi
I'm trying to serve a flash app the crossdomain.xml file for a flash app
from the web root of my icecast2 server but everytime my app requests the
file it gets it but with the wrong mime type. After asking on irc I tried
the following solution:
<icecast>
<mime-types>/etc/mime.types</mime-types>
...
to force it to use the main server mime-type definitions however it
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:
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
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!
2013 Oct 08
0
icecast-2.3.99.3
Hi,
If you're just after a quick-fix for mime-types...
On 10/08/2013 04:26 PM, Yaniv Sharon wrote:
> Yes. I'm running The 2.3.99.3 win32 version.
> And if you can to provide the " mime.types "
This file will probably do as a quick workaround.
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/conf/mime.types?revision=1305131&view=co
I strongly advise
2008 Nov 15
1
[Bug 18546] New: google video not working, but possible reason found
...does work with Mozilla Firefox on Windows with Flash.
Add I also see why, there is one thing different from Flash and a Google-server
which has a strange configuration.
It seems Flash thinks video.google.com is the same origin as
eyehpr.vp.video.l.google.com, because it doesn't try to load a
/crossdomains.xml, while libswf does. Now it seems there is a configuration
problem or similair on the google-server, because when /crossdomains.xml is
requested it redirects to: https://eyehpr.vp.video.l.google.com/ but there is
nothing listening on it (a TCP-reset is sent back).
And thus playback doesn't...
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:
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.
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
2008 May 02
1
[Bug 15802] New: Videos on liveleak.com don't work
http://bugs.freedesktop.org/show_bug.cgi?id=15802
Summary: Videos on liveleak.com don't work
Product: swfdec
Version: git
Platform: x86-64 (AMD64)
URL: http://www.liveleak.com/view?i=66e_1203010542
OS/Version: Linux (All)
Status: NEW
Severity: enhancement
Priority: medium
Component:
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
2004 Aug 06
0
Icecast in Macromedia Flash
Hi Assorgia,
Thanks for the network dumps. As you say, it's weird because Flash, even
when embedded, can access the stream of Icecast2. I already noticed it by
analyzing Icecast2's logs as I wrote in the first message of this topic.
There is something I couldn't see in the network dumps: is the embedded
flash DOWNLOADING the stream even if it doesn't play it (with Icecast2)?
I
2013 Oct 08
0
icecast-2.3.99.3
Yaniv Sharon <yaniv.sharon at gmail.com> wrote:
>Hi,
>
>Where to locate the files " mime.types " and " crossdomain.xml " for
>the
>icecast-2.3.99.3 ?
Mime.types is usually provided by the linux/unix system icecast is running on.
The cross domain policy file needs to be individually tailored anyway. There are plenty of resources on that topic.
The file is
2013 Oct 08
0
icecast-2.3.99.3
On 10/08/2013 02:18 PM, Yaniv Sharon wrote:
> So there is no usage for the " mime.types " in ice win32?
Ah, so you're running the windows build?
I'd need to check where it should go in that one and if it's included in
the default build. If not I'll have to ask for it to be included in
future builds.
Cheers
Thomas
>
> -----Original Message-----
> From:
2009 Oct 05
1
[Bug 24328] New: swfdec crashing in both firefox and epiphany
http://bugs.freedesktop.org/show_bug.cgi?id=24328
Summary: swfdec crashing in both firefox and epiphany
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
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
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
2014 Mar 26
0
Problem with web services
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 graphics and CSS files for the status
interface. But it's not in any way optimized code and we don't offer any