<div>In debug mode (--verbose option) we can see dump of the AMF properties. The length of all properties limited by snprintf().<br></div><div>Where is a problem:</div><div>I want to log chat messages. This chat works via rtmp. Chat messages are stored in STRING properties. So, with this limit I can&#39;t get full chat message if it is too large.</div>
<div>Attached patch disables this limitation for STRING properties.</div><div><br></div>