Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
armands-malejevs committed May 18, 2023
1 parent eb68ba3 commit 0dc45c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {

// Mux
api 'com.mux.stats.sdk.muxstats:MuxExoPlayer_r2_18_1:3.4.0'
api 'com.mux.stats.sdk.muxstats:data-media3:0.5.0'
api 'com.mux.stats.sdk.muxstats:android:0.7.2'

compileOnly 'org.checkerframework:checker-qual:3.12.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ public void run() {
initializePlayerCore(self);
}
if (playerNeedsSource && srcUri != null) {
self.initializeMuxData(self);
// Init Ads Loader
if (self.isCSAIEnabled) {
imaSettings = ImaSdkFactory.getInstance().createImaSdkSettings();
Expand Down Expand Up @@ -1021,8 +1022,6 @@ private void initializePlayerSource(ReactExoplayerView self, DrmSessionManager d
ArrayList<MediaSource> mediaSourceList = buildTextSources();
MediaSource videoSource = buildMediaSource(self.srcUri, self.extension, drmSessionManager);

self.initializeMuxData(self);

videoSource.addEventListener(this.mainHandler, this.mediaSourceEventListener);

MediaSource mediaSource;
Expand Down

0 comments on commit 0dc45c0

Please sign in to comment.