Multiple livecasts from one client

Post your questions and bug-reports about the audio/video streaming add-on based on Red5 Media Server.

Moderators: Lapo, Bax

podenphant
Posts: 12
Joined: 14 Sep 2009, 20:51
Location: Aarhus, Denmark
Contact:

Multiple livecasts from one client

Postby podenphant » 02 Dec 2009, 22:11

Hi,

I've fiddled a bit with AVCastManager.as adding a third parameter 'camera' to the publishLiveCast function.

Code: Select all

public function publishLiveCast(enableCamera:Boolean = true, enableMicrophone:Boolean = true, camera:Camera = null):NetStream


It is implemented like this

Code: Select all

avCastMan0.publishLiveCast(true, true, Camera.getCamera("3"));


I have two instances of AVCastManager.
The user publishing the liveCasts has no problem with this operation. However the clients receiving the liveCasts only sees 1 live cast through (avCastMan.getAvailableCasts()).

Do you to your knowledge have anything in your code or on the server that prevents more than one webCast from the same user?

I know it is an unusual question, but so is our setup :)

Regards
Kristian
User avatar
Bax
Site Admin
Posts: 4609
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Postby Bax » 03 Dec 2009, 17:16

This is not supported. You will need to go through the server-side code and update it accordingly.
Paolo Bax
The SmartFoxServer Team

Return to “RedBox”

Who is online

Users browsing this forum: No registered users and 10 guests