PDA

View Full Version : Problem about video conference by using red5 & openlaszlo 4.0.2


ozsuakin
07-05-2007, 01:26 PM
hi people, i am trying to make video conference.
i have viewed this url: http://wiki.openlaszlo.org/Video but this cant help so much, i have used this code from http://wiki.openlaszlo.org/Video

<rtmpconnection src="rtmp://85.105.109.52/test" autoconnect="true"/>
<simplelayout/>
<rtmpstatus/>
<view layout="axis:x; inset:10; spacing:10">
<videoview id="live" url="me" type="rtmp" oninit="this.stream.broadcast()" >
<camera show="true"/>
</videoview>
<videoview id="vp" url="you" type="rtmp" oninit="this.stream.play()"/>
<videoview id="vp2" url="me" type="rtmp" oninit="this.stream.play()"/>
</view>

it is working well between 2 people, but i wanna make this conference for 4 people.

I am using LPS 4.0.2
Windows XP Pro. Service Pack 2


Thanks...

rajubitter
07-06-2007, 03:12 AM
Sebastian Wagner has an example with with 4 camera streams in the OpenMeetings source code. The easiest thing would be to download the OpenMeetings code and look into the LZX files.

http://code.google.com/p/openmeetings/

Good luck,
Raju

ozsuakin
07-06-2007, 09:51 AM
i have viewed wagner's page but i am new to openlaszlo and i couldnt understand how wagner design it :(

wagner
01-20-2008, 09:40 AM
there are quite simple sample apps to broadcast video and to subscribe to a live stream

see:
http://code.google.com/p/openmeetings/wiki/SimpleSampleApps

sebastian