mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 01:40:28 +00:00
fixed BasicRTSPOnlySubsession snprintf
Fixes the commit 580ac72e from 13th Apr 2023.
This commit is contained in:
@@ -161,7 +161,7 @@ void BasicRTSPOnlySubsession::setSDPLines() {
|
||||
+ strlen(rtpmapLine) + strlen(trackId());
|
||||
char* sdpLines = new char[sdpFmtSize];
|
||||
|
||||
snprintf(sdpLines, sizeof sdpFmtSize, sdpFmt,
|
||||
snprintf(sdpLines, sdpFmtSize, sdpFmt,
|
||||
mediaType, // m= <media>
|
||||
rtp_port_audio,//fPortNumForSDP, // m= <port>
|
||||
rtpPayloadType, // m= <fmt list>
|
||||
|
||||
Reference in New Issue
Block a user