blob: 26f55fff2edd632983aa14922b1ccae377007d8b [file] [log] [blame]
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +02001/*
2 * Copyright 2018 The WebRTC project authors. All Rights Reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10#include "video/video_send_stream_impl.h"
11
Yves Gerey3e707812018-11-28 16:47:49 +010012#include <stdio.h>
Jonas Olssona4d87372019-07-05 19:08:33 +020013
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020014#include <algorithm>
Yves Gerey3e707812018-11-28 16:47:49 +010015#include <cstdint>
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020016#include <string>
17#include <utility>
18
Steve Antonbd631a02019-03-28 10:51:27 -070019#include "absl/algorithm/container.h"
Steve Anton10542f22019-01-11 09:11:00 -080020#include "api/crypto/crypto_options.h"
21#include "api/rtp_parameters.h"
Mirko Bonadeid9708072019-01-25 20:26:48 +010022#include "api/scoped_refptr.h"
Yves Gerey3e707812018-11-28 16:47:49 +010023#include "api/video_codecs/video_codec.h"
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020024#include "call/rtp_transport_controller_send_interface.h"
Yves Gerey3e707812018-11-28 16:47:49 +010025#include "call/video_send_stream.h"
Yves Gerey3e707812018-11-28 16:47:49 +010026#include "modules/pacing/paced_sender.h"
Steve Anton10542f22019-01-11 09:11:00 -080027#include "rtc_base/atomic_ops.h"
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020028#include "rtc_base/checks.h"
29#include "rtc_base/experiments/alr_experiment.h"
Ying Wang8c5520c2019-09-03 15:25:21 +000030#include "rtc_base/experiments/field_trial_parser.h"
Elad Alon80f53b72019-10-11 16:19:43 +020031#include "rtc_base/experiments/min_video_bitrate_experiment.h"
Erik Språngcd76eab2019-01-21 18:06:46 +010032#include "rtc_base/experiments/rate_control_settings.h"
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020033#include "rtc_base/logging.h"
34#include "rtc_base/numerics/safe_conversions.h"
Sebastian Janssonb55015e2019-04-09 13:44:04 +020035#include "rtc_base/synchronization/sequence_checker.h"
Yves Gerey3e707812018-11-28 16:47:49 +010036#include "rtc_base/thread_checker.h"
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020037#include "rtc_base/trace_event.h"
Yves Gerey3e707812018-11-28 16:47:49 +010038#include "system_wrappers/include/clock.h"
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020039#include "system_wrappers/include/field_trial.h"
40
41namespace webrtc {
42namespace internal {
43namespace {
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020044
Erik Språng4e193e42018-09-14 19:01:58 +020045// Max positive size difference to treat allocations as "similar".
46static constexpr int kMaxVbaSizeDifferencePercent = 10;
47// Max time we will throttle similar video bitrate allocations.
48static constexpr int64_t kMaxVbaThrottleTimeMs = 500;
49
Sebastian Janssonecb68972019-01-18 10:30:54 +010050constexpr TimeDelta kEncoderTimeOut = TimeDelta::Seconds<2>();
51
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020052bool TransportSeqNumExtensionConfigured(const VideoSendStream::Config& config) {
53 const std::vector<RtpExtension>& extensions = config.rtp.extensions;
Steve Antonbd631a02019-03-28 10:51:27 -070054 return absl::c_any_of(extensions, [](const RtpExtension& ext) {
55 return ext.uri == RtpExtension::kTransportSequenceNumberUri;
56 });
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020057}
58
Erik Språngb57ab382018-09-13 10:52:38 +020059// Calculate max padding bitrate for a multi layer codec.
60int CalculateMaxPadBitrateBps(const std::vector<VideoStream>& streams,
Rasmus Brandtc402dbe2019-02-04 11:09:46 +010061 VideoEncoderConfig::ContentType content_type,
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020062 int min_transmit_bitrate_bps,
Erik Språngb57ab382018-09-13 10:52:38 +020063 bool pad_to_min_bitrate,
64 bool alr_probing) {
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +020065 int pad_up_to_bitrate_bps = 0;
Erik Språngb57ab382018-09-13 10:52:38 +020066
67 // Filter out only the active streams;
68 std::vector<VideoStream> active_streams;
69 for (const VideoStream& stream : streams) {
70 if (stream.active)
71 active_streams.emplace_back(stream);
72 }
73
74 if (active_streams.size() > 1) {
75 if (alr_probing) {
76 // With alr probing, just pad to the min bitrate of the lowest stream,
77 // probing will handle the rest of the rampup.
78 pad_up_to_bitrate_bps = active_streams[0].min_bitrate_bps;
79 } else {
Rasmus Brandtc402dbe2019-02-04 11:09:46 +010080 // Without alr probing, pad up to start bitrate of the
81 // highest active stream.
82 const double hysteresis_factor =
83 RateControlSettings::ParseFromFieldTrials()
84 .GetSimulcastHysteresisFactor(content_type);
85 const size_t top_active_stream_idx = active_streams.size() - 1;
86 pad_up_to_bitrate_bps = std::min(
87 static_cast<int>(
88 hysteresis_factor *
89 active_streams[top_active_stream_idx].min_bitrate_bps +
90 0.5),
91 active_streams[top_active_stream_idx].target_bitrate_bps);
92
93 // Add target_bitrate_bps of the lower active streams.
94 for (size_t i = 0; i < top_active_stream_idx; ++i) {
Erik Språngb57ab382018-09-13 10:52:38 +020095 pad_up_to_bitrate_bps += active_streams[i].target_bitrate_bps;
Rasmus Brandtc402dbe2019-02-04 11:09:46 +010096 }
Erik Språngb57ab382018-09-13 10:52:38 +020097 }
98 } else if (!active_streams.empty() && pad_to_min_bitrate) {
99 pad_up_to_bitrate_bps = active_streams[0].min_bitrate_bps;
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200100 }
101
102 pad_up_to_bitrate_bps =
103 std::max(pad_up_to_bitrate_bps, min_transmit_bitrate_bps);
104
105 return pad_up_to_bitrate_bps;
106}
107
Benjamin Wright192eeec2018-10-17 17:27:25 -0700108RtpSenderFrameEncryptionConfig CreateFrameEncryptionConfig(
109 const VideoSendStream::Config* config) {
110 RtpSenderFrameEncryptionConfig frame_encryption_config;
111 frame_encryption_config.frame_encryptor = config->frame_encryptor;
112 frame_encryption_config.crypto_options = config->crypto_options;
113 return frame_encryption_config;
114}
115
Stefan Holmerdbdb3a02018-07-17 16:03:46 +0200116RtpSenderObservers CreateObservers(CallStats* call_stats,
Elad Alon14d1c9d2019-04-08 14:16:17 +0200117 EncoderRtcpFeedback* encoder_feedback,
Stefan Holmerdbdb3a02018-07-17 16:03:46 +0200118 SendStatisticsProxy* stats_proxy,
Stefan Holmer64be7fa2018-10-04 15:21:55 +0200119 SendDelayStats* send_delay_stats) {
Stefan Holmerdbdb3a02018-07-17 16:03:46 +0200120 RtpSenderObservers observers;
121 observers.rtcp_rtt_stats = call_stats;
122 observers.intra_frame_callback = encoder_feedback;
Elad Alon0a8562e2019-04-09 11:55:13 +0200123 observers.rtcp_loss_notification_observer = encoder_feedback;
Stefan Holmerdbdb3a02018-07-17 16:03:46 +0200124 observers.rtcp_stats = stats_proxy;
Henrik Boström87e3f9d2019-05-27 10:44:24 +0200125 observers.report_block_data_observer = stats_proxy;
Stefan Holmerdbdb3a02018-07-17 16:03:46 +0200126 observers.rtp_stats = stats_proxy;
127 observers.bitrate_observer = stats_proxy;
128 observers.frame_count_observer = stats_proxy;
129 observers.rtcp_type_observer = stats_proxy;
130 observers.send_delay_observer = stats_proxy;
131 observers.send_packet_observer = send_delay_stats;
Stefan Holmerdbdb3a02018-07-17 16:03:46 +0200132 return observers;
133}
Erik Språngb57ab382018-09-13 10:52:38 +0200134
135absl::optional<AlrExperimentSettings> GetAlrSettings(
136 VideoEncoderConfig::ContentType content_type) {
137 if (content_type == VideoEncoderConfig::ContentType::kScreen) {
138 return AlrExperimentSettings::CreateFromFieldTrial(
139 AlrExperimentSettings::kScreenshareProbingBweExperimentName);
140 }
141 return AlrExperimentSettings::CreateFromFieldTrial(
142 AlrExperimentSettings::kStrictPacingAndProbingExperimentName);
143}
Erik Språng4e193e42018-09-14 19:01:58 +0200144
145bool SameStreamsEnabled(const VideoBitrateAllocation& lhs,
146 const VideoBitrateAllocation& rhs) {
147 for (size_t si = 0; si < kMaxSpatialLayers; ++si) {
148 for (size_t ti = 0; ti < kMaxTemporalStreams; ++ti) {
149 if (lhs.HasBitrate(si, ti) != rhs.HasBitrate(si, ti)) {
150 return false;
151 }
152 }
153 }
154 return true;
155}
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200156} // namespace
157
Christoffer Rodbro196c5ba2018-11-27 11:56:25 +0100158PacingConfig::PacingConfig()
159 : pacing_factor("factor", PacedSender::kDefaultPaceMultiplier),
160 max_pacing_delay("max_delay",
161 TimeDelta::ms(PacedSender::kMaxQueueLengthMs)) {
162 ParseFieldTrial({&pacing_factor, &max_pacing_delay},
163 field_trial::FindFullName("WebRTC-Video-Pacing"));
164}
165PacingConfig::PacingConfig(const PacingConfig&) = default;
166PacingConfig::~PacingConfig() = default;
167
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200168VideoSendStreamImpl::VideoSendStreamImpl(
Sebastian Jansson572c60f2019-03-04 18:30:41 +0100169 Clock* clock,
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200170 SendStatisticsProxy* stats_proxy,
171 rtc::TaskQueue* worker_queue,
172 CallStats* call_stats,
173 RtpTransportControllerSendInterface* transport,
Sebastian Jansson652dc912018-04-19 17:09:15 +0200174 BitrateAllocatorInterface* bitrate_allocator,
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200175 SendDelayStats* send_delay_stats,
Sebastian Jansson652dc912018-04-19 17:09:15 +0200176 VideoStreamEncoderInterface* video_stream_encoder,
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200177 RtcEventLog* event_log,
178 const VideoSendStream::Config* config,
179 int initial_encoder_max_bitrate,
180 double initial_encoder_bitrate_priority,
181 std::map<uint32_t, RtpState> suspended_ssrcs,
182 std::map<uint32_t, RtpPayloadState> suspended_payload_states,
183 VideoEncoderConfig::ContentType content_type,
Niels Möller46879152019-01-07 15:54:47 +0100184 std::unique_ptr<FecController> fec_controller,
185 MediaTransportInterface* media_transport)
Sebastian Jansson572c60f2019-03-04 18:30:41 +0100186 : clock_(clock),
187 has_alr_probing_(config->periodic_alr_bandwidth_probing ||
Erik Språngb57ab382018-09-13 10:52:38 +0200188 GetAlrSettings(content_type)),
Christoffer Rodbro196c5ba2018-11-27 11:56:25 +0100189 pacing_config_(PacingConfig()),
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200190 stats_proxy_(stats_proxy),
191 config_(config),
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200192 worker_queue_(worker_queue),
Erik Språngcd76eab2019-01-21 18:06:46 +0100193 timed_out_(false),
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200194 call_stats_(call_stats),
195 transport_(transport),
196 bitrate_allocator_(bitrate_allocator),
Ilya Nikolaevskiyaa9aa572019-04-11 09:20:24 +0200197 disable_padding_(true),
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200198 max_padding_bitrate_(0),
199 encoder_min_bitrate_bps_(0),
200 encoder_target_rate_bps_(0),
201 encoder_bitrate_priority_(initial_encoder_bitrate_priority),
202 has_packet_feedback_(false),
203 video_stream_encoder_(video_stream_encoder),
Sebastian Jansson572c60f2019-03-04 18:30:41 +0100204 encoder_feedback_(clock, config_->rtp.ssrcs, video_stream_encoder),
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200205 bandwidth_observer_(transport->GetBandwidthObserver()),
Benjamin Wright192eeec2018-10-17 17:27:25 -0700206 rtp_video_sender_(transport_->CreateRtpVideoSender(
Benjamin Wright192eeec2018-10-17 17:27:25 -0700207 suspended_ssrcs,
208 suspended_payload_states,
209 config_->rtp,
Jiawei Ou55718122018-11-09 13:17:39 -0800210 config_->rtcp_report_interval_ms,
Benjamin Wright192eeec2018-10-17 17:27:25 -0700211 config_->send_transport,
212 CreateObservers(call_stats,
213 &encoder_feedback_,
214 stats_proxy_,
215 send_delay_stats),
216 event_log,
217 std::move(fec_controller),
218 CreateFrameEncryptionConfig(config_))),
Niels Möller46879152019-01-07 15:54:47 +0100219 weak_ptr_factory_(this),
220 media_transport_(media_transport) {
Elad Alon8f01c4e2019-06-28 15:19:43 +0200221 video_stream_encoder->SetFecControllerOverride(rtp_video_sender_);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200222 RTC_DCHECK_RUN_ON(worker_queue_);
223 RTC_LOG(LS_INFO) << "VideoSendStreamInternal: " << config_->ToString();
224 weak_ptr_ = weak_ptr_factory_.GetWeakPtr();
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200225
Elad Alonb6ef99b2019-04-10 16:37:07 +0200226 encoder_feedback_.SetRtpVideoSender(rtp_video_sender_);
227
Niels Möller46879152019-01-07 15:54:47 +0100228 if (media_transport_) {
229 // The configured ssrc is interpreted as a channel id, so there must be
230 // exactly one.
231 RTC_DCHECK_EQ(config_->rtp.ssrcs.size(), 1);
Niels Möllerfa89d842019-01-30 16:33:45 +0100232 media_transport_->SetKeyFrameRequestCallback(&encoder_feedback_);
Niels Möller46879152019-01-07 15:54:47 +0100233 } else {
234 RTC_DCHECK(!config_->rtp.ssrcs.empty());
235 }
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200236 RTC_DCHECK(call_stats_);
237 RTC_DCHECK(transport_);
238 RTC_DCHECK_NE(initial_encoder_max_bitrate, 0);
239
240 if (initial_encoder_max_bitrate > 0) {
241 encoder_max_bitrate_bps_ =
242 rtc::dchecked_cast<uint32_t>(initial_encoder_max_bitrate);
243 } else {
244 // TODO(srte): Make sure max bitrate is not set to negative values. We don't
245 // have any way to handle unset values in downstream code, such as the
246 // bitrate allocator. Previously -1 was implicitly casted to UINT32_MAX, a
247 // behaviour that is not safe. Converting to 10 Mbps should be safe for
248 // reasonable use cases as it allows adding the max of multiple streams
249 // without wrappping around.
250 const int kFallbackMaxBitrateBps = 10000000;
251 RTC_DLOG(LS_ERROR) << "ERROR: Initial encoder max bitrate = "
252 << initial_encoder_max_bitrate << " which is <= 0!";
253 RTC_DLOG(LS_INFO) << "Using default encoder max bitrate = 10 Mbps";
254 encoder_max_bitrate_bps_ = kFallbackMaxBitrateBps;
255 }
256
257 RTC_CHECK(AlrExperimentSettings::MaxOneFieldTrialEnabled());
258 // If send-side BWE is enabled, check if we should apply updated probing and
259 // pacing settings.
260 if (TransportSeqNumExtensionConfigured(*config_)) {
261 has_packet_feedback_ = true;
262
Erik Språngb57ab382018-09-13 10:52:38 +0200263 absl::optional<AlrExperimentSettings> alr_settings =
264 GetAlrSettings(content_type);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200265 if (alr_settings) {
266 transport->EnablePeriodicAlrProbing(true);
267 transport->SetPacingFactor(alr_settings->pacing_factor);
268 configured_pacing_factor_ = alr_settings->pacing_factor;
269 transport->SetQueueTimeLimit(alr_settings->max_paced_queue_time);
270 } else {
Erik Språngcd76eab2019-01-21 18:06:46 +0100271 RateControlSettings rate_control_settings =
272 RateControlSettings::ParseFromFieldTrials();
273
274 transport->EnablePeriodicAlrProbing(
275 rate_control_settings.UseAlrProbing());
276 const double pacing_factor =
277 rate_control_settings.GetPacingFactor().value_or(
278 pacing_config_.pacing_factor);
279 transport->SetPacingFactor(pacing_factor);
280 configured_pacing_factor_ = pacing_factor;
Christoffer Rodbro196c5ba2018-11-27 11:56:25 +0100281 transport->SetQueueTimeLimit(pacing_config_.max_pacing_delay.Get().ms());
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200282 }
283 }
284
285 if (config_->periodic_alr_bandwidth_probing) {
286 transport->EnablePeriodicAlrProbing(true);
287 }
288
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200289 RTC_DCHECK_GE(config_->rtp.payload_type, 0);
290 RTC_DCHECK_LE(config_->rtp.payload_type, 127);
291
292 video_stream_encoder_->SetStartBitrate(
293 bitrate_allocator_->GetStartBitrate(this));
294
295 // Only request rotation at the source when we positively know that the remote
296 // side doesn't support the rotation extension. This allows us to prepare the
297 // encoder in the expectation that rotation is supported - which is the common
298 // case.
Steve Antonbd631a02019-03-28 10:51:27 -0700299 bool rotation_applied = absl::c_none_of(
300 config_->rtp.extensions, [](const RtpExtension& extension) {
301 return extension.uri == RtpExtension::kVideoRotationUri;
302 });
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200303
304 video_stream_encoder_->SetSink(this, rotation_applied);
305}
306
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200307VideoSendStreamImpl::~VideoSendStreamImpl() {
308 RTC_DCHECK_RUN_ON(worker_queue_);
Stefan Holmer9416ef82018-07-19 10:34:38 +0200309 RTC_DCHECK(!rtp_video_sender_->IsActive())
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200310 << "VideoSendStreamImpl::Stop not called";
311 RTC_LOG(LS_INFO) << "~VideoSendStreamInternal: " << config_->ToString();
Stefan Holmer9416ef82018-07-19 10:34:38 +0200312 transport_->DestroyRtpVideoSender(rtp_video_sender_);
Niels Möllerfa89d842019-01-30 16:33:45 +0100313 if (media_transport_) {
314 media_transport_->SetKeyFrameRequestCallback(nullptr);
315 }
Stefan Holmerdbdb3a02018-07-17 16:03:46 +0200316}
317
318void VideoSendStreamImpl::RegisterProcessThread(
319 ProcessThread* module_process_thread) {
Stefan Holmer9416ef82018-07-19 10:34:38 +0200320 rtp_video_sender_->RegisterProcessThread(module_process_thread);
Stefan Holmerdbdb3a02018-07-17 16:03:46 +0200321}
322
323void VideoSendStreamImpl::DeRegisterProcessThread() {
Stefan Holmer9416ef82018-07-19 10:34:38 +0200324 rtp_video_sender_->DeRegisterProcessThread();
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200325}
326
Niels Möller8fb1a6a2019-03-05 14:29:42 +0100327void VideoSendStreamImpl::DeliverRtcp(const uint8_t* packet, size_t length) {
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200328 // Runs on a network thread.
329 RTC_DCHECK(!worker_queue_->IsCurrent());
Stefan Holmer9416ef82018-07-19 10:34:38 +0200330 rtp_video_sender_->DeliverRtcp(packet, length);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200331}
332
333void VideoSendStreamImpl::UpdateActiveSimulcastLayers(
334 const std::vector<bool> active_layers) {
335 RTC_DCHECK_RUN_ON(worker_queue_);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200336 RTC_LOG(LS_INFO) << "VideoSendStream::UpdateActiveSimulcastLayers";
Stefan Holmer9416ef82018-07-19 10:34:38 +0200337 bool previously_active = rtp_video_sender_->IsActive();
338 rtp_video_sender_->SetActiveModules(active_layers);
339 if (!rtp_video_sender_->IsActive() && previously_active) {
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200340 // Payload router switched from active to inactive.
341 StopVideoSendStream();
Stefan Holmer9416ef82018-07-19 10:34:38 +0200342 } else if (rtp_video_sender_->IsActive() && !previously_active) {
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200343 // Payload router switched from inactive to active.
344 StartupVideoSendStream();
345 }
346}
347
348void VideoSendStreamImpl::Start() {
349 RTC_DCHECK_RUN_ON(worker_queue_);
350 RTC_LOG(LS_INFO) << "VideoSendStream::Start";
Stefan Holmer9416ef82018-07-19 10:34:38 +0200351 if (rtp_video_sender_->IsActive())
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200352 return;
353 TRACE_EVENT_INSTANT0("webrtc", "VideoSendStream::Start");
Stefan Holmer9416ef82018-07-19 10:34:38 +0200354 rtp_video_sender_->SetActive(true);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200355 StartupVideoSendStream();
356}
357
358void VideoSendStreamImpl::StartupVideoSendStream() {
359 RTC_DCHECK_RUN_ON(worker_queue_);
Sebastian Jansson464a5572019-02-12 13:32:32 +0100360 bitrate_allocator_->AddObserver(this, GetAllocationConfig());
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200361 // Start monitoring encoder activity.
362 {
Sebastian Janssonecb68972019-01-18 10:30:54 +0100363 RTC_DCHECK(!check_encoder_activity_task_.Running());
364
365 activity_ = false;
366 timed_out_ = false;
Sebastian Janssoncda86dd2019-03-11 17:26:36 +0100367 check_encoder_activity_task_ = RepeatingTaskHandle::DelayedStart(
368 worker_queue_->Get(), kEncoderTimeOut, [this] {
Sebastian Janssonecb68972019-01-18 10:30:54 +0100369 RTC_DCHECK_RUN_ON(worker_queue_);
370 if (!activity_) {
371 if (!timed_out_) {
372 SignalEncoderTimedOut();
373 }
374 timed_out_ = true;
Ilya Nikolaevskiyaa9aa572019-04-11 09:20:24 +0200375 disable_padding_ = true;
Sebastian Janssonecb68972019-01-18 10:30:54 +0100376 } else if (timed_out_) {
377 SignalEncoderActive();
378 timed_out_ = false;
379 }
380 activity_ = false;
381 return kEncoderTimeOut;
382 });
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200383 }
384
385 video_stream_encoder_->SendKeyFrame();
386}
387
388void VideoSendStreamImpl::Stop() {
389 RTC_DCHECK_RUN_ON(worker_queue_);
390 RTC_LOG(LS_INFO) << "VideoSendStream::Stop";
Stefan Holmer9416ef82018-07-19 10:34:38 +0200391 if (!rtp_video_sender_->IsActive())
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200392 return;
393 TRACE_EVENT_INSTANT0("webrtc", "VideoSendStream::Stop");
Stefan Holmer9416ef82018-07-19 10:34:38 +0200394 rtp_video_sender_->SetActive(false);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200395 StopVideoSendStream();
396}
397
398void VideoSendStreamImpl::StopVideoSendStream() {
399 bitrate_allocator_->RemoveObserver(this);
Sebastian Janssonecb68972019-01-18 10:30:54 +0100400 check_encoder_activity_task_.Stop();
Florent Castellia8336d32019-09-09 13:36:55 +0200401 video_stream_encoder_->OnBitrateUpdated(DataRate::Zero(), DataRate::Zero(),
402 DataRate::Zero(), 0, 0);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200403 stats_proxy_->OnSetEncoderTargetRate(0);
404}
405
406void VideoSendStreamImpl::SignalEncoderTimedOut() {
407 RTC_DCHECK_RUN_ON(worker_queue_);
Sebastian Janssonecb68972019-01-18 10:30:54 +0100408 // If the encoder has not produced anything the last kEncoderTimeOut and it
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200409 // is supposed to, deregister as BitrateAllocatorObserver. This can happen
410 // if a camera stops producing frames.
411 if (encoder_target_rate_bps_ > 0) {
412 RTC_LOG(LS_INFO) << "SignalEncoderTimedOut, Encoder timed out.";
413 bitrate_allocator_->RemoveObserver(this);
414 }
415}
416
417void VideoSendStreamImpl::OnBitrateAllocationUpdated(
Erik Språng566124a2018-04-23 12:32:22 +0200418 const VideoBitrateAllocation& allocation) {
Erik Språng4e193e42018-09-14 19:01:58 +0200419 if (!worker_queue_->IsCurrent()) {
420 auto ptr = weak_ptr_;
421 worker_queue_->PostTask([=] {
422 if (!ptr.get())
423 return;
424 ptr->OnBitrateAllocationUpdated(allocation);
425 });
426 return;
427 }
428
429 RTC_DCHECK_RUN_ON(worker_queue_);
430
Sebastian Jansson572c60f2019-03-04 18:30:41 +0100431 int64_t now_ms = clock_->TimeInMilliseconds();
Erik Språngf4ef2dd2018-09-11 12:37:51 +0200432 if (encoder_target_rate_bps_ != 0) {
Erik Språng4e193e42018-09-14 19:01:58 +0200433 if (video_bitrate_allocation_context_) {
434 // If new allocation is within kMaxVbaSizeDifferencePercent larger than
435 // the previously sent allocation and the same streams are still enabled,
436 // it is considered "similar". We do not want send similar allocations
437 // more once per kMaxVbaThrottleTimeMs.
438 const VideoBitrateAllocation& last =
439 video_bitrate_allocation_context_->last_sent_allocation;
440 const bool is_similar =
441 allocation.get_sum_bps() >= last.get_sum_bps() &&
442 allocation.get_sum_bps() <
443 (last.get_sum_bps() * (100 + kMaxVbaSizeDifferencePercent)) /
444 100 &&
445 SameStreamsEnabled(allocation, last);
446 if (is_similar &&
447 (now_ms - video_bitrate_allocation_context_->last_send_time_ms) <
448 kMaxVbaThrottleTimeMs) {
449 // This allocation is too similar, cache it and return.
450 video_bitrate_allocation_context_->throttled_allocation = allocation;
451 return;
452 }
453 } else {
454 video_bitrate_allocation_context_.emplace();
455 }
456
457 video_bitrate_allocation_context_->last_sent_allocation = allocation;
458 video_bitrate_allocation_context_->throttled_allocation.reset();
459 video_bitrate_allocation_context_->last_send_time_ms = now_ms;
460
Erik Språngf4ef2dd2018-09-11 12:37:51 +0200461 // Send bitrate allocation metadata only if encoder is not paused.
462 rtp_video_sender_->OnBitrateAllocationUpdated(allocation);
463 }
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200464}
465
466void VideoSendStreamImpl::SignalEncoderActive() {
467 RTC_DCHECK_RUN_ON(worker_queue_);
Ilya Nikolaevskiyaa9aa572019-04-11 09:20:24 +0200468 if (rtp_video_sender_->IsActive()) {
469 RTC_LOG(LS_INFO) << "SignalEncoderActive, Encoder is active.";
470 bitrate_allocator_->AddObserver(this, GetAllocationConfig());
471 }
Sebastian Jansson464a5572019-02-12 13:32:32 +0100472}
473
474MediaStreamAllocationConfig VideoSendStreamImpl::GetAllocationConfig() const {
475 return MediaStreamAllocationConfig{
476 static_cast<uint32_t>(encoder_min_bitrate_bps_),
477 encoder_max_bitrate_bps_,
Ilya Nikolaevskiyaa9aa572019-04-11 09:20:24 +0200478 static_cast<uint32_t>(disable_padding_ ? 0 : max_padding_bitrate_),
Sebastian Jansson464a5572019-02-12 13:32:32 +0100479 /* priority_bitrate */ 0,
480 !config_->suspend_below_min_bitrate,
Sebastian Jansson464a5572019-02-12 13:32:32 +0100481 encoder_bitrate_priority_};
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200482}
483
484void VideoSendStreamImpl::OnEncoderConfigurationChanged(
485 std::vector<VideoStream> streams,
Rasmus Brandtc402dbe2019-02-04 11:09:46 +0100486 VideoEncoderConfig::ContentType content_type,
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200487 int min_transmit_bitrate_bps) {
488 if (!worker_queue_->IsCurrent()) {
489 rtc::WeakPtr<VideoSendStreamImpl> send_stream = weak_ptr_;
Mirko Bonadei80a86872019-02-04 15:01:43 +0100490 worker_queue_->PostTask([send_stream, streams, content_type,
491 min_transmit_bitrate_bps]() mutable {
492 if (send_stream) {
493 send_stream->OnEncoderConfigurationChanged(
494 std::move(streams), content_type, min_transmit_bitrate_bps);
495 }
496 });
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200497 return;
498 }
499 RTC_DCHECK_GE(config_->rtp.ssrcs.size(), streams.size());
500 TRACE_EVENT0("webrtc", "VideoSendStream::OnEncoderConfigurationChanged");
501 RTC_DCHECK_GE(config_->rtp.ssrcs.size(), streams.size());
502 RTC_DCHECK_RUN_ON(worker_queue_);
503
Elad Alon80f53b72019-10-11 16:19:43 +0200504 const VideoCodecType codec_type =
505 PayloadStringToCodecType(config_->rtp.payload_name);
506
507 const absl::optional<DataRate> experimental_min_bitrate =
508 GetExperimentalMinVideoBitrate(codec_type);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200509 encoder_min_bitrate_bps_ =
Elad Alonc67a4d62019-10-11 16:54:18 +0200510 experimental_min_bitrate
511 ? experimental_min_bitrate->bps()
512 : std::max(streams[0].min_bitrate_bps, kDefaultMinVideoBitrateBps);
513
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200514 encoder_max_bitrate_bps_ = 0;
515 double stream_bitrate_priority_sum = 0;
516 for (const auto& stream : streams) {
517 // We don't want to allocate more bitrate than needed to inactive streams.
518 encoder_max_bitrate_bps_ += stream.active ? stream.max_bitrate_bps : 0;
519 if (stream.bitrate_priority) {
520 RTC_DCHECK_GT(*stream.bitrate_priority, 0);
521 stream_bitrate_priority_sum += *stream.bitrate_priority;
522 }
523 }
524 RTC_DCHECK_GT(stream_bitrate_priority_sum, 0);
525 encoder_bitrate_priority_ = stream_bitrate_priority_sum;
526 encoder_max_bitrate_bps_ =
527 std::max(static_cast<uint32_t>(encoder_min_bitrate_bps_),
528 encoder_max_bitrate_bps_);
“Michael277a6562018-06-01 14:09:19 -0500529
Rasmus Brandtc402dbe2019-02-04 11:09:46 +0100530 // TODO(bugs.webrtc.org/10266): Query the VideoBitrateAllocator instead.
“Michael277a6562018-06-01 14:09:19 -0500531 if (codec_type == kVideoCodecVP9) {
Sergey Silkin8b9b5f92018-12-10 09:28:53 +0100532 max_padding_bitrate_ = has_alr_probing_ ? streams[0].min_bitrate_bps
533 : streams[0].target_bitrate_bps;
“Michael277a6562018-06-01 14:09:19 -0500534 } else {
535 max_padding_bitrate_ = CalculateMaxPadBitrateBps(
Rasmus Brandtc402dbe2019-02-04 11:09:46 +0100536 streams, content_type, min_transmit_bitrate_bps,
537 config_->suspend_below_min_bitrate, has_alr_probing_);
“Michael277a6562018-06-01 14:09:19 -0500538 }
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200539
540 // Clear stats for disabled layers.
541 for (size_t i = streams.size(); i < config_->rtp.ssrcs.size(); ++i) {
542 stats_proxy_->OnInactiveSsrc(config_->rtp.ssrcs[i]);
543 }
544
545 const size_t num_temporal_layers =
546 streams.back().num_temporal_layers.value_or(1);
Stefan Holmer64be7fa2018-10-04 15:21:55 +0200547
548 rtp_video_sender_->SetEncodingData(streams[0].width, streams[0].height,
549 num_temporal_layers);
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200550
Stefan Holmer9416ef82018-07-19 10:34:38 +0200551 if (rtp_video_sender_->IsActive()) {
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200552 // The send stream is started already. Update the allocator with new bitrate
553 // limits.
Sebastian Jansson464a5572019-02-12 13:32:32 +0100554 bitrate_allocator_->AddObserver(this, GetAllocationConfig());
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200555 }
556}
557
558EncodedImageCallback::Result VideoSendStreamImpl::OnEncodedImage(
559 const EncodedImage& encoded_image,
560 const CodecSpecificInfo* codec_specific_info,
561 const RTPFragmentationHeader* fragmentation) {
562 // Encoded is called on whatever thread the real encoder implementation run
563 // on. In the case of hardware encoders, there might be several encoders
564 // running in parallel on different threads.
Sebastian Janssonecb68972019-01-18 10:30:54 +0100565
566 // Indicate that there still is activity going on.
567 activity_ = true;
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200568
Ilya Nikolaevskiyaa9aa572019-04-11 09:20:24 +0200569 auto enable_padding_task = [this]() {
570 if (disable_padding_) {
571 RTC_DCHECK_RUN_ON(worker_queue_);
572 disable_padding_ = false;
573 // To ensure that padding bitrate is propagated to the bitrate allocator.
574 SignalEncoderActive();
575 }
576 };
577 if (!worker_queue_->IsCurrent()) {
578 worker_queue_->PostTask(enable_padding_task);
579 } else {
580 enable_padding_task();
581 }
582
Niels Möller46879152019-01-07 15:54:47 +0100583 EncodedImageCallback::Result result(EncodedImageCallback::Result::OK);
584 if (media_transport_) {
585 int64_t frame_id;
586 {
587 // TODO(nisse): Responsibility for allocation of frame ids should move to
588 // VideoStreamEncoder.
589 rtc::CritScope cs(&media_transport_id_lock_);
590 frame_id = media_transport_frame_id_++;
591 }
592 // TODO(nisse): Responsibility for reference meta data should be moved
593 // upstream, ideally close to the encoders, but probably VideoStreamEncoder
594 // will need to do some translation to produce reference info using frame
595 // ids.
596 std::vector<int64_t> referenced_frame_ids;
Niels Möller8f7ce222019-03-21 15:43:58 +0100597 if (encoded_image._frameType != VideoFrameType::kVideoFrameKey) {
Niels Möller46879152019-01-07 15:54:47 +0100598 RTC_DCHECK_GT(frame_id, 0);
599 referenced_frame_ids.push_back(frame_id - 1);
600 }
601 media_transport_->SendVideoFrame(
602 config_->rtp.ssrcs[0], webrtc::MediaTransportEncodedVideoFrame(
603 frame_id, referenced_frame_ids,
604 config_->rtp.payload_type, encoded_image));
605 } else {
606 result = rtp_video_sender_->OnEncodedImage(
607 encoded_image, codec_specific_info, fragmentation);
608 }
Erik Språng4e193e42018-09-14 19:01:58 +0200609 // Check if there's a throttled VideoBitrateAllocation that we should try
610 // sending.
611 rtc::WeakPtr<VideoSendStreamImpl> send_stream = weak_ptr_;
612 auto update_task = [send_stream]() {
613 if (send_stream) {
614 RTC_DCHECK_RUN_ON(send_stream->worker_queue_);
615 auto& context = send_stream->video_bitrate_allocation_context_;
616 if (context && context->throttled_allocation) {
617 send_stream->OnBitrateAllocationUpdated(*context->throttled_allocation);
618 }
619 }
620 };
621 if (!worker_queue_->IsCurrent()) {
622 worker_queue_->PostTask(update_task);
623 } else {
624 update_task();
625 }
626
627 return result;
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200628}
629
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200630std::map<uint32_t, RtpState> VideoSendStreamImpl::GetRtpStates() const {
Stefan Holmer9416ef82018-07-19 10:34:38 +0200631 return rtp_video_sender_->GetRtpStates();
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200632}
633
634std::map<uint32_t, RtpPayloadState> VideoSendStreamImpl::GetRtpPayloadStates()
635 const {
Stefan Holmer9416ef82018-07-19 10:34:38 +0200636 return rtp_video_sender_->GetRtpPayloadStates();
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200637}
638
Sebastian Janssonc0e4d452018-10-25 15:08:32 +0200639uint32_t VideoSendStreamImpl::OnBitrateUpdated(BitrateAllocationUpdate update) {
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200640 RTC_DCHECK_RUN_ON(worker_queue_);
Stefan Holmer9416ef82018-07-19 10:34:38 +0200641 RTC_DCHECK(rtp_video_sender_->IsActive())
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200642 << "VideoSendStream::Start has not been called.";
643
Florent Castellia8336d32019-09-09 13:36:55 +0200644 // When the BWE algorithm doesn't pass a stable estimate, we'll use the
645 // unstable one instead.
646 if (update.stable_target_bitrate.IsZero()) {
647 update.stable_target_bitrate = update.target_bitrate;
648 }
649
Sebastian Jansson82ed2e82019-10-15 15:58:37 +0200650 rtp_video_sender_->OnBitrateUpdated(update, stats_proxy_->GetSendFrameRate());
Stefan Holmer64be7fa2018-10-04 15:21:55 +0200651 encoder_target_rate_bps_ = rtp_video_sender_->GetPayloadBitrateBps();
Erik Språng26111642019-03-26 11:09:04 +0100652 const uint32_t protection_bitrate_bps =
653 rtp_video_sender_->GetProtectionBitrateBps();
Erik Språng4c6ca302019-04-08 15:14:01 +0200654 DataRate link_allocation = DataRate::Zero();
655 if (encoder_target_rate_bps_ > protection_bitrate_bps) {
656 link_allocation =
657 DataRate::bps(encoder_target_rate_bps_ - protection_bitrate_bps);
Erik Språng610c7632019-03-06 15:37:33 +0100658 }
Florent Castellia8336d32019-09-09 13:36:55 +0200659 DataRate overhead =
660 update.target_bitrate - DataRate::bps(encoder_target_rate_bps_);
661 DataRate encoder_stable_target_rate = update.stable_target_bitrate;
662 if (encoder_stable_target_rate > overhead) {
663 encoder_stable_target_rate = encoder_stable_target_rate - overhead;
664 } else {
665 encoder_stable_target_rate = DataRate::bps(encoder_target_rate_bps_);
666 }
667
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200668 encoder_target_rate_bps_ =
669 std::min(encoder_max_bitrate_bps_, encoder_target_rate_bps_);
Erik Språng4c6ca302019-04-08 15:14:01 +0200670
Florent Castellia8336d32019-09-09 13:36:55 +0200671 encoder_stable_target_rate = std::min(DataRate::bps(encoder_max_bitrate_bps_),
672 encoder_stable_target_rate);
673
Erik Språng4c6ca302019-04-08 15:14:01 +0200674 DataRate encoder_target_rate = DataRate::bps(encoder_target_rate_bps_);
675 link_allocation = std::max(encoder_target_rate, link_allocation);
Sebastian Jansson13e59032018-11-21 19:13:07 +0100676 video_stream_encoder_->OnBitrateUpdated(
Florent Castellia8336d32019-09-09 13:36:55 +0200677 encoder_target_rate, encoder_stable_target_rate, link_allocation,
Sebastian Jansson13e59032018-11-21 19:13:07 +0100678 rtc::dchecked_cast<uint8_t>(update.packet_loss_ratio * 256),
679 update.round_trip_time.ms());
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200680 stats_proxy_->OnSetEncoderTargetRate(encoder_target_rate_bps_);
Erik Språng26111642019-03-26 11:09:04 +0100681 return protection_bitrate_bps;
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200682}
683
Sebastian Jansson8e0b15b2018-04-18 19:19:22 +0200684} // namespace internal
685} // namespace webrtc