Skip to content
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

"Listen" button doesn't work #7

Open
yammesicka opened this issue Jan 4, 2014 · 0 comments
Open

"Listen" button doesn't work #7

yammesicka opened this issue Jan 4, 2014 · 0 comments

Comments

@yammesicka
Copy link
Contributor

The listen_slot method can't find the video/x-flv decoder. And it's right - there is no video/x-flv decoder on my computer, even after installing the latest version of CCCP.

The code (last line is my addition):

    def listen_slot(self, QModelIndex=None):
        if not Phonon.BackendCapabilities.isMimeTypeAvailable('video/x-flv'):
            log.debug("Available decoders: %s" % Phonon.BackendCapabilities.availableMimeTypes())

The debug log:

[DEBUG] Available decoders: [u'application/vnd.ms-wpl', u'application/x-mplayer2
', u'application/x-ms-wmd', u'application/x-ms-wmz', u'audio/3gpp', u'audio/3gpp
2', u'audio/aiff', u'audio/basic', u'audio/mid', u'audio/midi', u'audio/mp3', u'
audio/mp4', u'audio/mpeg', u'audio/mpegurl', u'audio/mpg', u'audio/vnd.dlna.adts
', u'audio/wav', u'audio/x-aiff', u'audio/x-mid', u'audio/x-midi', u'audio/x-mp3
', u'audio/x-mpeg', u'audio/x-mpegurl', u'audio/x-mpg', u'audio/x-ms-wax', u'aud
io/x-ms-wma', u'audio/x-wav', u'midi/mid', u'unknown', u'video/3gpp', u'video/3g
pp2', u'video/avi', u'video/mp4', u'video/mpeg', u'video/mpg', u'video/msvideo',
u'video/quicktime', u'video/vnd.dlna.mpeg-tts', u'video/x-mpeg', u'video/x-mpeg
2a', u'video/x-ms-asf', u'video/x-ms-asf-plugin', u'video/x-ms-wm', u'video/x-ms
-wmv', u'video/x-ms-wmx', u'video/x-ms-wvx', u'video/x-msvideo', u'vnd.ms.wmhtml
']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant