
Red5 & Flex
iteye_10235
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
20090209-20090211 (about Red5 and Flex)
red5+flex视频聊天所有的数据量经服务器?有没有可能用p2p方式(NAT)?The Real‐Time Media Flow Protocol (RTMFP) is a new communication protocol from Adobe that enables direct end user to end user peering communication between mul...2009-02-11 17:51:19 · 134 阅读 · 0 评论 -
20091007 (Flex P2P)
var conn:NetConnection = new NetConnection("rtmfp://stratus.adobe.com/" + developerKey);conn.nearID, my p2p idnew NetStream(netConnection, NetStream.DIRECT_CONNECTIONS);NetStream.DIRECT_CONNECTIONS,...2009-10-07 10:10:54 · 160 阅读 · 0 评论 -
[转]Flex的中文编译
还是目前的这个项目,因为我引入了自动升级的applicationupdater_ui.swc,而默认的编译选项是en_US。于是出来的升级界面是英文的,考虑到实用性,应该改成中文的。然后一通乱查。.swc是个压缩包,可以修改后缀为.zip,然后用各式解压缩工具打开。打开之后里面有些文件和locale目录,locale目录下面是各种语言包。而applicationupdater_ui.swc...原创 2009-09-17 10:13:45 · 133 阅读 · 0 评论 -
[转]各种减小swf文件大小的方法
第一步:分离运行库,使用RSL减小FLEX生成文件的体积 要应用RSL.我们执行下面的步骤: 1.在项目文件夹中点右建,选择"properties"-"Flex BuildPath"-"Library Path" 2.该选项卡上我们看到"FrameWork linkage",默认是选中"Merged into code"(打包在里边..大概这意思) 3.点开下拉,选择"runtime shared.原创 2009-09-16 16:54:26 · 275 阅读 · 0 评论 -
20100220 (Air Study)
However, unlike other MXML components, a Window-based component cannot be used in another MXML document. Instead, you create an instance of the MXML component in ActionScript.Once the window's initi...2010-03-01 11:02:10 · 155 阅读 · 0 评论 -
更新flex sdk后,如何在flex builder中设置以使用新的特性
正在做的项目需要将原来跑在浏览器上的flex项目转到air环境中,由于项目使用到了flash 10的一些特性(比如p2p),在转到air环境中编译没有问题,运行时只要调用到flash 10特有的api,就老是出以下类似的错误: "ReferenceError: Error #1069: Property nearID not found on flash.net.NetConnection a...原创 2010-02-13 19:47:13 · 170 阅读 · 0 评论 -
[转] Using custom objects in AMF3 with Red5
转自http://gregoire.org/2008/09/12/using-custom-objects-in-amf3-with-red5/ I created a post about this subject almost a year ago, but there were a couple minor issues with the examples. Here I will ...原创 2009-07-14 15:00:21 · 97 阅读 · 0 评论 -
20090612 (Red5 Study 3)
Is context global or there may be one context for each scope or for each application?There's a global context and one context for each application.How to implement security checking?First put user d...2009-06-15 09:44:41 · 91 阅读 · 0 评论 -
Red5源代码分析 - 关键类及其初始化过程
Red5如何响应rmpt的请求,中间涉及哪些关键类?响应请求的流程如下: 1.Red5在启动时会调用RTMPMinaTransport的start()方法,该方法会开启rmtp的socket监听端口(默认是1935),然后使用mina(apache的io操作类库)的api将RTMPMinaIoHandler绑定到该端口。2.RTMPMinaIoHandler上定义了messageRecei...2009-03-13 16:36:11 · 190 阅读 · 0 评论 -
20090312 (Red5 Study 2)
Standalone serverShould be inside "red5-web.xml" in WEB-INF?What's the usage of webAppRootKey?<context-param><param-name>webAppRootKey</param-name><param-value>/myapp</par...2009-03-12 17:12:47 · 87 阅读 · 0 评论 -
20090310 (Flex Misc)
用popup manager来弹出窗口?用Accordion 来分tab?用类似visible="{myCheck.selected}"的语法来绑定microphone的属性? internal 有点类似于java的默认无修饰符,不同在于子类无法访问,只有同个包的可以访问在一个as文件中,可以定义多个类,但只能一个类位于package中。其他的属于内部类?那在mxml中是不是可以有内部类...2009-03-10 17:58:00 · 108 阅读 · 0 评论 -
20090306 (Flex Microphone)
Audio qualityEcho suppression: echo suppression is advisable when the sound being captured is played through speakers — instead of a headset — on the same computer.Rate: the rate at which the micropho...2009-03-06 14:11:49 · 130 阅读 · 0 评论 -
20090220-20090221 (Red5 Study 1)
IScope: A statefull object shared between a group of clients connected to the same context path. Scopes are arranged in hierarchical way, so its possible for a scope to have a parent and children scop...2009-02-25 09:29:18 · 89 阅读 · 0 评论 -
20090216-20090219 (about Red5 and Flex)
MXML is an XML-based user interface markup language first introduced by Macromedia in March 2004. Adobe Systems (which acquired Macromedia in December 2005) gives no official meaning for the acronym, ...2009-02-18 12:20:50 · 98 阅读 · 0 评论 -
Red5 and Flex资源
Red5 website http://osflash.org/red5Red5 wiki/dashboard http://jira.red5.org/confluence/dashboard.actionRed5 eclipse plugin http://jira.red5.org/confluence/display/tools/Installation Flex在Eclipse下...2009-02-11 23:32:11 · 125 阅读 · 0 评论 -
[转]Red5 Plugin for Eclipse 插件可更新
使用ECLIPSE的人,下面的安装步骤不会陌生吧,自然就不用翻译了。go to Help > Software Updates > Find and Install > Search for new features to install Create a “New Remote Site” Enter “Red5Plugin” under name Enter “http:/...原创 2009-02-11 23:07:09 · 107 阅读 · 0 评论 -
20100505 (flash study)
enterFrame event: If the playhead is not moving, or if there is only one frame, this event is dispatched continuously in conjunction with the frame rate. Default frame rate is 24 frame per second. Not...原创 2010-05-29 09:42:38 · 131 阅读 · 0 评论