mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Register RTSP module
PiperOrigin-RevId: 377106891
This commit is contained in:
parent
ba01d4d4a8
commit
c779d83fcd
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue