mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
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} */
|
||||
public final class RtspMediaSource extends BaseMediaSource {
|
||||
|
||||
static {
|
||||
ExoPlayerLibraryInfo.registerModule("goog.exo.rtsp");
|
||||
}
|
||||
|
||||
/**
|
||||
* Factory for {@link RtspMediaSource}
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user