1# ExoPlayer SmoothStreaming library module # 2 3Provides support for Smooth Streaming content. To play Smooth Streaming content, 4instantiate a `SsMediaSource` and pass it to `ExoPlayer.prepare`. 5 6## Links ## 7 8* [Developer Guide][]. 9* [Javadoc][]: Classes matching 10 `com.google.android.exoplayer2.source.smoothstreaming.*` belong to this 11 module. 12 13[Developer Guide]: https://exoplayer.dev/smoothstreaming.html 14[Javadoc]: https://exoplayer.dev/doc/reference/index.html 15