Hi,<br>I worked on RTMP streaming implementation for the GSoC project,<br>Now the patch of RTMP access module is posted here for the code review. Because some of the codes are common for RTMP input and output (e.g. AMF packages decoding and encoding), I had put all the common part in this patch.<br>
<br>Patch description:<br>1. Improve AMF message decoding<br>2. Add some checking code to avoid "segfault"<br>3. Trick mode support, PAUSE/RESUME work. (SEEK although is implemented, but it not work properly)<br>
4. The VLC can play the RTMP stream from VLC, Red5, FMS without segfault.<br>5. A small work around to make FLV Encapsulation over HTTP work.<br><br>