This commit is contained in:
Sebastian Roth 2021-10-25 16:11:38 +01:00
parent 8e24d29040
commit c14a9c09b3
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ public final class RtspMediaPeriodTest {
/* listener= */ timing -> refreshedSourceDurationMs.set(timing.getDurationMs()), /* listener= */ timing -> refreshedSourceDurationMs.set(timing.getDurationMs()),
/* userAgent= */ "ExoPlayer:RtspPeriodTest", /* userAgent= */ "ExoPlayer:RtspPeriodTest",
/* debugLoggingEnabled= */ false, /* debugLoggingEnabled= */ false,
null); /* socketFactory */ null);
mediaPeriod.prepare( mediaPeriod.prepare(
new MediaPeriod.Callback() { new MediaPeriod.Callback() {

View File

@ -157,7 +157,7 @@ public final class RtspPlaybackTest {
rtpDataChannelFactory, rtpDataChannelFactory,
"ExoPlayer:PlaybackTest", "ExoPlayer:PlaybackTest",
/* debugLoggingEnabled= */ false, /* debugLoggingEnabled= */ false,
null), /* socketFactory */ null),
false); false);
return player; return player;
} }