phonon Questions

1

I'm trying to run something that needs phonon from python 2.7, and it asks for from PyQt4.phonon import Phonon When I run, I get an error saying no module named phonon. I've installed python a...
Delila asked 15/10, 2013 at 22:45

3

I been trying all day to figure out the Qt's Phonon library with Python. My long term goal is to see if I could get it to play a mms:// stream, but since I can't find an implementation of this do...
Hardtop asked 4/7, 2009 at 22:47

3

Solved

Similar to QDir and QDirIterator ignore files with non-ASCII filenames and UnicodeEncodeError: 'latin-1' codec can't encode character With regard to the second link above, I added test0...
Bickerstaff asked 9/10, 2013 at 22:49

2

Solved

I´m quite new to Qt development and I´m using Qt5 Beta1 on MacOSX. For the last two days I´ve been reading the docs and looking for information about the different possibilities that I have in ord...
Loran asked 28/11, 2012 at 15:37

2

I was working with Phonon multimedia framework in Qt, and it popups a message (like the volume notification message that popups when one changes the volume), because my audio device is not fully co...
Watersoak asked 22/3, 2012 at 7:24

1

I am seriously new to Python and my first project is quite ambitious :D I'm trying to create an audio player using a QWebView and the HTML5 Audio API. I want to use Phonon to actually play the me...
Finalism asked 17/2, 2012 at 8:1

2

Solved

I am developing a multiplatform (Windows, Linux and Mac) Qt based Phonon C++ application and am aware that Phonon itself is only API, which relies on a backend to interact with installed codecs. L...
Trilateral asked 3/5, 2012 at 9:3

0

I'm helping develop a PyQt4.8 application which amongst other things plays video and audio. We are using Phonon for this, part of the reason being that we also embed videos in a QtWebkit page which...
Rosie asked 18/3, 2011 at 12:34

3

I'm using Qt 4.5 (2009.03) on Linux Gnome (Ubuntu 9.04) and would like to display video captured by my webcam in a Phonon::VideoWidget of my Qt application. I have a first implementation using th...
Swound asked 4/9, 2009 at 11:35
1

© 2022 - 2024 — McMap. All rights reserved.