Loose Seal 0.0.1
Kevin Vance

This is a PROOF OF CONCEPT implementation of the RTMP streaming audio/video
protocol used by Adobe Flash.  It can retrieve audio and video streams from a
production RTMP server.  The resulting data is stored in the files audio.out,
video.out, and metadata.out.

Note: The results are UNMODIFIED, COMPRESSED audio and video streams.  They are
not multiplexed or put in any kind of container.  Without additional care, they
are unplayable.  (If the audio is MP3, you may be able to play it with XMMS.)

Plans
-----
On the protocol side, clean everything up and transition from a big messy
worker thread to using single-threading with twisted.

On the client side, streams need to be multiplexed into a useful format.
SWF files could be analyzed for RTMP file discovery so that sniffing the
official Flash client is not necessary.

On the server side, a server should be written.  Why not?
