mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2025-02-11 13:19:42 +08:00
修复笔误
This commit is contained in:
parent
544797e501
commit
76a55c6c08
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user