2016-10-18 420 views
3

我希望有人可以幫助解決這個問題,一直在尋找過去兩天的解決方案。GStreamer安裝缺少插件

爲了描述短的問題:我試圖做一個簡單的qt5.7應用程序,將流的M3U8(使用Qt創建者(社區),但是當我嘗試運行它,我得到一個

Warning: "No decoder available for type 'application/x-hls'." 
Error: "Your GStreamer installation is missing a plug-in." 

「GST-檢查| grep的HLS」 回報:typefindfunctions:應用程序/ x-HLS:M3U8

在這一點上我不知道哪個插件可我甚至錯過,因爲我已經走線槽完整的GStreamer插件列表並且一個接一個地投入。 就我的搜索而言,通過安裝糟糕/醜陋的插件得到了一些解決方案。 QT5仍然使用gstreamer0.10,但新的linux版本使用1.0(此時丟失)。我試圖設置一個標誌來強制GST_VERSION = 1.0,沒有工作,或者我做了錯誤的事情(我使用了qmake GST_VERSION = 1.0命令)。另外,我可以在vlc中播放視頻。 我完全卡住了,不知道該做什麼了。

應用代碼:

import QtQuick 2.7 
import QtQuick.Window 2.2 
import QtMultimedia 5.7 

Window { 
    visible: true 
    width: 640 
    height: 480 
    title: qsTr("Hello World") 

    Item { 
     width: 640 
     height: 480 

     MediaPlayer { 
      id: player 
      source: "http://playertest.longtailvideo.com/adaptive/wowzaid3/chunklist_w249832652.m3u8" 
     } 

     VideoOutput { 
      anchors.fill: parent 
      source: player 
     } 

     Component.onCompleted: { 
      player.play(); 
     } 
    } 
} 

OS:

DISTRIB_ID=LinuxMint 
DISTRIB_RELEASE=18 
DISTRIB_CODENAME=sarah 
DISTRIB_DESCRIPTION="Linux Mint 18 Sarah" 
NAME="Linux Mint" 
VERSION="18 (Sarah)" 
ID=linuxmint 
ID_LIKE=ubuntu 
PRETTY_NAME="Linux Mint 18" 
VERSION_ID="18" 
HOME_URL="http://www.linuxmint.com/" 
SUPPORT_URL="http://forums.linuxmint.com/" 
BUG_REPORT_URL="http://bugs.launchpad.net/linuxmint/" 
UBUNTU_CODENAME=xenial 

的GStreamer插件列表:

ii gir1.2-gstreamer-0.10      0.10.36-1.5ubuntu1       amd64  Description: GObject introspection data for the GStreamer library 
ii gir1.2-gstreamer-1.0       1.8.2-1~ubuntu1       amd64  GObject introspection data for the GStreamer library 
ii gstreamer-qapt        3.0.2-0ubuntu1.1       amd64  GStreamer plugin to install codecs using QApt 
ii gstreamer-tools        0.10.36-1.5ubuntu1       amd64  Tools for use with GStreamer 
ii gstreamer0.10-alsa:amd64      0.10.36-2         amd64  GStreamer plugin for ALSA 
ii gstreamer0.10-doc       0.10.36-1.5ubuntu1       all   GStreamer core documentation and manuals 
ii gstreamer0.10-ffmpeg:amd64     0.10.13-5ubuntu1~wily      amd64  FFmpeg plugin for GStreamer 
ii gstreamer0.10-ffmpeg-dbg:amd64    0.10.13-5ubuntu1~wily      amd64  FFmpeg plugin for GStreamer (debug symbols) 
ii gstreamer0.10-gconf:amd64     0.10.31-3+nmu4ubuntu2~gcc5.1    amd64  GStreamer plugin for getting the sink/source information from GConf 
ii gstreamer0.10-gnomevfs:amd64     0.10.36-2         amd64  GStreamer plugin for GnomeVFS 
ii gstreamer0.10-nice:amd64      0.1.13-0ubuntu2       amd64  ICE library (GStreamer 0.10 plugin) 
ii gstreamer0.10-plugins-base:amd64    0.10.36-2         amd64  GStreamer plugins from the "base" set 
ii gstreamer0.10-plugins-base:i386    0.10.36-2         i386   GStreamer plugins from the "base" set 
ii gstreamer0.10-plugins-base-apps    0.10.36-2         amd64  GStreamer helper programs from the "base" set 
ii gstreamer0.10-plugins-base-dbg:amd64   0.10.36-2         amd64  GStreamer plugins from the "base" set 
ii gstreamer0.10-plugins-base-doc    0.10.36-2         all   GStreamer documentation for plugins from the "base" set 
ii gstreamer0.10-plugins-good:amd64    0.10.31-3+nmu4ubuntu2~gcc5.1    amd64  GStreamer plugins from the "good" set 
ii gstreamer0.10-plugins-good:i386    0.10.31-3+nmu4ubuntu2~gcc5.1    i386   GStreamer plugins from the "good" set 
ii gstreamer0.10-plugins-good-dbg:amd64   0.10.31-3+nmu4ubuntu2~gcc5.1    amd64  GStreamer plugins from the "good" set 
ii gstreamer0.10-plugins-good-doc    0.10.31-3+nmu4ubuntu2~gcc5.1    all   GStreamer documentation for plugins from the "good" set 
ii gstreamer0.10-pulseaudio:amd64    0.10.31-3+nmu4ubuntu2~gcc5.1    amd64  GStreamer plugin for PulseAudio 
ii gstreamer0.10-qapt       3.0.2-0ubuntu1.1       all   transitional dummy package 
ii gstreamer0.10-tools       0.10.36-1.5ubuntu1       amd64  Tools for use with GStreamer 
ii gstreamer0.10-x:amd64      0.10.36-2         amd64  GStreamer plugins for X11 and Pango 
ii gstreamer0.10-x:i386       0.10.36-2         i386   GStreamer plugins for X11 and Pango 
ii gstreamer1.0-alsa:amd64      1.8.2-1ubuntu0.1       amd64  GStreamer plugin for ALSA 
ii gstreamer1.0-clutter       2.0.18-1         amd64  Clutter PLugin for GStreamer 1.0 
ii gstreamer1.0-clutter-3.0      3.0.18-1         amd64  Clutter PLugin for GStreamer 1.0 
ii gstreamer1.0-crystalhd      1:0.0~git20110715.fdd2f19-11build1   amd64  Crystal HD Video Decoder (GStreamer plugin) 
ii gstreamer1.0-doc        1.8.2-1~ubuntu1       all   GStreamer core documentation and manuals 
ii gstreamer1.0-dvswitch      0.1.1-1         amd64  GStreamer plugin source from DVswitch 
ii gstreamer1.0-espeak       0.4.0-1         amd64  GStreamer plugin for eSpeak speech synthesis 
ii gstreamer1.0-fluendo-mp3:amd64    0.10.32.debian-1       amd64  Fluendo mp3 decoder GStreamer 1.0 plugin 
ii gstreamer1.0-hybris:i386      1.8.2-1ubuntu0.1       i386   GStreamer plugins from hybris 
ii gstreamer1.0-libav:amd64      1.8.2-1~ubuntu1       amd64  libav plugin for GStreamer 
ii gstreamer1.0-libav-dbg:amd64     1.8.2-1~ubuntu1       amd64  libav plugin for GStreamer (debug symbols) 
ii gstreamer1.0-nice:amd64      0.1.13-0ubuntu2       amd64  ICE library (GStreamer plugin) 
ii gstreamer1.0-packagekit      0.8.17-4ubuntu6~gcc5.4ubuntu1.1   amd64  GStreamer plugin to install codecs using PackageKit 
ii gstreamer1.0-plugins-bad:amd64    1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "bad" set 
ii gstreamer1.0-plugins-bad-dbg:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "bad" set (debug symbols) 
ii gstreamer1.0-plugins-bad-doc     1.8.2-1ubuntu0.1       all   GStreamer documentation for plugins from the "bad" set 
ii gstreamer1.0-plugins-bad-faad:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer faad plugin from the "bad" set 
ii gstreamer1.0-plugins-bad-videoparsers:amd64 1.8.2-1ubuntu0.1       amd64  GStreamer videoparsers plugin from the "bad" set 
ii gstreamer1.0-plugins-base:amd64    1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "base" set 
ii gstreamer1.0-plugins-base-apps    1.8.2-1ubuntu0.1       amd64  GStreamer helper programs from the "base" set 
ii gstreamer1.0-plugins-base-dbg:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "base" set 
ii gstreamer1.0-plugins-base-doc    1.8.2-1ubuntu0.1       all   GStreamer documentation for plugins from the "base" set 
ii gstreamer1.0-plugins-good:amd64    1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "good" set 
ii gstreamer1.0-plugins-good-dbg:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "good" set 
ii gstreamer1.0-plugins-good-doc    1.8.2-1ubuntu0.1       all   GStreamer documentation for plugins from the "good" set 
ii gstreamer1.0-plugins-ugly:amd64    1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "ugly" set 
ii gstreamer1.0-plugins-ugly-amr:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "ugly" set 
ii gstreamer1.0-plugins-ugly-dbg:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer plugins from the "ugly" set (debug symbols) 
ii gstreamer1.0-plugins-ugly-doc    1.8.2-1ubuntu0.1       all   GStreamer documentation for plugins from the "ugly" set 
ii gstreamer1.0-pocketsphinx:amd64    0.8.0+real5prealpha-1ubuntu2    amd64  Speech recognition tool - gstreamer plugin 
ii gstreamer1.0-pulseaudio:amd64    1.8.2-1ubuntu0.1       amd64  GStreamer plugin for PulseAudio 
ii gstreamer1.0-tools       1.8.2-1~ubuntu1       amd64  Tools for use with GStreamer 
ii gstreamer1.0-vaapi:amd64      1.8.2-1~ubuntu2       amd64  VA-API plugins for GStreamer 
ii gstreamer1.0-vaapi-doc      1.8.2-1~ubuntu2       all   GStreamer VA-API documentation and manuals 
ii gstreamer1.0-x:amd64       1.8.2-1ubuntu0.1       amd64  GStreamer plugins for X11 and Pango 
ii libcanberra-gstreamer:amd64     0.30-2.1ubuntu1       amd64  GStreamer backend for libcanberra 
ii libgstreamer-ocaml       0.2.0-2build2        amd64  OCaml interface to the gstreamer library -- runtime files 
ii libgstreamer-ocaml-dev      0.2.0-2build2        amd64  OCaml interface to the gstreamer library -- development files 
ii libgstreamer-plugins-bad1.0-0:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer development files for libraries from the "bad" set 
ii libgstreamer-plugins-bad1.0-0:i386   1.8.2-1ubuntu0.1       i386   GStreamer development files for libraries from the "bad" set 
ii libgstreamer-plugins-bad1.0-dev    1.8.2-1ubuntu0.1       amd64  GStreamer development files for libraries from the "bad" set 
ii libgstreamer-plugins-base0.10-0:amd64  0.10.36-2         amd64  GStreamer libraries from the "base" set 
ii libgstreamer-plugins-base0.10-0:i386   0.10.36-2         i386   GStreamer libraries from the "base" set 
ii libgstreamer-plugins-base0.10-dev   0.10.36-2         amd64  GStreamer development files for libraries from the "base" set 
ii libgstreamer-plugins-base1.0-0:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer libraries from the "base" set 
ii libgstreamer-plugins-base1.0-0:i386   1.8.2-1ubuntu0.1       i386   GStreamer libraries from the "base" set 
ii libgstreamer-plugins-base1.0-dev    1.8.2-1ubuntu0.1       amd64  GStreamer development files for libraries from the "base" set 
ii libgstreamer-plugins-good1.0-0:amd64   1.8.2-1ubuntu0.1       amd64  GStreamer development files for libraries from the "good" set 
ii libgstreamer-plugins-good1.0-dev    1.8.2-1ubuntu0.1       amd64  GStreamer development files for libraries from the "good" set 
ii libgstreamer0.10-0:amd64      0.10.36-1.5ubuntu1       amd64  Core GStreamer libraries and elements 
ii libgstreamer0.10-0:i386      0.10.36-1.5ubuntu1       i386   Core GStreamer libraries and elements 
ii libgstreamer0.10-0-dbg:amd64     0.10.36-1.5ubuntu1       amd64  Core GStreamer libraries and elements 
ii libgstreamer0.10-dev       0.10.36-1.5ubuntu1       amd64  GStreamer core development files 
ii libgstreamer1.0-0:amd64      1.8.2-1~ubuntu1       amd64  Core GStreamer libraries and elements 
ii libgstreamer1.0-0:i386      1.8.2-1~ubuntu1       i386   Core GStreamer libraries and elements 
ii libgstreamer1.0-0-dbg:amd64     1.8.2-1~ubuntu1       amd64  Core GStreamer libraries and elements 
ii libgstreamer1.0-dev       1.8.2-1~ubuntu1       amd64  GStreamer core development files 
ii libgstreamermm-1.0-0v5:amd64     1.4.3+dfsg-5        amd64  C++ wrapper library for GStreamer (shared libraries) 
ii libgstreamermm-1.0-dev:amd64     1.4.3+dfsg-5        amd64  C++ wrapper library for GStreamer (development files) 
ii libqt5gstreamer-1.0-0:amd64     1.2.0-3         amd64  C++ bindings library for GStreamer with a Qt-style API - Qt 5 build 
ii libqt5gstreamer-dev       1.2.0-3         amd64  Development headers for QtGStreamer - Qt 5 build 
ii libqt5gstreamerquick-1.0-0:amd64    1.2.0-3         amd64  QtGStreamerQuick library - Qt 5 build 
ii libqt5gstreamerui-1.0-0:amd64    1.2.0-3         amd64  QtGStreamerUi library - Qt 5 build 
ii libqt5gstreamerutils-1.0-0:amd64    1.2.0-3         amd64  QtGStreamerUtils library - Qt 5 build 
ii libqtgstreamer-1.0-0:amd64     1.2.0-3         amd64  C++ bindings library for GStreamer with a Qt-style API 
ii libqtgstreamer-dev       1.2.0-3         amd64  Development headers for QtGStreamer 
ii libqtgstreamerui-1.0-0:amd64     1.2.0-3         amd64  QtGStreamerUi library 
ii libqtgstreamerutils-1.0-0:amd64    1.2.0-3         amd64  QtGStreamerUtils library 
ii libreoffice-avmedia-backend-gstreamer  1:5.1.4-0ubuntu1       amd64  GStreamer backend for LibreOffice 
ii liquidsoap-plugin-gstreamer     1.1.1-7.1         amd64  audio streaming language -- GStreamer plugin 
ii phonon-backend-gstreamer:amd64    4:4.8.2-0ubuntu2       amd64  Phonon GStreamer 1.0 backend 
ii phonon-backend-gstreamer-common:amd64  4:4.8.2-0ubuntu2       amd64  Phonon GStreamer 1.0.x backend icons 
ii phonon4qt5-backend-gstreamer:amd64   4:4.8.2-0ubuntu2       amd64  Phonon Qt5 GStreamer 1.0 backend 
ii qml-module-qtgstreamer:amd64     1.2.0-3         amd64  QML plugins from QtGStreamer - Qt 5 build 
ii qt5gstreamer-dbg:amd64      1.2.0-3         amd64  Debug symbols for QtGStreamer - Qt 5 build 
ii qtgstreamer-dbg:amd64      1.2.0-3         amd64  Debug symbols for QtGStreamer 
ii qtgstreamer-declarative:amd64    1.2.0-3         amd64  QML plugins from QtGStreamer 
ii qtgstreamer-plugins:amd64     1.2.0-3         amd64  GStreamer plugins from QtGStreamer 
ii qtgstreamer-plugins-qt5:amd64    1.2.0-3         amd64  GStreamer plugins from QtGStreamer - Qt 5 build 

回答

2

的HLS插件是在GST-插件壞。確定請檢查 「gst-inspect-1.0 | grep hls」 - 在您的發行版上,gst-inspect可能是gst-inspect-0.10的符號鏈接。

+0

它返回這個:typefindfunctions:application/x-hls:m3u8 libav:avmux_hls:libav Apple HTTP Live Streaming Muxer – wtferror

1

缺失的元素名爲hlsdemux,並且住在gst-plugins-bad中。您可以通過gst-inspect-0.10gst-inspect-1.0查看已安裝的插件列表。在grep中使用它可以讓你快速發現是否安裝了它。

gst-inspect-1.0 | grep hlsdemux(或0.10取決於您要使用的版本)

如果QtMultimedia確實使用了0.10,你應該丟失gstreamer0.10-plugins-bad。請注意,0.10已經過時並且已經多年不知。 1.0正在積極開發中。你應該檢查一下QtMultimedia的更新版本是否已經升級到1.0版本並嘗試使用它。

+0

我得到了:gst-inspect-1.0 | grep hlsdemux返回:hls:hlsdemux:HLS Demuxer – Luka

+0

您需要確定qtmultimedia正在使用哪個版本。 1.0和0.10是單獨的和不兼容的 – thiagoss

+0

這兩個版本我得不到回報。 – wtferror