One option is to use SMIL to combine media feeds into one that can be displayed as media that can be played by Quicktime. Using this method, I've managed to get two webcam feeds on the same screen / prim / media texture, and also a webcam alongside slides (SMIL has some timing and transition options), but I don't know what the upper limit would be on number of streams to combine.
I tested it around 6 months ago with Veodia http://veodia.com/ (which is a re-stream service with the right encoding to be played in Quicktime) and some SMIL code to combine the media onto a texture and got it working on SL, not tested it on OpenSim, but it should work just the same. It's quite a simple language/syntax to play with: http://www.w3schools.com/smil/default.asp. Hope that helps, Chris -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Geetika S Sent: 19 February 2009 08:31 To: [email protected] Subject: Re: [Opensim-dev] OpenSim Hardware Requeriments Thanks Torrid. I was thinking more in terms of doing real-time mixing of multiple streams on the streaming server and sending it off. This way webcam feeds of everyone in a conference room can be displayed on a wall - everyone sees everyone (including themselves) but its just one video stream. Geetika Sharma [email protected] wrote on 02/19/2009 12:40:06 PM: > Torrid Luna <[email protected]> > Sent by: [email protected] > > 02/19/2009 12:40 PM > > Please respond to > [email protected] > > To > > [email protected] > > cc > > Subject > > Re: [Opensim-dev] OpenSim Hardware Requeriments > > Hi Geetika, > > Also sprach Geetika S ([email protected]): > > > I wonder if anyone has tried composing multiple streams into a single > > stream like a grid of videos and streaming that to the client. Would > > introduce a slightly greater lag but then everyone would be at the same > > lag. > > We have done that for slideshows on ZKM in Second Life. Sequences of > Jpegs were composed with imagemagick, encoded into MJpeg and MP4 for > streaming, with a slow framerate of 1fps or so. > > If you want to stream "real" video with higher framerates, you could > probably try to compose the (4) videos on a screen and framegrab the > composed signal from there. There are also video mixing cards with > several inputs, but these are expensive. > > > Cheers, > Torrid > -- > "Ich wünsche mir das Lied 'Frogger' von der Gruppe 'Atari'." > -- Fischmob > _______________________________________________ > Opensim-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-dev > ForwardSourceID:NT00005F9A =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.0.237 / Virus Database: 270.10.25/1957 - Release Date: 02/17/09 07:07:00 _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
