Android HLS流媒体播放实现直播功能
文章使用语言为Kotlin,JAVA语言的demo下载地址:
https://download.csdn.net/download/qq_42421741/16649440
导入依赖
导入用于播放的view的第三方依赖
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.0'
添加网络权限
<uses-permission android:name="android.permission.INTERNET" />
布局中使用:
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<data>
</data>
<androidx.