Git Product home page Git Product logo

Comments (22)

0xforee avatar 0xforee commented on June 14, 2024

同时运行的时候,命令行也没有任何提示的消息出现

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

这是刚启动时正在初始化,包括获取频道列表和获取第一个播放列表,所以正在等待服务器回复

from doubanfm-qt.

0xforee avatar 0xforee commented on June 14, 2024

但是等了好长时间也没有反应,log文件在哪里?PS:1.0版本运行无压力

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

log是直接输出到shell的,若没有就是卡在获取频道了

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

1.0和2.0所调用的接口是相同的,我目前不在境内,测试不了

from doubanfm-qt.

GeekZJJ avatar GeekZJJ commented on June 14, 2024

请问这个问题有解决方案了吗?KUbuntu14.04遇到同样的问题

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

@GeekZJJ 还没定位到问题所在,主要是问题不是每次都能复现……

from doubanfm-qt.

GeekZJJ avatar GeekZJJ commented on June 14, 2024

@zonyitoo 我用KUbuntu14.04,一次都没有播放过。。列表倒是获取出来了

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

@GeekZJJ 我在我的Ubuntu14.04上测试可以播放啊,难道是你没装好声音驱动?

from doubanfm-qt.

GeekZJJ avatar GeekZJJ commented on June 14, 2024

@zonyitoo 我猜是kde的关系。不好意思,最近考试没怎么上来,加上gmail被墙的厉害,现在才看到。

from doubanfm-qt.

GeekZJJ avatar GeekZJJ commented on June 14, 2024

@zonyitoo 声音驱动完全没问题的,其他程序运行都有声音,获取的播放地址也是对的,用mplayer可以播放

from doubanfm-qt.

GeekZJJ avatar GeekZJJ commented on June 14, 2024

@zonyitoo 对了,我的是32位,会不会跟这个有关

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

@GeekZJJ 装了gstreamer0.10-fluendo-mp3libpulse包了么?

from doubanfm-qt.

GeekZJJ avatar GeekZJJ commented on June 14, 2024

dpkg -l | grep gstreamer0.10
ii gstreamer0.10-fluendo-mp3:i386 0.10.23.debian-3 i386 Fluendo mp3 decoder GStreamer 0.10 plugin
ii gstreamer0.10-nice:i386 0.1.4-1 i386 ICE library (GStreamer 0.10 plugin)
ii gstreamer0.10-plugins-base:i386 0.10.36-1.1ubuntu2 i386 GStreamer plugins from the "base" set
ii gstreamer0.10-plugins-good:i386 0.10.31-3+nmu1ubuntu5 i386 GStreamer plugins from the "good" set
ii gstreamer0.10-pulseaudio:i386 0.10.31-3+nmu1ubuntu5 i386 GStreamer plugin for PulseAudio
ii gstreamer0.10-qapt 2.1.70-0ubuntu4.1 i386 GStreamer plugin to install codecs using QApt
ii gstreamer0.10-x:i386 0.10.36-1.1ubuntu2 i386 GStreamer plugins for X11 and Pango

ii libgstreamer0.10-0:i386 0.10.36-1.2ubuntu3 i386 Core GStreamer libraries and elements

dpkg -l | grep libpulse
ii libpulse-dev:i386 1:4.0-0ubuntu11 i386 PulseAudio client development headers and libraries
ii libpulse-mainloop-glib0:i386 1:4.0-0ubuntu11 i386 PulseAudio client libraries (glib support)
ii libpulse0:i386 1:4.0-0ubuntu11 i386 PulseAudio client libraries

ii libpulsedsp:i386 1:4.0-0ubuntu11 i386 PulseAudio OSS pre-load library

@zonyitoo 这样是装了吗?

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

@GeekZJJ 好吧,这应该是装了。但是为什么没有声音呢,奇怪了……

from doubanfm-qt.

coiby avatar coiby commented on June 14, 2024

@zonyitoo @GeekZJJ 我报过一个类似的issuse,可能要装 libqt5multimedia5-plugins这个包,具体可以看#19

from doubanfm-qt.

GeekZJJ avatar GeekZJJ commented on June 14, 2024

@coiby @zonyitoo 装完libqt5multimedia5-plugins这个包可以播放了。不过在KUbuntu14.04表现为pluseaudio进程占用率略高(4%),应该是qt的兼容性问题吧。总体来说界面很漂亮。

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

@coiby @GeekZJJ Good!!!

from doubanfm-qt.

arvinding123 avatar arvinding123 commented on June 14, 2024

我的地址和列表都能获取,也都能点击,就是不能播放

from doubanfm-qt.

arvinding123 avatar arvinding123 commented on June 14, 2024

到 Received new playlist with 1 songs 这里就没动了,我的是15.10

from doubanfm-qt.

lowy avatar lowy commented on June 14, 2024

libqt5multimedia5-plugins这个包应该写进readme里 编译出来后也是没有声音 还找不出毛病 加上之后就正常了

from doubanfm-qt.

zonyitoo avatar zonyitoo commented on June 14, 2024

@lowy Ok. Thanks.

from doubanfm-qt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.