Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/EasyDarwin/EasyRTMP
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlong0813 committed Jan 22, 2017
2 parents 243f698 + 668e64e commit 2de7091
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ _ReSharper*/
ipch/
*.opensdf
*.264
*.VC.db
6 changes: 6 additions & 0 deletions Android/EasyRTMP/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ package="org.easydarwin.easyrtmp">
<service
android:name="org.easydarwin.easyrtmp.activity.BackgroundCameraService"
android:enabled="true"></service>
<receiver android:name="org.easydarwin.easyrtmp.updatemgr.CompleteReceiver" >
<intent-filter>
<action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
<action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED" />
</intent-filter>
</receiver>
</application>

</manifest>
Binary file modified EasyRTMP_Demo/Lib/libeasyrtmp.dll
Binary file not shown.
Binary file modified EasyRTMP_Demo/Lib/libeasyrtmp.lib
Binary file not shown.
Binary file added EasyRTMP_Demo/Lib/x64/libeasyrtmp.dll
Binary file not shown.
Binary file added EasyRTMP_Demo/Lib/x64/libeasyrtmp.lib
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

EasyRTMP是EasyDarwin团队开发的一套RTMP直播推送功能组件,内部集成了包括:基本RTMP协议、断线重连、异步推送、环形缓冲区、推送网络拥塞自动丢帧、缓冲区关键帧检索、事件回调(断线、音视频数据回调),通过EasyRTMP我们就可以避免接触到稍显复杂的RTMP推送或者客户端流程,只需要调用EasyRTMP的几个API接口,就能轻松、稳定地进行流媒体音视频数据的推送,支持市面上绝大部分的RTMP流媒体服务器,包括Red5、Ngnix_rtmp、crtmpserver等主流RTMP服务器,全平台支持:Windows、Linux、ARM(各种交叉编译工具链)、Android、iOS;

- **我们同时提供Windows、Linux、ARM、Android、IOS版本的EasyRTMP库**:EasyRTMP SDK商业使用需要经过授权才能永久使用,商业授权方案细节: [http://www.easydss.com/EasyRTMP.html](http://www.easydss.com/EasyRTMP.html "EasyRTMP授权");个人及非商业用途可通过[https://github.com/EasyDarwin/Tools](https://github.com/EasyDarwin/Tools "EasyDarwin Tools")中的**EasyDarwin SDK License生成工具**生成临时License使用,或者可以邮件发送至[support@easydarwin.org](mailto:support@easydarwin.org "EasyDarwin support mail")进行更深入的合作咨询,注意ARM版本需要附上交叉编译工具链,我们会帮您具体编译;


### 调用方法 ###

Expand Down

0 comments on commit 2de7091

Please sign in to comment.