• 大小: 60.51MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-11-25
  • 语言: 其他
  • 标签: qt  vlc  

资源简介

基于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_player.cpp
     文件      130430  2020-05-08 14:38  MyTestVLC\debug\moc_player.o
     文件     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\player.o
     目录           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个文件信息

评论

共有 条评论