• Luca Barbato's avatar
    rtmp: Support AMF_DATA_TYPE_MIXEDARRAY · 32a414f3
    Luca Barbato authored
    And fix the AMF_DATA_TYPE_ARRAY parsing while at it.
    
    A MIXEDARRAY type, as the ARRAY, store the number of elements in
    an uint32 before the list. The ARRAY is strict and does not have
    an OBJECT terminator, MIXEDARRAY behaves like an OBJECT type and
    a different than stated number of element can be present.
    32a414f3
rtmppkt.c 18.7 KB