Ai
1 Star 9 Fork 9

John Yet/rtsp_proxy_server

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
rtsp_packet_parser.h 443 Bytes
Copy Edit Raw Blame History
learnhow authored 2020-07-21 11:31 +08:00 . 初始化第一次提交
#ifndef RTSP_PACKET_PARSER_H
#define RTSP_PACKET_PARSER_H
#include "rtsp_proxy_type.h"
class RTSPPacketParser
{
public:
RTSPPacketParser();
rtsp::RTSPPort GetClientPort(const char* in);
void ReplaceClientPort(const char* in, char* out, rtsp::RTSPPort ports);
rtsp::RTSPPort GetServerPort(const char* in);
void ReplaceServerPort(const char* in, char* out, rtsp::RTSPPort ports);
private:
};
#endif // RTSP_PACKET_PARSER_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/learnhow/rtsp_proxy_server.git
git@gitee.com:learnhow/rtsp_proxy_server.git
learnhow
rtsp_proxy_server
rtsp_proxy_server
master

Search