文章目录
- 先上效果图
- VLC中打开
- 日志
- 权限
- cmakelist 和gradle建议直接去git查看
- 源代码
- ui
- 下一篇视频预览和采集
先上效果图
VLC中打开
日志
com.mq.qrtspclient E mystream stream, from the file /storage/emulated/0/Android/data/com.mq.qrtspclient/files/test.h264
com.mq.qrtspclient E Play this stream using the URL: y
com.mq.qrtspclient E rtsp://192.168.23.48:8554/mystream url
权限
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
cmakelist 和gradle建议直接去git查看
源代码
https://github.com/goodluckforme/live555_andrdoid_test
ui
奈何不太会写compose,ui部分代码就不贴出来了,没有太大参考价值