修复笔误

This commit is contained in:
xiongziliang 2020-12-19 18:59:22 +08:00
parent 544797e501
commit 76a55c6c08

View File

@ -234,7 +234,7 @@ void RtspPlayer::sendSetup(unsigned int track_idx) {
}
break;
case Rtsp::RTP_MULTICAST: {
sendRtspRequest("SETUP",baseUrl,{"Transport","Transport: RTP/AVP;multicast"});
sendRtspRequest("SETUP",baseUrl,{"Transport","RTP/AVP;multicast"});
}
break;
case Rtsp::RTP_UDP: {