/http-parser

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

Primary LanguageCMIT LicenseMIT

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