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

下一篇视频预览和采集
相关推荐
雨白5 分钟前
Android 自定义 View:从绘制基础到实战仪表盘与饼图
android
jiunian_cn24 分钟前
【Linux】线程
android·linux·运维·c语言·c++·后端
Frank_HarmonyOS9 小时前
Android MVVM(Model-View-ViewModel)架构
android·架构
新子y13 小时前
【操作记录】我的 MNN Android LLM 编译学习笔记记录(一)
android·学习·mnn
lincats14 小时前
一步一步学习使用FireMonkey动画(1) 使用动画组件为窗体添加动态效果
android·ide·delphi·livebindings·delphi 12.3·firemonkey
想想吴15 小时前
Android.bp 基础
android·安卓·android.bp
写点啥呢1 天前
Android为ijkplayer设置音频发音类型usage
android·音视频·usage·mediaplayer·jikplayer
coder_pig1 天前
🤡 公司Android老项目升级踩坑小记
android·flutter·gradle
死就死在补习班1 天前
Android系统源码分析Input - InputReader读取事件
android
死就死在补习班1 天前
Android系统源码分析Input - InputChannel通信
android