I think the object encoding must be set, e.g.:
nc = new NetConnection();
nc.objectEncoding = ObjectEncoding.AMF3;
nc.connect("rtmp://localhost/myapp", null);
I'll look into adding a property to rtmpconnection.lzx
Regards,
Max Carlson
OpenLaszlo.org
On 4/5/10 4:55 AM, Michaela Merz wrote:
Hello Everybody - it's me again.
I have my little app running, thanks for all your help. I am now wasting
time with red5 - it works alright, but securing it against unauthorized
streaming is a huge undertaking - as is developing a simple webapp.
So - I am trying to use rtmplite, a python based small footprint rtmp
server. The only problem here: rtmplite insists on ObjectEncoding.AMF0
while my app is trying to use AMF3.
Is there anyway to tell my application to use AMF1 encoding?
Thanks.
Michaela