现在位置: 首页
+0°

Overview of HTTP Dynamic Streaming and HTTP Live Streaming

2015年07月30日 fms  ⁄ 共 49186字
http://blog.csdn.net/wutong_login/article/details/7819635 Streaming media over HTTP Delivering content over HTTP is usually called “progressive download”. The content must transfer from the server to the client in a progression from the beginning to the end of a file. A client cannot seek to a forward location until that location and all the data before it has downloaded. ...
阅读全文
+0°

背景图居中显示可以实现缩放网页 背景图 总是居中

2015年07月27日 div+css  ⁄ 共 63字
 background: url(Tpl/Show/sheji40_p2.jpg) top center no-repeat #000;
阅读全文
+0°

ecmall 整合uc

2015年07月24日 ecmall, php, php  ⁄ 共 2807字
1、用户登录 app  fontend.base.php 中login方法  $user_id = $ms->user->auth($user_name, $password);      $this->_do_login($user_id);                 /* 同步登陆外部系统 */                 $synlogin = $ms->user->synlogin($user_id);     function _do_log...
阅读全文
+0°

$.getJSON()跨域请求

2015年07月10日 ajax&jquery&javascript  ⁄ 共 1607字
$.getJSON()跨域请求 以前总是没搞明白是怎么回事,现在是迫不得已,就仔细看了看说明文档,终于测试成功了,记下:  1,同一域名下和其他的请求可以是一样的 js:         var url="http://localhost:2589/a.ashx";         $(function(){          &n...
阅读全文
+0°

视频FMS服务器带宽成本分析

2015年07月03日 fms  ⁄ 共 1300字
一、现状 调查了一下,主要有两种主流方式,WebRTC或者Flash。 1. WebRTC(不支持IE浏览器,已排除):网页实时通信(英语:Web Real-Time Communication)的缩写,是一个支持网页浏览器进行实时语音对话或视频对话的API。它于2011年6月1日开源并在Google、Mozilla基金会、Opera支持下已经成为ISO通信标准,跨平台(pc,安卓,iso),是未来趋势。 2. Flex+FMS方式实现(采用),优点是:FMS服...
阅读全文
+0°

Flash Media Server 入门教程

2015年07月02日 fms  ⁄ 共 13661字
本文原地址:http://www.nshen.net/article/2007/08/29/fms-tutorial/ ,转载请保留链接 。 我把我以前的那些FMS学习笔记整理了一下,做了下修改,成了一页的FMS教程,方便想学FMS的新手来看,如果还有错误或者看不懂的地方欢迎留言. 注意: Flash Media Server的最新版本已经到FMS 4.X了 ,由于本入门教程是在2006~2007年所写,年代久远所以使用FMS 2演示,但当你了解了原理后可以很容易的升到4,因为FMS 1 ...
阅读全文
+0°

fms帮助文档中文服务器编程

2015年06月26日 hacker  ⁄ 共 70178字
http://www.cnblogs.com/dzone/archive/2011/05/05/2037333.html Adobe flash media server  开发者向导  1   起步    Adobe  flash  meida  server 提供了一个流媒体的集合和为建立富媒体应用的群集交互模 式。Flash media server 提供了即时开始,实况视频流和基于用户带宽的可变的流的码率。    Flash media server 有三个版本    Flash Media Interacti...
阅读全文
+0°

微联科技技术人员培训计划!

2015年05月06日 创业路上  ⁄ 共 142字
1、共同学习 一、PHP入门培训 W3CSHOOL php入门教程。  看完后写一个 增删改查的例子 二、thinkphp框架  兄弟连的就好 三、javascript 教程  jquery教程 兄弟连 四、div+css      兄弟连 五、bootstrap教程   兄弟连 2、私下学习 兄弟连PHP教程。精通。
阅读全文
+0°

西部数码伪静态

2015年03月23日 lnmp  ⁄ 共 300字
RegistrationName= wlqcwin RegistrationCode= 2EAD-35GH-66NN-ZYBA [ISAPI_Rewrite] # 3600 = 1 hour  CacheClockRate 3600 RepeatLimit 32 #RewriteCond %{HTTP:Host} ^m.slqzxl.com$ #RewriteRule (.*) http://m.taxzt.com/slqzxl/$1 [NC,R=301] RewriteCond %{HTTP:Host} ^m.xtsylt.com$ RewriteRule (.*) http://m.taxzt.com/xtsylt/$1 [NC,R=301]
阅读全文
+0°

imicms pigcms二次开发去掉提醒验证

2015年02月28日 thinkphp  ⁄ 共 123字
1、修改 \PigCms\Lib\Action\Home\WeixinAction.class.php private function chat($name){ return str_replace('mzxing_com', 'pigcms', $str);
阅读全文
×