Register RTSP module

PiperOrigin-RevId: 377106891
This commit is contained in:
olly 2021-06-02 19:37:22 +01:00 committed by Oliver Woodman
parent ba01d4d4a8
commit c779d83fcd

View File

@ -41,6 +41,10 @@ import java.io.IOException;
/** An Rtsp {@link MediaSource} */
public final class RtspMediaSource extends BaseMediaSource {
static {
ExoPlayerLibraryInfo.registerModule("goog.exo.rtsp");
}
/**
* Factory for {@link RtspMediaSource}
*