<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body>
    
<div><br></div><div>Did you try to play the same .ogg file with another (external) player? </div><div><br></div><div>I did play multimedia files on Linux with QtMultimedia succesfully  but I have to check and see if it was .ogg (I believe I did). I also used the fromLocalFile option for that to be sure.</div><div> </div><div>I'm not sure but I think  that I read  that spaces inside the path to the codecs can cause problems.</div><div><br></div><div id="composer_signature"><div style="font-size:9px">Best regards,</div><div style="font-size:9px">Rembrand</div><div style="font-size:9px"><br></div><div style="font-size:9px">Cell phone: +31 646.224.526</div><div style="font-size:9px">Email: rembrand@daxlab.com</div><div style="font-size:9px">Sent from my smart phone.</div><div style="font-size:9px"><br></div><div></div></div><br><br>-------- Original message --------<br>From: pyqt-request@riverbankcomputing.com <br>Date: 09/09/2015  13:00  (GMT+01:00) <br>To: pyqt@riverbankcomputing.com <br>Subject: PyQt Digest, Vol 134, Issue 9 <br><br>Send PyQt mailing list submissions to<br>  pyqt@riverbankcomputing.com<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>      https://www.riverbankcomputing.com/mailman/listinfo/pyqt<br>or, via email, send a message with subject or body 'help' to<br>        pyqt-request@riverbankcomputing.com<br><br>You can reach the person managing the list at<br>  pyqt-owner@riverbankcomputing.com<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of PyQt digest..."<br><br><br>Today's Topics:<br><br>   1. Usage of active-x based camera viewer components (Carl Wolff)<br>   2. Re: Playing an ogg file with QtMultimedia? (Brandon Keith Biggs)<br>   3. Return type Qlist<QModelIndex> is ignored because it is<br>      unknown to PythonQt (Saeed Mahdizadeh Bakhshmand)<br>   4. Re: Return type Qlist<QModelIndex> is ignored because it is<br>      unknown to PythonQt (Florian Bruhin)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Tue, 8 Sep 2015 21:36:39 +0200<br>From: Carl Wolff <carl@wolff-online.nl><br>To: pyqt@riverbankcomputing.com<br>Subject: [PyQt] Usage of active-x based camera viewer components<br>Message-ID:<br>     <CA+89xzSKqZK_CwUWQfmYpAixiNBNQs=ACtNZkisEif3vRgaW6A@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Hello Group members<br><br>If I have an com / active-x based camera viewer library (in order to create<br>a viewing pane in my pyqt based application) can I use qaxcontainer for<br>that?<br><br>What are the pitfalls and things to be careful with?<br><br>Are there limitations?<br><br>Best regards<br>Carl.<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150908/d91bfe97/attachment-0001.html><br><br>------------------------------<br><br>Message: 2<br>Date: Tue, 8 Sep 2015 21:52:24 +0200<br>From: Brandon Keith Biggs <brandonkeithbiggs@gmail.com><br>To: pyqt@riverbankcomputing.com<br>Subject: Re: [PyQt] Playing an ogg file with QtMultimedia?<br>Message-ID: <55EF3C78.3060305@gmail.com><br>Content-Type: text/plain; charset="windows-1252"; Format="flowed"<br><br>  Hello,<br>> I get:<br>> "Unsupported media type."<br>> as the error.<br>><br>> I found:<br>> http://stackoverflow.com/questions/15043620/cant-play-ogg-and-flac<br>><br>> and installed the codecs from:<br>> http://www.xiph.org/dshow/<br>><br>> I just ran the binary installer installing them into:<br>> C:\Program Files (x86)\Xiph.Org\Open Codecs\x64<br>><br>> But I am still getting the unsupported media type.<br>> Thank you,<br>><br>> Brandon Keith Biggs <http://www.brandonkeithbiggs.com/><br>> On 9/4/2015 9:56 AM, Florian Bruhin wrote:<br>>> Hi,<br>>><br>>> (also Cc-ing the list again as I don't think it was intended to send<br>>> this off-list)<br>>><br>>> * Brandon Keith Biggs<brandonkeithbiggs@gmail.com>  [2015-09-04 09:31:41 +0200]:<br>>>> Here is what I have, but it is silent and there is no error:<br>>>><br>>>>          self.player = QtMultimedia.QMediaPlayer(self)<br>>>>          self.s = QtMultimedia.QMediaContent(QUrl("sounds/my_sound.ogg"))<br>>> This should probably be QUrl.fromLocalFile(...) instead.<br>>><br>>>>          self.player.setMedia(self.s)<br>>>>          self.player.play()<br>>>><br>>>> Could there be some kind of dll that I need to put in my PyQt5 dir?<br>>> If a DLL was missing, Qt would probably terminate/abort.<br>>><br>>> Some things to check:<br>>><br>>> - .error()/.errorString()<br>>> - .volume() (in the example they do .setVolume(50))<br>>><br>>> Florian<br>>><br>><br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150908/a689efc2/attachment-0001.html><br><br>------------------------------<br><br>Message: 3<br>Date: Tue, 8 Sep 2015 17:51:45 -0400<br>From: Saeed Mahdizadeh Bakhshmand <saeedbakhshmand@gmail.com><br>To: pyqt@riverbankcomputing.com<br>Subject: [PyQt] Return type Qlist<QModelIndex> is ignored because it<br>        is      unknown to PythonQt<br>Message-ID:<br>      <CAGdd0Q7Q7u4+yuagqUOo=6PAS+DzXJ4CZ=ASpc0y6sLS2UhJLA@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Hello All,<br><br>I am trying to obtain a list (indices) of selected cells in a QTableView<br>using this script (in 3D slicer interface):<br><br>table = qt.QTableView()<br>...<br>#setup of the table and adding models and items etc.<br>...<br>select = table.selectionModel()<br>index = select.selectedIndexes()<br><br>and I get this error:<br><br>File "<console>", line 1, in <module><br><br>ValueError: Called QList<QModelIndex> selectedRows(), return type<br>'QList<QModelIndex>' is ignored because it is unknown to PythonQt. Probably<br>you should register it using qRegisterMetaType() or add a default<br>constructor decorator to the class.<br><br><br>Any hint on which way is better and how can I register an unknown type in<br>PythonQt?<br><br><br>Best,<br><br>Saeed<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150908/60ae1d5e/attachment-0001.html><br><br>------------------------------<br><br>Message: 4<br>Date: Wed, 9 Sep 2015 06:22:12 +0200<br>From: Florian Bruhin <me@the-compiler.org><br>To: pyqt@riverbankcomputing.com<br>Subject: Re: [PyQt] Return type Qlist<QModelIndex> is ignored because<br>        it is unknown to PythonQt<br>Message-ID: <20150909042212.GW18577@tonks><br>Content-Type: text/plain; charset="utf-8"<br><br>* Saeed Mahdizadeh Bakhshmand <saeedbakhshmand@gmail.com> [2015-09-08 17:51:45 -0400]:<br>> Any hint on which way is better and how can I register an unknown type in<br>> PythonQt?<br><br>PythonQt != PyQt ;)<br><br>Florian<br><br>-- <br>http://www.the-compiler.org | me@the-compiler.org (Mail/XMPP)<br>   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc<br>         I love long mails! | http://email.is-not-s.ms/<br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: not available<br>Type: application/pgp-signature<br>Size: 819 bytes<br>Desc: not available<br>URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150909/56db31a4/attachment-0001.sig><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>PyQt mailing list<br>PyQt@riverbankcomputing.com<br>https://www.riverbankcomputing.com/mailman/listinfo/pyqt<br><br>------------------------------<br><br>End of PyQt Digest, Vol 134, Issue 9<br>************************************<br></body></html>