liuchao412's Stars
facebook/folly
An open-source C++ library developed and used at Facebook.
ZLMediaKit/ZLMediaKit
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
Tencent/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
eranyanay/1m-go-websockets
handling 1M websockets connections in Go
0voice/audio_video_streaming
音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。
cloudwu/coroutine
A asymmetric coroutine library for C.
didi/sharingan
Sharingan(写轮眼)是一个基于golang的流量录制回放工具,适合项目重构、回归测试等。
smallnest/1m-go-tcp-server
benchmarks for implementation of servers which support 1 million connections
gongluck/AnalysisAVP
音视频学习,相关文件格式/协议分析,框架学习等。encode decode;rgb yuv h264 aac flv mp4 rtmp;libyuv x264 openh264 faac faad2 fdk-aac librtmp ffmpeg sdl2 webrtc;android ios capture videotoolbox;
tonbit/coroutine
C++11 single .h asymmetric coroutine implementation via ucontext / fiber
unispeech/unimrcp
Open source cross-platform implementation of MRCP protocol
pion/rtp
A Go implementation of RTP
panjjo/gosip
sipserver,GB28181,ZLMediaKit
yyzybb537/libgonet
C++ network library based on `libgo`.
rigtorp/HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
leixiaohua1020/h264_analysis
A H.264 stream analysis software based on MFC
BarGabriel/SipServer
A simple SIP server (proxy) for handling VoIP calls based on SIP using C++ on Windows & Linux platforms.
gatsbyd/melon
基于协程和事件循环的c++网络库
mfichman/coro
Modern coroutine library for C++
hb9xar/siproxd
Siproxd is a proxy/masquerading daemon for SIP
Lycycz/GB28181_RTMP
sip服务器 和 运行nginx-rtmp模块进行推流
DoasIsay/XCoroutine
一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协程的signal信号处理机制,提供不同线程间协程同步协作的互斥量mutex,读写锁,条件变量cond,信号量sem,countDownLatch及用于数据共享的channel等等,总之很好玩,,,
liuxuanhai/AVFileParse
音视频学习,相关文件格式/协议分析。h264 nalu aac adts flv
gongluck/tools
工具程序收集仓库
chunyi1994/coroutine
协程c++11实现
liushengxi13689209566/coroutine
coroutine是一个基于云风的Coroutine库,使用C++11重写的协程库
liuchao412/ExcelFormat
ExcelFormat library from CodeProject
liuchao412/gosip
sipserver,GB28181,ZLMediaKit