资源简介
基于qt+vlc开发的简易版播放器,播放可以支持本地及rtsp格式地址播放,不足之处是还有些功能没有完全开发,等有时间了, 会继续更新,配有大神些的详细开发资料,供参考
代码片段和文件信息
#include “mainwindow.h“
#include
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
QString translatorFileName(“qt_zh_CN.qm“);
QTranslator translator;
if (translator.load(translatorFileName))
{
a.installTranslator(&translator);
}
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-05-12 16:54 MyTestVLC\
文件 6605379 2019-09-03 09:02 MyTestVLC\aa.avi
目录 0 2020-05-09 09:05 MyTestVLC\debug\
文件 1325256 2019-08-15 01:08 MyTestVLC\debug\axvlc.dll
文件 178376 2019-08-15 01:00 MyTestVLC\debug\libvlc.dll
文件 2667208 2019-08-15 01:00 MyTestVLC\debug\libvlccore.dll
文件 126446 2020-05-08 15:26 MyTestVLC\debug\main.o
文件 328081 2020-05-09 09:05 MyTestVLC\debug\mainwindow.o
文件 4237 2020-05-08 15:26 MyTestVLC\debug\moc_mainwindow.cpp
文件 184951 2020-05-08 15:26 MyTestVLC\debug\moc_mainwindow.o
文件 4803 2020-05-08 14:38 MyTestVLC\debug\moc_pla
文件 130430 2020-05-08 14:38 MyTestVLC\debug\moc_pla
文件 1087703 2020-05-09 09:05 MyTestVLC\debug\MyTestVLC.exe
文件 1133768 2019-08-15 01:08 MyTestVLC\debug\npvlc.dll
文件 181329 2020-05-08 14:38 MyTestVLC\debug\pla
目录 0 2020-05-07 12:45 MyTestVLC\debug\plugins\
目录 0 2020-05-07 12:45 MyTestVLC\debug\plugins\access\
文件 35528 2019-08-15 01:06 MyTestVLC\debug\plugins\access\libaccess_concat_plugin.dll
文件 68296 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libaccess_imem_plugin.dll
文件 100040 2019-08-15 01:06 MyTestVLC\debug\plugins\access\libaccess_mms_plugin.dll
文件 137928 2019-08-15 01:06 MyTestVLC\debug\plugins\access\libaccess_realrtsp_plugin.dll
文件 2865352 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libaccess_srt_plugin.dll
文件 51912 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libaccess_wasapi_plugin.dll
文件 32968 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libattachment_plugin.dll
文件 68561 2019-08-15 00:50 MyTestVLC\debug\plugins\access\libbluray-awt-j2se-1.1.2.jar
文件 763467 2019-08-15 00:50 MyTestVLC\debug\plugins\access\libbluray-j2se-1.1.2.jar
文件 178888 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libcdda_plugin.dll
文件 2435784 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libdcp_plugin.dll
文件 917704 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libdshow_plugin.dll
文件 893640 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libdtv_plugin.dll
文件 217800 2019-08-15 01:05 MyTestVLC\debug\plugins\access\libdvdnav_plugin.dll
............此处省略521个文件信息
相关资源
- qt5.6.1 编译的静态库
- MQTT服务端
- QTP自动化测试视频教程
- QT 4.8.4 64位版本-1
- zw_Qt一去丶二三里Blog二.zip
- Qt版双人俄罗斯方块游戏源码
- qt socket 一对多,多线程 广发
- Ubuntu-Qt5.2.1安装包及步骤
- QT Tabwidget 冻结表头和冻结列
- Qt 5 编程入门_霍亚飞_高清 完整版.p
- IoTapp.zip 基于QT的华为云平台北向开发
- Qt5开发实战207830
- facerecognize.zip
- MQTT 服务器和客户端工具及使用说明
- QT5 串口 收发
- Qt Quick核心编程 完整版(含书中源代
- Qt5.11.2QtWebEngine
- VLC.dotNet播放器-回调方式支持拉伸充满
- Qt5开发实战
- 基于Qt、FFMpeg的音视频播放器
- Qt5开发及_高清版含电子书、随书PPT以
- qt Creator 快速入门
- pyqt5_tools-5.11.3.1.4-cp37-none-win_amd64
- qt5.11.1的中文帮助文档
- Qt5开发及 第3版 陆文周
- 精通Qt4编程 第2版 蔡志明 电子工
- MQTT.fx安装包 windows64位系统
- PyQt5-5.11.3-5.11.2-cp35.cp36.cp37.cp38-none-w
- QTP10.0安装包+汉化包+破解教程
- Qt及Qt Quick开发实战精解(PDF及代码)
评论
共有 条评论