摘要: step 1:新建一个FluorineFX网站,作为参考step 2:在现有网站添加FluorineFX网站的相关dll引用,并拷贝console.aspx和gateway.aspx至网站根目录(最好是在现有网站下重新建立这两个空白页面,然后拷贝代码过去,这样可以避免一些编译问题)step 3:修改... 阅读全文
posted @ 2015-01-13 18:48 火腿骑士 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 实现的一般步骤是:step 1: 定义NetConnection对象连接rtmp,并监听NetStatusEvent.NET_STATUS事件step 2: 在NetStatusEvent.NET_STATUS事件里判断event.info.code=="NetConnection.Connect.... 阅读全文
posted @ 2015-01-13 18:45 火腿骑士 阅读(415) 评论(0) 推荐(0) 编辑
摘要: http://flexman.blog.sohu.com/129838570.htmlhttp://flexman.blog.sohu.com/130007574.htmlstep 1: 首先要确定RTMP的端口,可以利用netstat -an来查看step 2: 修改services-config... 阅读全文
posted @ 2015-01-13 18:45 火腿骑士 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 要做一个完整的录制程序,处理RPC请求的类不仅要继承ApplicationAdapter,还要继承IStreamService接口,该接口定义了play(),pause(),publish(),createStream()等一系列方法来完善程序关于安全性,可以自定义一个实现FluorineFx.Me... 阅读全文
posted @ 2015-01-13 18:43 火腿骑士 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Flex端利用new PNGEncoder().encode(bitmapData)将png图片转换为ByteArray,然后传给服务器,服务端需要定义一个public ByteArray UploadImage(ByteArray ba)方法服务器端相关代码using System;using S... 阅读全文
posted @ 2015-01-13 18:42 火腿骑士 阅读(203) 评论(0) 推荐(0) 编辑
摘要: http://25swf.blogbus.com/tag/FluorineFx/http://www.doc88.com/p-7002019966618.html 基于Red5的视频监控系统的研究与实现FluorineFx NetStream.play 并发时,无法全部连接成功的解决办法在FLASH... 阅读全文
posted @ 2015-01-13 16:28 火腿骑士 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Flex数据交互之Remoting 一 前言 Flex数据交互常用的有三种方式:WebService、HttpService以及Remoting。 WebService方式已在这篇文章中给出,这篇文章主要讲解以Remoting方式进行数据交互,Remoting是基于AMF的数据交互,速度及性... 阅读全文
posted @ 2015-01-13 14:31 火腿骑士 阅读(181) 评论(0) 推荐(0) 编辑