Open GoogleCodeExporter opened 9 years ago
The problem is that rtmplite currently uses only AMF0, and the list was
introduced in AMF3. In AMF0, the lists are treated as dictionary.
Original comment by voiprese...@gmail.com
on 5 Feb 2011 at 5:26
Hi,
The rtmplite software currently only uses AMF0, and from what I recall it does
not implement list/array, but only associative array/dictionary. So when you
send an array from ActionScript, it will become dict in Python with index as 0,
1, 2, ..., and when you send array from Python it will not work.
I have added a TODO task for me to migrate it to allow AMF3 in
http://code.google.com/p/rtmplite/source/browse/trunk/amf.py
Original comment by voiprese...@gmail.com
on 5 Feb 2011 at 5:34
Original issue reported on code.google.com by
voiprese...@gmail.com
on 5 Feb 2011 at 5:25