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

下一篇视频预览和采集
相关推荐
Lud_27 分钟前
OpenGL ES 中的材质
android·材质·opengl es
恋猫de小郭2 小时前
Compose Hot Reload 为什么只支持桌面 JVM,它和 Live Edit 又有什么区别?
android·前端·flutter
移动开发者1号2 小时前
Android数据库连接泄露检测:解析与实战
android·kotlin
移动开发者1号2 小时前
SQLite FTS4全文搜索实战指南:从入门到优化
android·kotlin
锋风Fengfeng2 小时前
安卓官方版fat-aar:使用Fused Library将多个Android库发布为一个库
android
清霜之辰5 小时前
安卓AOP变天了?AspectJ的黄昏与KSP的崛起
android·aop·aspectj·ksp
猫头虎10 小时前
2025最新Python 100个常用函数在线体验项目
android·java·python·pycharm·django·pandas·pip
卖猪肉的痴汉10 小时前
3.1 Android NDK交叉编译FFmpeg
android·ffmpeg
CYRUS_STUDIO11 小时前
逆向某物 App 登录接口:还原 newSign 算法全流程
android·app·逆向
ybdesire12 小时前
MCPServer编程与CLINE配置调用MCP
android·java·数据库