On 29/03/12 14:20, Luca Barbato wrote:
> +        put_amf_string(pb, "onFI");
> +        avio_w8(pb, AMF_DATA_TYPE_MIXEDARRAY);
> +        avio_wb32(pb, 2);
> +        put_amf_string(pb, "sd");
> +        avio_w8(pb, AMF_DATA_TYPE_STRING);
> +        put_amf_string(pb, "Dummy");
> +        put_amf_string(pb, "st");
> +        avio_w8(pb, AMF_DATA_TYPE_STRING);
> +        put_amf_string(pb, pkt->data);
> +        put_amf_string(pb, "");

That had been the non-standard trick to have wowza work properly.

I'm debating if I should use onTextData in a similar way. (again only
plain UTF-8 text and a dummy entry that will be then used to map
different data codec id.

lu

-- 

Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to