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

下一篇视频预览和采集
相关推荐
星霜笔记3 小时前
GitMob — 手机端 GitHub 管理工具
android·kotlin·github·android jetpack
LiuYaoheng3 小时前
问题记录:Android Studio Low memory
android·ide·android studio
独隅4 小时前
Python 标准库 (Standard Library) 全面使用指南
android·开发语言·python
always_TT4 小时前
strlen、strcpy、strcat等常用字符串函数
android
qqty12174 小时前
MySQL Workbench菜单汉化为中文
android·数据库·mysql
2401_895521344 小时前
MySQL中between and的基本用法
android·数据库·mysql
云云鬼才5 小时前
CoCo编辑器、图形化编程怎么调用Scheme(跳转应用)
android
Jason__Young7 小时前
Android ViewModel为什么能够跨越Activity的生命周期?
android
TechMix7 小时前
【性能优化】RenderThread各工作阶段梳理
android·性能优化
草莓熊Lotso8 小时前
MySQL 内置函数指南:日期、字符串、数学函数实战
android·java·linux·运维·数据库·c++·mysql