Skip to content

yapingcat/http-parser

 
 

Repository files navigation

HTTP/RTSP Parser

基于nodejs/http-parser代码,增加了对于rtsp1.0/rtsp2.0 request/response 解析的支持

how to use

test_rtsp.cpp有很多的测试用例可以参考

编译运行 test_rtsp.cpp

cmake . && make && ./test_rtsp

About

在 nodejs/http-parser 基础上,扩展支持了RTSP1.0和RTSP2.0

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.8%
  • C++ 7.0%
  • Makefile 2.0%
  • Python 1.1%
  • CMake 0.1%