gpt4 book ai didi

linux - GStreamer;无法暂停 - "";错误: "No URI set" - MediaPlayer QML Type

转载 作者:太空宇宙 更新时间:2023-11-04 03:32:16 24 4
gpt4 key购买 nike

尝试了以下来自 http://doc.qt.io/qt-5/qml-qtmultimedia-mediaplayer.html#details 的内容

import QtQuick 2.4
import QtQuick.Window 2.2
import QtMultimedia 5.0

Window
{
visible: true
height: 1000
width: 1000


MediaPlayer {
id: mediaplayer
source: "/home/****/template/v1.avi"
}

VideoOutput {
anchors.fill: parent
source: mediaplayer
}

MouseArea {
id: playArea
anchors.fill: parent
onPressed: mediaplayer.play();
}
}

Ubuntu 14.04.2 LTS\n\l

GStreamer 核心库版本 0.10.36

这会在点击时出现标题中显示的错误。
我已确认该文件存在。

现在还能做什么?

最佳答案

Linux中设置url的方法是:

文件:///home/***/template/v1.avi

因此,源:“/home/****/template/v1.avi”应替换为:

来源:“file:///home/***/template/v1.avi”

关于linux - GStreamer;无法暂停 - "";错误: "No URI set" - MediaPlayer QML Type,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32862890/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com