# HTYMediaPlayer_QtAV **Repository Path**: sonichy/HTYMediaPlayer_QtAV ## Basic Information - **Project Name**: HTYMediaPlayer_QtAV - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-05-03 - **Last Updated**: 2024-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qt 海天鹰媒体播放器 ![alt](preview.jpg) Linux 平台基于 Qt5 和 QtAV 的媒体播放程序。 已编译好的 HTYMediaPlayer 程序适用64位Linux系统Qt5环境,双击运行,其他版本请自行编译。 1.2版:增加剧情连拍 ![alt](summary.jpg) 1.1版:增加直播菜单。 ## 错误排查: error while loading shared libraties: libQtAVWdigets.so.1: cannot open shared object file: No such file or directory Project ERROR: Unknown module(s) in QT: avwidgets sudo apt-get install qtav-sdk \#include no such file or directory 工程pro文件增加: Qt += av 'AVPlayer' does not name a type 增加:using namespace QtAV;