Fix for player access out of its creation thread
This commit is contained in:
parent
8deb027e29
commit
a3075dce2e
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ public class MediaSourceManager {
|
||||||
|
|
||||||
private Observable<Long> getEdgeIntervalSignal() {
|
private Observable<Long> getEdgeIntervalSignal() {
|
||||||
return Observable.interval(progressUpdateIntervalMillis, TimeUnit.MILLISECONDS)
|
return Observable.interval(progressUpdateIntervalMillis, TimeUnit.MILLISECONDS)
|
||||||
|
.observeOn(AndroidSchedulers.mainThread())
|
||||||
.filter(ignored ->
|
.filter(ignored ->
|
||||||
playbackListener.isApproachingPlaybackEdge(playbackNearEndGapMillis));
|
playbackListener.isApproachingPlaybackEdge(playbackNearEndGapMillis));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue