diff --git a/BUILD.gn b/BUILD.gn index af0de9f528..4a04def2c1 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -57,6 +57,7 @@ if (!build_with_chromium) { "modules/video_capture:video_capture_internal_impl", "pc:peerconnection_unittests", "pc:rtc_pc_unittests", + "rtc_tools:rtp_generator", "stats:rtc_stats_unittests", "system_wrappers:system_wrappers_unittests", "test", diff --git a/rtc_tools/rtp_generator/rtp_generator.cc b/rtc_tools/rtp_generator/rtp_generator.cc index 24528e8d4b..cd61d85617 100644 --- a/rtc_tools/rtp_generator/rtp_generator.cc +++ b/rtc_tools/rtp_generator/rtp_generator.cc @@ -178,7 +178,6 @@ RtpGenerator::RtpGenerator(const RtpGeneratorOptions& options) // Update some required to be unique values. stream_count++; video_config.rtp.mid = "mid-" + std::to_string(stream_count); - video_config.track_id = "track-" + std::to_string(stream_count); // Configure the video encoder configuration. VideoEncoderConfig encoder_config;