Actually the way I have thing going now I don't want to brake it. If I connect 
to /stream with my computer it will then source to 2 mp3 streams 1 being mp3 
and 1 being 96kbps mp3. The main stream is 320kbps. What I want to do is when I 
disconnect from /stream or /live relayed to /stream through the icecast.xml 
file, it will transition to the christmas stuff.

As for the gethub link that was in the conversation, and the link works. that's 
how I looked at what the guy had. there's a table with about 200 lines of code.

 I actually want this to broadcast to the 320kbs /stream as well as that's the 
main one I want people to use which is why I included that at the top of the 
first encode file, so that way when I connect with my computer it will go to 
the /stream, the mp3 128 and the 96kbps mp3 mounts.

I'm basically setting up a centova cast like thing but with liquid soap, or at 
least that's the end goal in about 6 months time when it's time for me to do 
this for real.


so if I want to add the /stream in there how would I do this? or do I need to 
go in when it's time to stream, launch the icecast control panel, kill all 
sources, run the liquid soap script I use for  streaming which is the 
encode.liq the one I've been using for a month now,  and find a way to make 
this work?
> On Nov 30, 2014, at 9:47 PM, John Plsek <jaroma...@gmail.com> wrote:
> 
> # first transcoder : MP3 128 kbps
> output.icecast( 
>   %mp3(bitrate=128), 
>   mount="/mp3-128.mp3",
>   host="ke7zum.tffppodcast.com <http://ke7zum.tffppodcast.com/>", port=80, 
> password="whwatever", 
>   description="mp3 128kbps stream", url="http://tffppodcast.com/listen 
> <http://tffppodcast.com/listen>", 
>   input)
> 
> # Second transcoder equals mp3 96kbps  sample rate 44.1khz
> output.icecast(
>   %mp3(bitrate=96), 
>   mount="/mp3-96mp3",
>   host="ke7zum.tffppodcast.com <http://ke7zum.tffppodcast.com/>", port=80, 
> password="whwatever",
>   description="mp3 96kbps stream of the main output.", 
> url="http://tffppodcast.com/listen <http://tffppodcast.com/listen>", 
>   input)
> 
> 

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to