Register RTSP module
PiperOrigin-RevId: 377106891
This commit is contained in:
parent
ba01d4d4a8
commit
c779d83fcd
@ -41,6 +41,10 @@ import java.io.IOException;
|
|||||||
/** 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}
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user