mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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) {
|
if (!currentLoadableExceptionFatal) {
|
||||||
clearCurrentLoadable();
|
clearCurrentLoadable();
|
||||||
}
|
}
|
||||||
if (enabledTrackCount > 0) {
|
if (enabledTrackCount > 0 || !prepared) {
|
||||||
maybeStartLoading();
|
maybeStartLoading();
|
||||||
} else {
|
|
||||||
clearState();
|
|
||||||
loadControl.trimAllocator();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue