Revert unwanted changes.

PiperOrigin-RevId: 390319457
This commit is contained in:
claincly 2021-08-12 09:45:35 +01:00 committed by Oliver Woodman
parent 4ef0355884
commit 21251e69a6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"samples": [ "samples": [
{ {
"name": "HD (MP4, H264)", "name": "HD (MP4, H264)",
"uri": "rtsp://localhost:15554" "uri": "https://storage.googleapis.com/wvmedia/clear/h264/tears/tears.mpd"
}, },
{ {
"name": "UHD (MP4, H264)", "name": "UHD (MP4, H264)",

View File

@ -69,7 +69,7 @@ public final class RtspMediaSource extends BaseMediaSource {
private long timeoutMs; private long timeoutMs;
private String userAgent; private String userAgent;
private boolean forceUseRtpTcp; private boolean forceUseRtpTcp;
private boolean debugLoggingEnabled = true; private boolean debugLoggingEnabled;
public Factory() { public Factory() {
timeoutMs = DEFAULT_TIMEOUT_MS; timeoutMs = DEFAULT_TIMEOUT_MS;