Changes for version 0.05 - 2010-02-25
- fix compile error caused latest Moose is no longer export Carp::confess in latest version
 
Modules
perl flash media server    
  
RTMP stream reader/writer    
  
RTMP packet    
  
RTMP function packet    
  
Kamaitachi service base class    
  
service role to parse amf object    
  
service role to accept all connection    
  
service role to accept connection with ACL    
  
service role to broadcast packet to others    
  
service role to handle clients    
  
service role to create connect response    
  
core service role    
  
service role to create netstream packet    
  
service role to record flv    
  
service role to count and broadcast streaming audience    
  
service role to handle media streaming    
  
Kamaitachi connection handler    
  
Kamaitachi connection socket    
  Examples
- example/client/chat/chat.as
 - example/client/chat/chat.mxml
 - example/client/chat/chat.swf
 - example/client/echo/echo.as
 - example/client/echo/echo.mxml
 - example/client/echo/echo.swf
 - example/client/live_streaming/play.as
 - example/client/live_streaming/play.mxml
 - example/client/live_streaming/play.swf
 - example/client/live_streaming/publish.as
 - example/client/live_streaming/publish.mxml
 - example/client/live_streaming/publish.swf
 - example/client/live_streaming_rec/publish.as
 - example/client/live_streaming_rec/publish.mxml
 - example/client/live_streaming_rec/publish.swf
 - example/lib/Service/Chat.pm
 - example/lib/Service/Echo.pm
 - example/lib/Service/LiveStreaming.pm
 - example/lib/Service/LiveStreamingRecorder.pm
 - example/server.pl