mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
parent
87dfaff74b
commit
3661726401
1 changed files with 1 additions and 4 deletions
|
|
@ -362,11 +362,8 @@ public class HlsSampleSource implements SampleSource, Loader.Callback {
|
|||
if (!currentLoadableExceptionFatal) {
|
||||
clearCurrentLoadable();
|
||||
}
|
||||
if (enabledTrackCount > 0) {
|
||||
if (enabledTrackCount > 0 || !prepared) {
|
||||
maybeStartLoading();
|
||||
} else {
|
||||
clearState();
|
||||
loadControl.trimAllocator();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue