There are several issues with rtmpconnection component:
-No possibility to invoke Function from server side (fixed with file attached, nearly the same like in
http://jira.openlaszlo.org/jira/browse/LPP-2554) -No callback Object when invoking function (result is null) -No possibility to call a function on server side with params (this._nc.call.apply(this._nc,arguments) does not work, there is a very nasty workaround in my attached file attached)
-No callback object if function on server side is invoked -No support for rtmpt connection as far as i can see -No possibility to declare rtmpcalls outside the rtmpconnection -No possibility to use result of an rtmp-call as dataset
-No possibility to us the constructor of a rtmp availible class but i don't know if thats even possible in FMS
I am working with my patched rtmpconnection and it works more or less. But i think I am the only one who got it working.
Video integration is important but without proper rtmpconnection component it makes no sense for people really using it in a more complex scenario. I think the wiki page is also rather old.
http://wiki.openlaszlo.org/Video
I can verify all updates for Red5 streaming server and will look for possible fixes for these bugs but i can't do for FMS. I can send some very simple example webapp for Red5 to test all functionality and add that to wiki page.
Is there a chance to get rtmpconnection to a more stable level?