Displaying 1 result from an estimated 1 matches for "isyoursource".
2009 Dec 24
0
serving crossdomain.xml from icecast web-root
...m/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:
<?php
$feedURL = $_POST['source'];
$feedURL = trim($feedURL);
readfile($feedURL);
?>
and set your xml source to:
http://your.domain.com?source=http://this.isyoursource.com:8000/stats.xml
Now i have an advanced script that manages my stats.xml with admin password,
etc.. but this is the jist of it.
~DocNasty
Hiya,
My current set up is I have a web server set up on a separate
server to serve the flash and crossdomain.xml.
I don't try to make icecast...