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
50bf44b6
authored
Jan 18, 2022
by
andrewlewis
Committed by
Ian Baker
Jan 25, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update reference to `DefaultHttpDataSourceFactory`
PiperOrigin-RevId: 422515892
parent
9b3483ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
docs/troubleshooting.md
docs/troubleshooting.md
View file @
50bf44b6
...
@@ -164,7 +164,7 @@ from HTTPS to HTTP and so is a cross-protocol redirect. ExoPlayer will not
...
@@ -164,7 +164,7 @@ from HTTPS to HTTP and so is a cross-protocol redirect. ExoPlayer will not
follow this redirect in its default configuration, meaning playback will fail.
follow this redirect in its default configuration, meaning playback will fail.
If you need to, you can configure ExoPlayer to follow cross-protocol redirects
If you need to, you can configure ExoPlayer to follow cross-protocol redirects
when instantiating
`DefaultHttpDataSourceFactory`
instances used in your
when instantiating
[
`DefaultHttpDataSource.Factory`
][]
instances used in your
application. Learn about selecting and configuring the network stack
application. Learn about selecting and configuring the network stack
[
here
](
{{
site.base_url }}/customization.html#configuring-the-network-stack).
[
here
](
{{
site.base_url }}/customization.html#configuring-the-network-stack).
...
@@ -326,7 +326,7 @@ is the official way to play YouTube videos on Android.
...
@@ -326,7 +326,7 @@ is the official way to play YouTube videos on Android.
[
`setFragmentedMp4ExtractorFlags`
]:
{{
site.exo_sdk }}/extractor/DefaultExtractorsFactory#setFragmentedMp4ExtractorFlags(int)
[
`setFragmentedMp4ExtractorFlags`
]:
{{
site.exo_sdk }}/extractor/DefaultExtractorsFactory#setFragmentedMp4ExtractorFlags(int)
[
Wikipedia
]:
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
[
Wikipedia
]:
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
[
wget
]:
https://www.gnu.org/software/wget/manual/wget.html
[
wget
]:
https://www.gnu.org/software/wget/manual/wget.html
[
`DefaultHttpDataSource
Factory`
]:
{{
site.exo_sdk }}/upstream/DefaultHttpDataSource
Factory.html
[
`DefaultHttpDataSource
.Factory`
]:
{{
site.exo_sdk }}/upstream/DefaultHttpDataSource.
Factory.html
[
ExoPlayer module
]:
{{
site.base_url }}/hello-world.html#add-exoplayer-modules
[
ExoPlayer module
]:
{{
site.base_url }}/hello-world.html#add-exoplayer-modules
[
issue tracker
]:
https://github.com/google/ExoPlayer/issues
[
issue tracker
]:
https://github.com/google/ExoPlayer/issues
[
`isCurrentWindowLive`
]:
{{
site.exo_sdk }}/Player.html#isCurrentWindowLive()
[
`isCurrentWindowLive`
]:
{{
site.exo_sdk }}/Player.html#isCurrentWindowLive()
...
...
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