49 Star 456 Fork 212

007lz / FFmpeg-QT实现摄像头rtsp实时显示

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
VideoPlayer_2.pro 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
#-------------------------------------------------
#
# Project created by QtCreator
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = VideoPlayer_2
TEMPLATE = app
SOURCES += main.cpp \
videoplayer.cpp \
mainwindow.cpp
HEADERS += \
videoplayer.h \
mainwindow.h
FORMS += \
mainwindow.ui
INCLUDEPATH += $$PWD/ffmpeg/include \
$$PWD/src
LIBS += $$PWD/ffmpeg/lib/avcodec.lib \
$$PWD/ffmpeg/lib/avdevice.lib \
$$PWD/ffmpeg/lib/avfilter.lib \
$$PWD/ffmpeg/lib/avformat.lib \
$$PWD/ffmpeg/lib/avutil.lib \
$$PWD/ffmpeg/lib/postproc.lib \
$$PWD/ffmpeg/lib/swresample.lib \
$$PWD/ffmpeg/lib/swscale.lib
C++
1
https://gitee.com/git-lz/FFmpeg-QT-rtsp.git
git@gitee.com:git-lz/FFmpeg-QT-rtsp.git
git-lz
FFmpeg-QT-rtsp
FFmpeg-QT实现摄像头rtsp实时显示
master

搜索帮助