-
Notifications
You must be signed in to change notification settings - Fork 999
MBL-2619: upgrade to media3 exoplayer #2389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+208
−215
Merged
Changes from 11 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d664624
- From exoplayer 2 to Media3 exoplayer
Arkariang 580cd79
Merge branch 'master' of github.com:kickstarter/android-oss into imar…
Arkariang 7cc2c02
Merge branch 'master' of github.com:kickstarter/android-oss into imar…
Arkariang 9201de4
no message
Arkariang 14662f1
no message
Arkariang 6e4abd5
no message
Arkariang ec5ce04
- Removed any unstable API related integrations
Arkariang c85ebc6
no message
Arkariang 48102ff
no message
Arkariang 51104f3
no message
Arkariang 6949c3e
Merge branch 'master' into imartin/migrate-to-media3-exoplayer
Arkariang edc719c
Merge branch 'master' into imartin/migrate-to-media3-exoplayer
Arkariang b922bc7
no message
Arkariang 857388f
Merge branch 'imartin/migrate-to-media3-exoplayer' of github.com:kick…
Arkariang 526a56d
no message
Arkariang a186b2b
Merge branch 'master' into imartin/migrate-to-media3-exoplayer
Arkariang 3985864
Merge branch 'master' into imartin/migrate-to-media3-exoplayer
Arkariang cd66130
Merge branch 'master' into imartin/migrate-to-media3-exoplayer
Arkariang 0c03651
Merge branch 'master' into imartin/migrate-to-media3-exoplayer
Arkariang 3cdda04
Merge branch 'master' of github.com:kickstarter/android-oss into imar…
Arkariang 414d21f
Merge branch 'imartin/migrate-to-media3-exoplayer' of github.com:kick…
Arkariang 14f7707
- Added user agent
Arkariang af63870
no message
Arkariang 8f926d3
no message
Arkariang c16e520
Merge branch 'master' into imartin/migrate-to-media3-exoplayer
Arkariang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hence using
media3-exoplayer-hls
no need to make any special configurations. TheDefaultMediaSourceFactory
attempts to create the appropriate MediaSource based on the URI provided in the MediaItem (typically ending in .m3u8 for hls). It will try to instantiateHlsMediaSource.Factory
internally