Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/9b7993c59ed2f5623c89f7c976ad02e3f53d47dd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
1 additions and
11 deletions
src/podcast/ffmpeg/UBFFmpegVideoEncoder.h
src/podcast/podcast.pri
@ -79,10 +79,6 @@ public:
void setRecordAudio ( bool pRecordAudio ) { mShouldRecordAudio = pRecordAudio ; }
signals :
void encodingFinished ( bool ok ) ;
private slots :
void setLastErrorMessage ( const QString & pMessage ) ;
@ -42,15 +42,9 @@ linux-g++* {
SOURCES += src/podcast/ffmpeg/UBFFmpegVideoEncoder.cpp
FFMPEG = /opt/ffmpeg
INCLUDEPATH += $${FFMPEG}/include
DEPENDPATH += /usr/lib/x86_64-linux-gnu
LIBS += -L $${FFMPEG}/lib -lavformat \
-L $${FFMPEG}/lib -lavcodec \
-L $${FFMPEG}/lib -lswscale \
-L $${FFMPEG}/lib -lavutil \
LIBS += -lavformat -lavcodec -lswscale -lavutil \
-lva-x11 \
-lva \
-lxcb-shm \