Skip to content

Commit

Permalink
fix(rtsp-server): Fixed compilation errors.
Browse files Browse the repository at this point in the history
Signed-off-by: scottxu <[email protected]>
  • Loading branch information
iamscottxu committed Mar 20, 2023
1 parent 764b2af commit 959d216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtsp_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ static void rtsp_output_rtsp_start(void *data)
index < out_data->enabled_channels.size(); index++) {
if (!out_data->enabled_channels[index])
continue;
blog(LOG_INFO, "\tchannel %d port: \t%d", index,
blog(LOG_INFO, "\tchannel %zu port: \t%d", index,
session->GetMulticastPort(
static_cast<xop::MediaChannelId>(index)));
}
Expand Down

0 comments on commit 959d216

Please sign in to comment.