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
72ff4504
authored
Dec 20, 2019
by
andrewlewis
Committed by
Oliver Woodman
Dec 20, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add troubleshooting instructions for decoding extensions
PiperOrigin-RevId: 286585978
parent
c2997481
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
0 deletions
extensions/av1/README.md
extensions/ffmpeg/README.md
extensions/flac/README.md
extensions/opus/README.md
extensions/vp9/README.md
extensions/av1/README.md
View file @
72ff4504
...
...
@@ -96,6 +96,14 @@ a custom track selector the choice of `Renderer` is up to your implementation.
You need to make sure you are passing a
`Libgav1VideoRenderer`
to the player and
then you need to implement your own logic to use the renderer for a given track.
## Using the extension in the demo application ##
To try out playback using the extension in the
[
demo application
][]
, see
[
enabling extension decoders
][]
.
[
demo application
]:
https://exoplayer.dev/demo-application.html
[
enabling extension decoders
]:
https://exoplayer.dev/demo-application.html#enabling-extension-decoders
## Rendering options ##
There are two possibilities for rendering the output
`Libgav1VideoRenderer`
...
...
extensions/ffmpeg/README.md
View file @
72ff4504
...
...
@@ -106,9 +106,19 @@ then implement your own logic to use the renderer for a given track.
[
#2781
]:
https://github.com/google/ExoPlayer/issues/2781
[
Supported formats
]:
https://exoplayer.dev/supported-formats.html#ffmpeg-extension
## Using the extension in the demo application ##
To try out playback using the extension in the
[
demo application
][]
, see
[
enabling extension decoders
][]
.
[
demo application
]:
https://exoplayer.dev/demo-application.html
[
enabling extension decoders
]:
https://exoplayer.dev/demo-application.html#enabling-extension-decoders
## Links ##
*
[
Troubleshooting using extensions
][]
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.ext.ffmpeg.*`
belong to this module.
[
Troubleshooting using extensions
]:
https://exoplayer.dev/troubleshooting.html#how-can-i-get-a-decoding-extension-to-load-and-be-used-for-playback
[
Javadoc
]:
https://exoplayer.dev/doc/reference/index.html
extensions/flac/README.md
View file @
72ff4504
...
...
@@ -97,6 +97,14 @@ a custom track selector the choice of `Renderer` is up to your implementation,
so you need to make sure you are passing an
`LibflacAudioRenderer`
to the
player, then implement your own logic to use the renderer for a given track.
## Using the extension in the demo application ##
To try out playback using the extension in the
[
demo application
][]
, see
[
enabling extension decoders
][]
.
[
demo application
]:
https://exoplayer.dev/demo-application.html
[
enabling extension decoders
]:
https://exoplayer.dev/demo-application.html#enabling-extension-decoders
## Links ##
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.ext.flac.*`
...
...
extensions/opus/README.md
View file @
72ff4504
...
...
@@ -101,6 +101,14 @@ a custom track selector the choice of `Renderer` is up to your implementation,
so you need to make sure you are passing an
`LibopusAudioRenderer`
to the
player, then implement your own logic to use the renderer for a given track.
## Using the extension in the demo application ##
To try out playback using the extension in the
[
demo application
][]
, see
[
enabling extension decoders
][]
.
[
demo application
]:
https://exoplayer.dev/demo-application.html
[
enabling extension decoders
]:
https://exoplayer.dev/demo-application.html#enabling-extension-decoders
## Links ##
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.ext.opus.*`
...
...
extensions/vp9/README.md
View file @
72ff4504
...
...
@@ -114,6 +114,14 @@ a custom track selector the choice of `Renderer` is up to your implementation,
so you need to make sure you are passing an
`LibvpxVideoRenderer`
to the
player, then implement your own logic to use the renderer for a given track.
## Using the extension in the demo application ##
To try out playback using the extension in the
[
demo application
][]
, see
[
enabling extension decoders
][]
.
[
demo application
]:
https://exoplayer.dev/demo-application.html
[
enabling extension decoders
]:
https://exoplayer.dev/demo-application.html#enabling-extension-decoders
## Rendering options ##
There are two possibilities for rendering the output
`LibvpxVideoRenderer`
...
...
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