Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 268 Bytes

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