haxeVideohaXe has a library called haxeVideo to play flash video streams. Here's a memo to install and play a demo video.
http://code.google.com/p/haxevideo/wiki/Help gives instructions, but its link to the download site is incorrect. http://haxevideo.org/ is the site for downloading haxevideo-1.1.zip. Install haxe's format library for compiling haxevideo:
$ haxelib install format
Unzip the file, and
$ cd haxevideo-1.1 $ haxe video.hxml
which creates video.swf and server.n. Run nekoVM server by
$ neko server.n localhost
will run RTMP server at port 1935 by default.
Run Apache2 and point to the directory the server is in, and then
http://localhost/video.html on a browser shows the page for video.
It worked ! Great 