NewPipe/app/src/main/java/org/schabi/newpipe/player
TiA4f8R 94f774b82d
Use a custom HlsPlaylistTracker, based on DefaultHlsPlaylistTracker to allow more stucking on HLS livestreams
ExoPlayer's default behavior is to use a multiplication of target segment by a coefficient (3,5).
This coefficient (and this behavior) cannot be customized without using a custom HlsPlaylistTracker right now.

New behavior is to wait 15 seconds before throwing a PlaylistStuckException.
This should improve a lot HLS live streaming on (very) low-latency livestreams with buffering issues, especially on YouTube with their HLS manifests.
2022-01-30 20:42:01 +01:00
..
event Code cleanup and minimization 2022-01-21 22:49:23 +01:00
helper Use a custom HlsPlaylistTracker, based on DefaultHlsPlaylistTracker to allow more stucking on HLS livestreams 2022-01-30 20:42:01 +01:00
mediasession Merge player classes into a single one 2021-01-14 10:25:44 +01:00
mediasource Update to ExoPlayer 2.12.3 2021-02-16 16:42:51 +01:00
playback Use a custom HlsPlaylistTracker, based on DefaultHlsPlaylistTracker to allow more stucking on HLS livestreams 2022-01-30 20:42:01 +01:00
playqueue Merge pull request #6844 from 0x416c6578/shuffle-mode-ui-fix 2021-11-03 18:18:31 +01:00
resolver Refactored ``PlaybackResolver`` 2021-11-12 20:14:39 +01:00
seekbarpreview Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
AudioServiceLeakFix.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
MainPlayer.java Completely close player when changing stream w/o autoplay 2021-09-01 20:13:27 +02:00
NotificationConstants.java Fix Dark elements in Light Theme 2021-03-27 17:46:05 +03:00
NotificationUtil.java Fix Dark elements in Light Theme 2021-03-27 17:46:05 +03:00
PlayQueueActivity.java Cleaned up PlaylistDialog-related code 2021-10-09 18:46:20 +02:00
Player.java Catch properly BehindLiveWindowExceptions 2022-01-30 20:42:01 +01:00
PlayerServiceBinder.java Merge player classes into a single one 2021-01-14 10:25:44 +01:00
PlayerState.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00