Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
21251e69
authored
Aug 12, 2021
by
claincly
Committed by
Oliver Woodman
Aug 12, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Revert unwanted changes.
PiperOrigin-RevId: 390319457
parent
4ef03558
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
demos/main/src/main/assets/media.exolist.json
library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/RtspMediaSource.java
demos/main/src/main/assets/media.exolist.json
View file @
21251e69
...
@@ -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)"
,
...
...
library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/RtspMediaSource.java
View file @
21251e69
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment