Live555+Windows+MSys2 编译Androidso库和运行使用(三,实战篇)

文章目录

先上效果图
VLC中打开
日志
bash 复制代码
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 
权限
bash 复制代码
<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部分代码就不贴出来了,没有太大参考价值

下一篇视频预览和采集
相关推荐
zhifanxu1 小时前
Kotlin 遍历
android·开发语言·kotlin
追随远方2 小时前
Android NDK版本迭代与FFmpeg交叉编译完全指南
android·ffmpeg
柯南二号12 小时前
Android Studio根目录下创建多个可运行的模块
android·ide·android studio
恋猫de小郭15 小时前
Compose Multiplatform iOS 稳定版发布:可用于生产环境,并支持 hotload
android·flutter·macos·ios·kotlin·cocoa
音视频牛哥17 小时前
把Android设备变成“国标摄像头”:GB28181移动终端实战接入指南
android·音视频·大牛直播sdk·gb28181安卓端·gb28181对接·gb28181平台对接·gb28181监控
tangweiguo0305198717 小时前
Jetpack Compose 响应式布局实战:BoxWithConstraints 完全指南
android
難釋懷17 小时前
Android开发-视图基础
android
Anthony_sun20 小时前
UniAppx 跳转Android 系统通讯录
android·uniapp
温柔的小猪竹1 天前
android中的背压问题及解决方案
android
小妖6661 天前
uni-app 引入vconsole web端正常,安卓端报错 Cannot read property ‘sendBeacon‘ of undefined
android·前端·uni-app