feat: 添加exe图标,移除拉流测试地址

video_old
cbwu 6 months ago
parent 54def1ba55
commit 2e0bb207fa

@ -48,6 +48,8 @@ DISTFILES += \
res/Qss/qss.qss \
style.qss
RC_ICONS = SDFP3.ico
INCLUDEPATH += $$PWD/ffmpeg/include \
$$PWD/Src/Video/

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -38,8 +38,8 @@ void GDDCSet::initParam() {
// ui->comboBox_streamType->addItem("UDP 422");
// ui->comboBox_streamType->addItem("UDP TS");
ui->comboBox_playURL1->addItem("rtsp://192.168.55.65:554/live/track0");
ui->comboBox_playURL1->addItem(
"rtmp://liteavapp.qcloud.com/live/liteavdemoplayerstreamid");
// ui->comboBox_playURL1->addItem(
// "rtmp://liteavapp.qcloud.com/live/liteavdemoplayerstreamid");
ui->comboBox_playURL1->setEditable(true);
ui->lineEdit_pushURL->setText(

@ -114,7 +114,8 @@ int FFmpegPushStream::pushStream(AVPacket *pkt, int frm_cnt, int64_t startTime,
auto now_time = av_gettime() - startTime; // 获取差值
int64_t delay = streamTime - now_time;
if (delay > 0) {
qDebug() << "****************sleep time:" << QString::number(delay / 1000);
// qDebug() << "****************sleep time:" << QString::number(delay /
// 1000);
av_usleep(delay);
}

@ -65,7 +65,7 @@ void MainWindow::initFile() {
}
}
void MainWindow::initWindow() {
setWindowIcon(QIcon(":/res/SDFP.png"));
setWindowIcon(QIcon(":/res/SDFP3.png"));
// 设置主窗口背景颜色
QPalette palette;

@ -18,7 +18,6 @@
<file>res/right.png</file>
<file>res/981csNew.png</file>
<file>res/SDFP2.png</file>
<file>res/SDFP3.png</file>
<file>res/settings2.png</file>
<file>res/lamp/black.png</file>
<file>res/lamp/blue.png</file>
@ -38,5 +37,6 @@
<file>res/switch/switch_open2.png</file>
<file>res/switch/switch_close3.png</file>
<file>res/switch/switch_open3.png</file>
<file>res/SDFP3.png</file>
</qresource>
</RCC>

Loading…
Cancel
Save