diff --git a/es-core/src/components/VideoFFmpegComponent.cpp b/es-core/src/components/VideoFFmpegComponent.cpp index c3834b18b..22115b59f 100644 --- a/es-core/src/components/VideoFFmpegComponent.cpp +++ b/es-core/src/components/VideoFFmpegComponent.cpp @@ -1217,6 +1217,9 @@ bool VideoFFmpegComponent::decoderInitHW() void VideoFFmpegComponent::startVideoStream() { + if (mThemeOpacity == 0.0f) + return; + mIsPlaying = true; if (!mFormatContext) {