RTSP與UDP URL解析

UDP URL解析 //參數1:strURL UDP的URL //參數1:strIP 解析出的UDP的IP //參數1:nPort 解析出的UDP的端口 void ParseUdpUrl(string strURL, string &strIP, int &nPort) {     // 小寫轉大寫     transform(strURL.begin(), strURL.end(), str
相關文章
相關標籤/搜索