From 23a07cb32157aa15655160e35cdfddabbc731961 Mon Sep 17 00:00:00 2001 From: feiyangqingyun Date: Sun, 25 Jun 2023 20:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- video/plaympv/widget.cpp | 5 ++--- video/playvlc/widget.cpp | 5 ++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 67253ee..5501520 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 1. 可以选择打开QWidgetDemo.pro一次性编译所有的,也可以到目录下打开pro编译。 2. 如果发现有些子项目没有加载请打开对应目录下的.pro仔细看里面的注释。 3. 编译好的可执行文件在源码同级目录下的bin目录。 -4. 亲测Qt4.6到Qt6.2所有版本,亲测win、linux、mac、uos等系统。 +4. 亲测Qt4.6到Qt6.6所有版本,亲测win、linux、mac、uos等系统。 5. 有少部分项目不支持部分Qt版本比如Qt6,会自动跳过。 6. **建议用git命令行下载,压缩包下载后重新解压文件可能会有问题,不知为何。** 8. **强烈推荐各位搭配Qt开发经验一起学习 [https://gitee.com/feiyangqingyun/qtkaifajingyan](https://gitee.com/feiyangqingyun/qtkaifajingyan)** diff --git a/video/plaympv/widget.cpp b/video/plaympv/widget.cpp index ccf8763..aa2b67c 100644 --- a/video/plaympv/widget.cpp +++ b/video/plaympv/widget.cpp @@ -7,9 +7,8 @@ Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget) ui->setupUi(this); QStringList urls; - urls << "https://hls01open.ys7.com/openlive/6e0b2be040a943489ef0b9bb344b96b8.hd.m3u8"; - urls << "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"; - urls << "http://vfx.mtime.cn/Video/2019/02/04/mp4/190204084208765161.mp4"; + urls << "http://vfx.mtime.cn/Video/2021/11/16/mp4/211116131456748178.mp4"; + urls << "http://vd3.bdstatic.com/mda-jennyc5ci1ugrxzi/mda-jennyc5ci1ugrxzi.mp4"; urls << "rtsp://admin:Admin123456@192.168.0.15:554/media/video1"; ui->cboxUrl->addItems(urls); ui->cboxUrl->setCurrentIndex(0); diff --git a/video/playvlc/widget.cpp b/video/playvlc/widget.cpp index ccf8763..aa2b67c 100644 --- a/video/playvlc/widget.cpp +++ b/video/playvlc/widget.cpp @@ -7,9 +7,8 @@ Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget) ui->setupUi(this); QStringList urls; - urls << "https://hls01open.ys7.com/openlive/6e0b2be040a943489ef0b9bb344b96b8.hd.m3u8"; - urls << "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"; - urls << "http://vfx.mtime.cn/Video/2019/02/04/mp4/190204084208765161.mp4"; + urls << "http://vfx.mtime.cn/Video/2021/11/16/mp4/211116131456748178.mp4"; + urls << "http://vd3.bdstatic.com/mda-jennyc5ci1ugrxzi/mda-jennyc5ci1ugrxzi.mp4"; urls << "rtsp://admin:Admin123456@192.168.0.15:554/media/video1"; ui->cboxUrl->addItems(urls); ui->cboxUrl->setCurrentIndex(0);