mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +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} */
|
||||
public final class RtspMediaSource extends BaseMediaSource {
|
||||
|
||||
static {
|
||||
ExoPlayerLibraryInfo.registerModule("goog.exo.rtsp");
|
||||
}
|
||||
|
||||
/**
|
||||
* Factory for {@link RtspMediaSource}
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue