Table of Contents

  1. General
  2. Flash
  3. Python

Examples

Collection of Flash and Python examples for RTMPy.

All example files can be found in the repository: http://svn.rtmpy.org/examples/trunk

There is also a tarball file available with the examples only that is in sync with the repository: RTMPy-latest-examples.tar.gz

General

Flash

  • EchoTest -- simple client/server example that returns any received AMF data structures back to the client
  • SimpleMediaPlayer -- simple media player with http/rtmp support for debugging

Python