Personal tools

Talk:Video

From OpenLaszlo

Q: what about video conferencing?? A: the last example shows a proposed API for video conferencing

statuslight class

I tryed last example, but there are two errors: - I cant find statuslight class - Video class doesnt have broadcast method


  <rtmpconnection src="rtmp://localhost/test" autoconnect="true"/>
  <statuslight/>
  <video streamname="test.flv" oninit="this.broadcast(myname)"/>
  <video streamname="test.flv" oninit="this.play(yourname)"/>

Please help!!

This is a proposed API -- I'm in the midst of implementing it. What is currently checked in will *not* work with this syntax. -sa

wiki now updated as to what is implemented and what is not -sa

Video chat with OpenLaszlo and Red5

Thank you for answering Sarah! I have one more question. Did you guys end up finding solutions to make video chat work with OpenLaszlo and Red5? I've checked Sebastians files (for example http://appserver.webbase-design.de/lps-latest/streaming/v02/testvideochat.lzx), but it doesnt work for me.

Haven't tried it yet. I'm writing the videoplayer component next, then I'll move on to live stuff. Stay tuned :)