1 Star 0 Fork 44

liuchao412 / BXC_MediaServer

forked from Vanishi / BXC_MediaServer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
Loading...
README
MIT

BXC_MediaServer

项目介绍

  1. BXC_MediaServer 是一个基于C++开发实现的一系列流媒体服务器
  2. 1-hlsServer 实现一个最简单的HLS服务器 BiliBili视频教程地址
  3. 1-httpflvServer 实现一个最简单的HTTP-FLV服务器 BiliBili视频教程地址
  4. 1-rtmpServer 实现一个最简单的RTMP服务器 BiliBili视频教程地址

windows系统编译运行

只需要使用vs2019打开 BXC_MediaServer.sln

选择 x64/Debug 或 x64/Release都能够直接运行,没有任何第三方依赖库
MIT License Copyright (c) 2023 Vanishi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

《从零开始编写一个直播服务器》系列视频教程源码。这个系列教程主要会涉及rtmp,http-flv,hls三个直播最常用的流媒体协议。首先会分别实现这3个协议对应的流媒体服务器,包括简单版和进阶版,每一个协议对应的流媒体服务都会从原理层面通过代码从零进行实现。最后会实现一个完整的包含以上3个协议的直播流媒体服务器。 展开 收起
C++
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/liuchao412/BXC_MediaServer.git
git@gitee.com:liuchao412/BXC_MediaServer.git
liuchao412
BXC_MediaServer
BXC_MediaServer
master

搜索帮助