|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
how to combine voice streamI've got a problem when i try to combine voice stream.
I know how to publish voice stream, here is the code below: var ns:NetStream = ... ns.attachAudio(Microphone.getMicrophone()); ns.publish("name","live"); In this way, user need to subscrib every stream. For example, user #1 wants to hear user #2~5, he must subscrib all of stream #2~5. That need too much bandwidth. I need to save the application and user's bandwidth. Is there any way to combine multiple stream to a single stream? -- Best regards, _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: how to combine voice streamAfaik this cannot be done with the default Red5
install.
Each incoming stream is indepedent and if you wan
to hear such a stream you need to subscribe to that, like you wrote
below.
If you want a multi-to-multi chat like Ventrilo or
TeamSpeak then you need to mix the streams on the server itself.
That COULD be developed in Red5 (it's Java and it's
open so you can do it yourself) but afaik it is not done yet.
Please do understand that realtime mixing of
multiple incoming streams can be pretty cpu-intensive.
Regards,
Walter
I am using the free version of SPAMfighter for private users. It has removed 381 spam emails to date. Paying users do not have this message in their emails. Try SPAMfighter for free now! _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: how to combine voice streamthank you.
2008/7/23 Walter Tak <walter@...>:
-- Best regards, _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
| Free Forum Powered by Nabble | Forum Help |