h

hls-player-stats

Provides statistics for the hls player built on top of exoplayer see more at https://www.100ms.live/docs/android/v2/guides/quickstart
100ms.live
MIT License
100ms
文件下载
文件名 操作
hls-player-stats-2.9.55.pom 下载
hls-player-stats-2.9.55-sources.jar 下载
Apache Maven
<dependency>
  <groupId>live.100ms</groupId>
  <artifactId>hls-player-stats</artifactId>
  <version>2.9.55</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'live.100ms:hls-player-stats:2.9.55'
Gradle Kotlin
implementation("live.100ms:hls-player-stats:2.9.55")
Scala SBT
libraryDependencies += "live.100ms" % "hls-player-stats" % "2.9.55"
Groovy Grape
@Grapes(
  @Grab(group='live.100ms', module='hls-player-stats', version='2.9.55')
)
Apache Ivy
<dependency org="live.100ms" name="hls-player-stats" rev="2.9.55" />
Leiningen
[live.100ms/hls-player-stats "2.9.55"]
Apache Buildr
'live.100ms:hls-player-stats:jar:2.9.55'