Commit 21251e69 by claincly Committed by Oliver Woodman

Revert unwanted changes.

PiperOrigin-RevId: 390319457
parent 4ef03558
...@@ -4,7 +4,7 @@ ...@@ -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)",
......
...@@ -69,7 +69,7 @@ public final class RtspMediaSource extends BaseMediaSource { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment