Giter VIP home page Giter VIP logo

rtspserver's Introduction

RtspServer

项目介绍

  • C++11实现的RTSP服务器和推流器。
  • 设计目的是为了替代项目中使用的live555模块, live555在嵌入式平台上性能一般。
  • 不考虑多线程的实现, 项目模块的定位是轻量级的RTSP服务器和推流器。

项目Demo

  • 为了方便调试做的一个Demo: DesktopSharing: 抓取屏幕和麦克风的音视频数据,编码后进行RTSP转发和推流。

目前情况

  • 支持 Windows 和 Linux平台。
  • 支持 H264, H265, G711A, AAC 四种音视频格式的转发。
  • 支持同时传输音视频。
  • 支持单播(RTP_OVER_UDP, RTP_OVER_RTSP), 组播。
  • 单播支持心跳检测。组播暂未支持。
  • 支持RTSP推流(TCP)。

编译环境

  • Linux: gcc 4.7
  • Windows: vs2015

整体框架

image

后续计划

  • 增加RTMP推流模块。
  • 增加RTSP客户端模块。

其他问题

  • 如何转发或推流媒体文件? 项目目前没有实现对媒体文件的解析, 可以通过ffmpeg对文件进行帧读取再进行转发。

rtspserver's People

Contributors

phz76 avatar

Watchers

 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.