On 12/7/06, Patrick Gutlich <[EMAIL PROTECTED]> wrote: > Hi List, > > Has anyone tried to use Flix Live with red5, > I can't get it to connect. Or is there some FMS/Flix secret involved ?
A late reply :) Yes there is a FMS secret handshake that is used for the Flix live encoder. From my research, the Flix live application presents itself as 'FCS c/0.9' it sends an optional parameter called 'type' to the server that is set to a string 'nonprivate'. The server then replies with a netconnection succeeded and then calls 'onBWCheck' on the application. The application then calls a method on the server called ClientLogin and a method called createStream and then publishes its stream. What is different is that with FMS you have to create both an application ( rtmp://host.com/<application> ) on the server before you can connect to it, but somehow when using the On2 Flix Live app ( free 30-day trial download at http://flix.on2.com/demos/registerdemo.php?PRODUCT_ID=FLIX&PRODUCT_VER=LIVE ) this step is not needed. Also this basically allows ANYONE with the Flix Live application to connect to ANY rtmp server without any login credentials ( these are optional ) and start broadcasting live to the world... -- Owen van Dijk _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
