Commit c779d83f by olly Committed by Oliver Woodman

Register RTSP module

PiperOrigin-RevId: 377106891
parent ba01d4d4
...@@ -41,6 +41,10 @@ import java.io.IOException; ...@@ -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}
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment