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部分代码就不贴出来了,没有太大参考价值

下一篇视频预览和采集
相关推荐
00后程序员张14 小时前
IOScer 开发环境证书包括哪些,证书、描述文件与 App ID 的协同管理实践
android·ios·小程序·https·uni-app·iphone·webview
aningxiaoxixi16 小时前
android AV 之 SimpleC2Component
android
TAEHENGV16 小时前
导入导出模块 Cordova 与 OpenHarmony 混合开发实战
android·javascript·数据库
君莫啸ོ17 小时前
Android基础-SwitchCompat自定义样式
android
59803541517 小时前
【java工具类】小数、整数转中文小写
android·java·开发语言
csj5017 小时前
安卓基础之《(8)—中级控件(2)选择按钮》
android
液态不合群17 小时前
【面试题】MySQL 中的索引数量是否越多越好?为什么?
android·数据库·mysql
QING61817 小时前
Kotlin协程:Job.cancel() 和 Scope.cancel() 的区别详解!!!
android·kotlin·android jetpack
Zender Han18 小时前
Flutter 图片裁剪插件 image_cropper 最新版介绍与使用教程
android·flutter·ios
方白羽18 小时前
Android 与 iOS 动态更换应用图标实现方案
android·ios·app