基于nodejs/http-parser代码,增加了对于rtsp1.0/rtsp2.0 request/response 解析的支持
test_rtsp.cpp有很多的测试用例可以参考
编译运行 test_rtsp.cpp
cmake . && make && ./test_rtsp
在 nodejs/http-parser 基础上,扩展支持了RTSP1.0和RTSP2.0