Le 30/11/2010 12:31, Юрий Гатилин a écrit :
> I have stream on one icecast server and i need send stream to another
> servers withot transcoding
> I don't have access to config of another servers.
> ok,  i wrote it:
>
> url = "http://10.8.20.154:8000/live";
> input = mksafe(input.http(url))
> output.icecast(%mp3, mount="/live.mp3", host="vipradio.karelia.ru",
> port=8000, password="xxx",  input)
>
> but this code transcode stream to mp3 128
> What i should write in output?
>

As Budi said, liquidsoap needs to reencode the stream as of now, so liq 
won't help you. You can however use icecast's relay feature to do this: 
http://icecast.org/docs/icecast-2.3.2/icecast2_relay.html

See the "Setting Up A Single-Broadcast Relay" feature especially.

Cheers,

Gilou

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to