上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 24 下一页
摘要: https://github.com/oikomi/FishChatServer https://github.com/subrosa-io https://github.com/WhisperSystems https://github.com/irungentoo http://git.osch 阅读全文
posted @ 2015-12-31 14:00 jhhu 阅读(213) 评论(0) 推荐(0) 编辑
摘要: WebRTC GitHub repo developer's guidehttps://github.com/LingyuCoder/SkyRTC-demoWebRTC GitHub repo developer's guideValidationProject structure and sty... 阅读全文
posted @ 2015-12-25 00:24 jhhu 阅读(841) 评论(0) 推荐(0) 编辑
摘要: 1. 修改错误的提交信息(commit message)提交信息很长时间内会一直保留在你的代码库(code base)中,所以你肯定希望通过这个信息正确地了解代码修改情况。 下面这个命令可以让你编辑最近一次的提交信息,但是你必须确保没有对当前的代码库(working copy)做修改,否则这些修改也... 阅读全文
posted @ 2015-12-02 18:57 jhhu 阅读(159) 评论(0) 推荐(0) 编辑
摘要: netty提供的例子中有secury的实现,不过是一个伪证书。修改了一下其中的SecureChatSslContextFactory类,使用证书的方式实现ssl。修改后代码如下:public final class SecureChatSslContextFactory { private stat... 阅读全文
posted @ 2015-11-24 19:29 jhhu 阅读(635) 评论(0) 推荐(0) 编辑
摘要: 自建 AppRTC字数3158阅读1718评论2喜欢2AppRTC是 webrtc 的一个 demo。自建 AppRTC 可以苦其心志劳其筋骨饿其体肤,更重要的是能学会 webrtc 服务器的搭建流程……AppRTC 的组成部分是这样的:1、AppRTC - 房间服务器。Github2、Collid... 阅读全文
posted @ 2015-11-24 11:51 jhhu 阅读(2755) 评论(0) 推荐(0) 编辑
摘要: SpringMVC整合Shiro, Shiro是一个强大易用的Java安全框架,提供了认证、授权、加密和会话管理等功能。第一步:配置web.xml?1234567891011121314151617-->shiroFilterorg.springframework.web.filter.Delega... 阅读全文
posted @ 2015-11-21 11:29 jhhu 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 1.WebRTC学习1.1WebRTC现状本人最早接触WebRTC是在2011年底,那时Google已经在Android源码中加入了webrtc源码,放在/external/webrtc/,但是Android并没有用到它,更没有被浏览器使用。当时试图在Android 2.3(Gingerbread)... 阅读全文
posted @ 2015-11-20 15:23 jhhu 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 第一种方案:ffmpeg+nginx新的ffmpeg已经支持HLS。(本人也参与了代码供献,给自己做个广告:))点播:生成hls分片:ffmpeg -i -c:v libx264 -c:a aac-f hls /usr/local/nginx/html/test.m3u8直播:ffmpeg -iu... 阅读全文
posted @ 2015-11-19 23:59 jhhu 阅读(3369) 评论(0) 推荐(0) 编辑
摘要: 1.1源码下载用GIT从下面地址下载:git://source.ffmpeg.org/ffmpeg.git例如:在linux下:git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg1.2依赖如果要编译ffplay,它依赖sdl库。安装SDL库:htt... 阅读全文
posted @ 2015-11-19 23:44 jhhu 阅读(876) 评论(0) 推荐(0) 编辑
摘要: 1,http://www.webrtc.org/ webrtc官网,神马编译,神马下载,这里的解决方案才是最权威的.---------------------------------2,https://code.google.com/p/webrtc/ webrtc源码下载地点,您还可以随时随地关注... 阅读全文
posted @ 2015-11-19 01:04 jhhu 阅读(314) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 24 下一页