What you need to know about developing an RTMP server using FluorineFx

This article is a document translated specifically for my partner to read; since it might help some folks, I’m also posting it for reference by anyone who needs it. If it doesn’t fit your situation though, I can’t take responsibility. Also, this article was exported directly from Word (page size A3), with way too much redundant code, and I can’t be bothered to clean it up; brothers with a display resolution width below 1280 may see misaligned styling when reading, so please bear with it. Overview:The FluorineFx open source library provides a set of features for the .NET framework, implementing FLEX/FLASH remoting, Flex Data Services and real-time messaging. .NET frameworks supported by FluorineFxMicrosoft .NET Framework 1.1 (1.1.4322) Microsoft .NET Framework 2.0 (2.0.50727) Microsoft .NET Framework 3.5 (3.5.21022.8) Mono 1.2.4 (.NET framework support is backward compatible)

Flash

Adobe makes the RTMP protocol public

Recently, Adobe published the RTMP protocol specification: Official page: http://www.adobe.com/devnet/rtmp/ Download link: http://www.adobe.com/devnet/rtmp/pdf/rtmp_specification_1.0.pdf

Flash