发布时间:2014-03-23 20:16:14
最近因为自己感兴趣就开始做个视频播放器。使用了全屏状态下的SurfaceView来播放视频,但是播放时却发现有些视频可以很好的播放,有些却被拉伸了,视频看起来是被“压扁”了的感觉。看到网上有重写一个SurfaceView的例子,感觉那是一种方法,但是我对这个问题有自己的理解:问题产生的原因.........【阅读全文】
发布时间:2013-09-28 16:54:04
1. 编译并行编码的x264从X264的帮助命令行可以看到,添加--threads项可以调整运行的线程数,可是当我完成X264编译,视图对手头的YUV进行编码的时候,发现在自己的双核计算机上,只能发挥50%的效率,即使使用--threads n 也无济于事,提示就是没有打开pthread支持。Pthreads定义了一套 C程序语言类型、函数与常量,它.........【阅读全文】
发布时间:2013-09-28 16:54:01
IV. Catching the thieves抓住小偷Well, we have just added a secure mechanism to our little streaming server. Now, all we have to do is just watching log file. But, before doing that we have to download a small utility for viewing our log file. This utility is called Kiwi Log Viewer,&nb.........【阅读全文】
发布时间:2013-09-28 16:53:57
Protecting your streams from webpage copy&paste flash code, listing or recording保护流,防止在页面上被复制&粘贴,解析或录制by Rani 目录表 Table of ContentsI. 简要说明和目的 Brief description and our goalsII. 设置rtmpd服务器 Setting up rtmpd serverI.........【阅读全文】
发布时间:2013-09-28 16:53:07
A Powerful Live Streaming Setup搭建强大的直播系统Recently we had a project requiring live streaming setup, but wasn’t for sure what the load or client usage would be. The prerequisite was to be prepared for 1-1000 users watching the event live. Thus we developed this configuration to.........【阅读全文】