-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
点击播放就退出? Error: '' fish: 'python3 music.py' terminated by signal SIGABRT (Abort) #6
Comments
@biluohc 全屏目前没做,不过Linux下应该可以随意拉伸。这个加入TODO。 |
libQt5Multimedia5-5.6.2-1.4.x86_64 虚拟环境里的python3.6, 发行版信息如下
|
你使用了什么log不, 否则具体的要手动打印变量? def dealError(self, error):
# 具体内容看文档:
# http://doc.qt.io/qt-5/qmediaplayer.html
if error:
print(self.playList.mediaList)
print("\'", self.currentMedia().canonicalUrl().toString(),"\'" )
musicInfo = self.playList.mediaList.pop(self.currentMedia().canonicalUrl().toString())
self.loadRealMusicUrl(musicInfo)
|
@biluohc 貌似是QMediaPlayer在Linux下有些问题。使用的解码器是GStreamer是吗。 |
应该是GStreamer |
@biluohc |
也不行, 先虾米后qq
|
这两个应该安装了吧。 |
opensuse没有这个
|
@biluohc |
请问有几种方法啊? |
哪几种? |
@biluohc |
@biluohc |
辛苦了. |
这个问题应该还在,我今天下载下来代码调试也是这样,太迟了先睡了 |
@Tecyang |
这个不是依赖没装吧? 另外Linux下不能全屏?
The text was updated successfully, but these errors were encountered: