2 Star 7 Fork 4

Albert/RtspToRtmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rtmppush.h 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
Albert 提交于 2020-06-11 10:44 +08:00 . 界面美化,调优
#ifndef RTMPPUSH_H
#define RTMPPUSH_H
#include <QWidget>
#include <QTimer>
#include "FQF/FQFPush/FQFPush.h"
namespace Ui {
class RtmpPush;
}
class RtmpPush : public QWidget
{
Q_OBJECT
public:
explicit RtmpPush(QWidget *parent = 0);
~RtmpPush();
private slots:
void on_push_clicked();
void timeoutSlot();
void timeoutSlot2();
void on_stop_clicked();
void on_btnSubmit_clicked();
void on_cbConnectType_currentIndexChanged(int index);
void on_btnSubmit_2_clicked();
void on_hlsBoth_clicked(bool checked);
void on_btnSubmit_3_clicked();
private:
void prstop();
void prstart();
Ui::RtmpPush *ui;
FQFPush *push;
QTimer *timer,*timer2;
bool stat = false;
int errornum = 0;
};
#endif // RTMPPUSH_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zuozl1992/RtspToRtmp.git
[email protected]:zuozl1992/RtspToRtmp.git
zuozl1992
RtspToRtmp
RtspToRtmp
master

搜索帮助