KallDrexx / rust-media-libs

Rust based libraries for misc media functionality
Apache License 2.0
229 stars 58 forks source link

Added support AMF0 strict array type #29

Closed mdorofeev closed 2 years ago

mdorofeev commented 2 years ago

Hi, I found that library not support AMF0 Strict Array Type and by this reason it fail playing stream from Wowza Media Server (if stream transcoded). Added support for encoding and decoding and checked that it works with real application.

KallDrexx commented 2 years ago

Published as part of rml_amf0 version 0.3.0 and rml_rtmp version 0.6.1. Thanks again!