mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Revert unwanted changes.
PiperOrigin-RevId: 390319457
This commit is contained in:
parent
4ef0355884
commit
21251e69a6
@ -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 {
|
|||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user