angelv
2009-Jul-29 20:37 UTC
[Icecast] Relay from http://scfire-dtc-aa04.stream.aol.com:80/stream/1060
Hi guys.. I new on this list :-) I have a Icecast2 working on FreeBSD sending theora video from .avi, i writing manual here http://angelvg.blogspot.com/2009/07/freebsd-icecast2-theora.html I try to put relay from radio stations on internet from WWW.RAUTEMUSIK.FM, this radio station have this data: IP 205.188.215.228 PORT 8034 This work good <relay> <server>205.188.215.228</server> <port>8034</port> <mount>/example.ogg</mount> <local-mount>/different.ogg</local-mount> <on-demand>0</on-demand> <relay-shoutcast-metadata>0</relay-shoutcast-metadata> </relay> But i searching more radio stations from shoutcast but the streaming addres is similar to this: http://scfire-dtc-aa04.stream.aol.com:80/stream/1060 http://scfire-ntc-aa06.stream.aol.com:80/stream/1003 I need know put this information on the file icecast.xml I try this mode: <server>http://scfire-dtc-aa04.stream.aol.com:80/stream/1060</server> <port>80</port> or <server>http://scfire-dtc-aa04.stream.aol.com/stream/1060</server> <port>80</port> I searching on internet with google without a good explanation for relay this type of streaming Thk -- "Afirmo que ambos somos ateos. Yo simplemente creo en un dios menos que t?. Cuando entiendas por qu? descartas a todos los otros posibles dioses, entender?s por qu? yo descarto al tuyo." Stephen Roberts
Geoff Shang
2009-Jul-29 21:36 UTC
[Icecast] Relay from http://scfire-dtc-aa04.stream.aol.com:80/stream/1060
On Wed, 29 Jul 2009, angelv wrote:> http://scfire-dtc-aa04.stream.aol.com:80/stream/1060 > http://scfire-ntc-aa06.stream.aol.com:80/stream/1003This server identifies itself as Firehose Ultravox/SHOUTcast Relay Server/Linux v2.6.0 (not in the server header either BTW). I've not seen such a server before so I'd be guessing, but I'd try something like this: <relay> <server>scfire-dtc-aa04.stream.aol.com</server> <port>80</port> <mount>/stream/1060</mount> <local-mount>/localname</local-mount> <on-demand>0</on-demand> <relay-shoutcast-metadata>0</relay-shoutcast-metadata> </relay> where /localname is what you want to call the mountpoint on your own server. As I say, I've not tried it, but I'd think it ought to work. Geoff.