Giter Site home page Giter Site logo

wuwei86 / easyrtmp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tsingsee/easyrtmp

0.0 0.0 0.0 46.74 MB

EasyRTMP是一套调用简单、功能完善、运行高效稳定的RTMP功能组件,经过多年实战和线上运行打造,支持RTMP推送断线重连、环形缓冲、智能丢帧、网络事件回调,支持Windows、Linux、arm(hisiv100/hisiv200/hisiv300/hisiv400/etc..)、Android、iOS平台,支持市面上绝大部分的RTMP流媒体服务器,包括Wowza、Red5、ngnix_rtmp、crtmpserver等主流RTMP服务器,能够完美应用于各种行业的直播需求,手机直播、桌面直播、摄像机直播、课堂直播等等方面! Android版本地址:https://github.com/EasyDSS/EasyRTMP-Android iOS地址:https://github.com/EasyDSS/EasyRTMP-iOS

Home Page: http://www.pvale.com/EasyRTMP.html

Shell 0.21% C 96.77% C++ 2.43% PHP 0.01% Makefile 0.59%

easyrtmp's Introduction

EasyRTMP

EasyRTMP是什么?

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

调用方法

  • EasyRTMP_File:EasyRTMP做为RTMP推送端,将本地文件推送到RTMP流媒体服务器;

  • EasyRTMP_RTSP:将RTSP/RTP数据获取到本地,再通过EasyRTMP推送到RTMP服务器;EasyRTMP_RTSP Demo除了EasyRTMP外还涉及到EasyRTSPClient库需要商业授权,EasyRTSPClient库是拉取RTSP流输出H264流和音频流的跨平台SDK。

  • EasyRTMP-Android:Android安卓RTMP直播推流,采集安卓手机前/后摄像头、麦克风音视频推送直播;项目地址:https://github.com/EasyDSS/EasyRTMP-Android

  • EasyRTMP-iOS:iOS苹果RTMP直播推流,采集苹果手机前/后摄像头、麦克风音视频推送直播;项目地址:https://github.com/EasyDSS/EasyRTMP-iOS

我们在公网部署了一台演示的RTMP服务器系统:http://www.easydss.com:10088/ ,支持RTMP直播、服务端录像、检索、回放等功能;

编译方法

Windows平台采用Visual Studio 2010编译sln

Linux下执行Builtit文件编译,具体如下:
	chmod +x Builtit
	
	"**************build stream from EasyRTMP_RTSP demo******************"
	"1. build 32bit program ./Buildit rtsp i386 [target in i386]"	
	"2. build 64bit program ./Buildit rtsp x64 [target in x64]"	
	"3. clean up ./Buildit rtsp clean"
	"-----------------------------------------------------------"
	"**************build stream from EasyRTMP_FILE demo******************"
	"4. build 32bit program ./Buildit file i386 [target in i386]"	
	"5. build 64bit program ./Buildit file x64 [target in x64]"	
	"6. clean up ./Buildit file clean"
	"-----------------------------------------------------------"

工作流程

EasyPusher Work Flow

调用过程

EasyRTMP

调用示例

技术支持

EasyRTMP是一款非常稳定的RTMP推流直播组件,各平台版本需要经过授权才能商业使用,商业授权方案可以通过以上渠道进行更深入的技术与合作咨询;

获取更多信息

EasyDarwin开源流媒体服务器:www.EasyDarwin.org

EasyDSS商用流媒体解决方案:www.EasyDSS.com

EasyNVR无插件直播方案:www.EasyNVR.com

Copyright © EasyDarwin Team 2012-2018

EasyDarwin

easyrtmp's People

Contributors

jinlong0813 avatar babosa avatar swordtwelve avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.