Skip to content

Mux Integration

This tutorial describes how to do mux integration with SDK.

Its possible to get access to exoplayer instance to integrate mux.

For more details about integration : https://docs.mux.com/guides/data/monitor-exoplayer.

    ExoPlayerTech exoplayerTech = new ExoPlayerTech(....);
    Player player = exoplayerTech.getInternalPlayer();

Table of Contents