Commit d515e2c1 by olly Committed by bachinger

Register RTSP module

PiperOrigin-RevId: 377106891
parent 89fe0d0c
...@@ -22,6 +22,7 @@ import static com.google.android.exoplayer2.util.Util.castNonNull; ...@@ -22,6 +22,7 @@ import static com.google.android.exoplayer2.util.Util.castNonNull;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import com.google.android.exoplayer2.C; import com.google.android.exoplayer2.C;
import com.google.android.exoplayer2.ExoPlayerLibraryInfo;
import com.google.android.exoplayer2.MediaItem; import com.google.android.exoplayer2.MediaItem;
import com.google.android.exoplayer2.drm.DrmSessionManager; import com.google.android.exoplayer2.drm.DrmSessionManager;
import com.google.android.exoplayer2.drm.DrmSessionManagerProvider; import com.google.android.exoplayer2.drm.DrmSessionManagerProvider;
...@@ -43,6 +44,10 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull; ...@@ -43,6 +44,10 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
/** An Rtsp {@link MediaSource} */ /** An Rtsp {@link MediaSource} */
public final class RtspMediaSource extends BaseMediaSource { public final class RtspMediaSource extends BaseMediaSource {
static {
ExoPlayerLibraryInfo.registerModule("goog.exo.rtsp");
}
/** /**
* Factory for {@link RtspMediaSource} * Factory for {@link RtspMediaSource}
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment