修复笔误
This commit is contained in:
parent
544797e501
commit
76a55c6c08
|
|
@ -234,7 +234,7 @@ void RtspPlayer::sendSetup(unsigned int track_idx) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Rtsp::RTP_MULTICAST: {
|
case Rtsp::RTP_MULTICAST: {
|
||||||
sendRtspRequest("SETUP",baseUrl,{"Transport","Transport: RTP/AVP;multicast"});
|
sendRtspRequest("SETUP",baseUrl,{"Transport","RTP/AVP;multicast"});
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Rtsp::RTP_UDP: {
|
case Rtsp::RTP_UDP: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue