mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
修复笔误
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user