ouweibin / RtspServerLinks
基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器
☆86Updated 5 years ago
Alternatives and similar repositories for RtspServer
Users that are interested in RtspServer are comparing it to the libraries listed below
Sorting:
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Updated 6 years ago
- 学习muduo网络库的一些笔记☆119Updated 5 years ago
- 大并发服务器课程源代码☆305Updated 5 years ago
- 基于C++11的muduo网络库☆117Updated 4 years ago
- ☆40Updated 6 years ago
- 《C++ 服务器开发精髓》随书配套源码☆220Updated 4 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆83Updated 3 months ago
- kimgbo是muduo网络库的重构版本