Le lundi 1 novembre 2010 16:59:51, Robert McAuley a écrit :
> Hello,

        Hi !

> I'd like to send 1 output to 2 mounts.  That's the short of it.
> 
> The long of it is: I need to provide a separate mount for my relays
> that's not restricted by auth or max-listener limits like my user's
> streams.  Fallback just sends the connection to the user stream, so I
> need 2 mounts in Icecast, since a fallback doesn't quite work.
> 
> I've googled to my hearts content and the IRC channel is idlin' like
> there's no tomorrow, so I pitch my question to the list.

There may be a simple answer to your question if I understand it well..

For instance, the following code:
8<----------------------->8
# The source
s = (...)

# One output now
output.icecast(%vorbis, mount="foo", ..., s)

# Some stuff with s
s = (...)

# Now another output
s = output.icecast(%vorbis, mount="bar", ...,s)
8<----------------------->8

Does it make sense ?

Romain

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to