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...
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...