agen judi bola , sportbook, casino, togel, number game, singapore, tangkas, basket, slot, poker, dominoqq,
agen bola. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 50.000 ,- bonus cashback hingga 10% , diskon togel hingga 66% bisa bermain di android dan IOS kapanpun dan dimana pun. poker , bandarq , aduq, domino qq ,
dominobet. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 10.000 ,- bonus turnover 0.5% dan bonus referral 20%. Bonus - bonus yang dihadirkan bisa terbilang cukup tinggi dan memuaskan, anda hanya perlu memasang pada situs yang memberikan bursa pasaran terbaik yaitu
http://45.77.173.118/ Bola168. Situs penyedia segala jenis permainan poker online kini semakin banyak ditemukan di Internet, salah satunya TahunQQ merupakan situs Agen Judi Domino66 Dan
BandarQ Terpercaya yang mampu memberikan banyak provit bagi bettornya. Permainan Yang Di Sediakan Dewi365 Juga sangat banyak Dan menarik dan Peluang untuk memenangkan Taruhan Judi online ini juga sangat mudah . Mainkan Segera Taruhan Sportbook anda bersama
Agen Judi Bola Bersama Dewi365 Kemenangan Anda Berapa pun akan Terbayarkan. Tersedia 9 macam permainan seru yang bisa kamu mainkan hanya di dalam 1 ID saja. Permainan seru yang tersedia seperti Poker, Domino QQ Dan juga
BandarQ Online. Semuanya tersedia lengkap hanya di ABGQQ. Situs ABGQQ sangat mudah dimenangkan, kamu juga akan mendapatkan mega bonus dan setiap pemain berhak mendapatkan cashback mingguan. ABGQQ juga telah diakui sebagai
Bandar Domino Online yang menjamin sistem FAIR PLAY disetiap permainan yang bisa dimainkan dengan deposit minimal hanya Rp.25.000. DEWI365 adalah
Bandar Judi Bola Terpercaya & resmi dan terpercaya di indonesia. Situs judi bola ini menyediakan fasilitas bagi anda untuk dapat bermain memainkan permainan judi bola. Didalam situs ini memiliki berbagai permainan taruhan bola terlengkap seperti Sbobet, yang membuat DEWI365 menjadi situs judi bola terbaik dan terpercaya di Indonesia. Tentunya sebagai situs yang bertugas sebagai
Bandar Poker Online pastinya akan berusaha untuk menjaga semua informasi dan keamanan yang terdapat di POKERQQ13. Kotakqq adalah situs
Judi Poker Online Terpercayayang menyediakan 9 jenis permainan sakong online, dominoqq, domino99, bandarq, bandar ceme, aduq, poker online, bandar poker, balak66, perang baccarat, dan capsa susun. Dengan minimal deposit withdraw 15.000 Anda sudah bisa memainkan semua permaina pkv games di situs kami. Jackpot besar,Win rate tinggi, Fair play, PKV Games
Comments
Hi Patrick,
I forwarded your question to the developer of the media player plugin.
Best,
Lotje
Did you like my answer? Feel free to
Hi Patrick,
Have you installed VLC at its default location on the new machine (it needs to be in Program Files (x86)\Videolan etc.). Also, could you tell me if a traceback is printed in the debug window of OpenSesame? (probably not, but better to ask anyway). I have a hunch that you are missing a library of VLC, or that the module can't find it in Windows 8. I don't have Win8 and thus haven't had the chance to test the plugin on there yet, so have no way to dive into this myself for now.
Best,
Daniel
Hi Daniel,
That proved to be a simple yet effective solution to the error report (I saw no traceback). However, if I want to run the experiment in full screen, I only hear sound (I don't have that problem when I run it 'in window'). Do you have any idea what's going on?
Regards,
Patrick
Hi Patrick,
Yes, that is a problem I am still struggling with as well. What the plugin actually does is 'hijack' the window away from the OS backend that is drawing the stimuli and display the movie in the window. When the player has finished playback, it gives the window back to the backend to continue as before. The problem is that some backends do not really allow the window to be hijacked, and this differs per windows version (in Linux all backends worked fine after my latest tests). The only solution I can give at the moment for this problem is to change backends and see which one works for you. In Windows XP I had success with the expyriment backend and a black screen with the legacy backend, but on a Windows 7 machine I had exactly the opposite result.
The python support of VLC remains limited, so I don't know if I'll ever be able to solve this problem using that player. In the near future I plan to write a new plugin based on the AVBin libraries which offer much more extensive possibilities and should enable me to get things working for every backend.
Best,
Regardless of my previous e-mail, I've looked into this matter and found a nice work-around. As you mentioned, movie playback works fine in windowed mode, which you can let mimick fullscreen mode by the following back-end tweaks.
A word of warning before I begin: only do it this way if the timing of your experiment is not critical! Displaying in windowed mode probably has worse timing characteristics than fullscreen mode. If you are doing some time-critical RT measurements somewhere in your experiment these will probably contain a lot more noise due to display timing fluctuations in windowed mode!
That being said, to mimick fullscreen mode:
With these settings I managed to run my experiment in fullscreen and have perfect movie playback with each backend.
Let me know if it works!
Hi Daniel,
If I choose the Xpyriment Back-end, it does not display the options in Back-end settings you talk about. However, if I choose the Legacy backend, it displays the options you mention, and OpenSesame displays the experiment as if it were in fullscreen mode. On the side, I didn't even need to run the experiment in windowed mode, because with the Legacy Back-end I could also successfully tun the experiment in fullscreen mode.
Thanks for your help!
Patrick
I try to run the vlc-plugin on a Linux system (Lubuntu 13). I have the latest version of VLC installed (VLC media player 2.0.8 Twoflower) in the default location and have the plugin installed in the plugin folder (updating opensesame to the latest version did not seem to add this plugin automatically; and OpenSesame tells me that there is a newer version; but that's another issue). Unfortunately I still get the following error message:
Any idea what may be going wrong?
Hi Frouke,
I'm guessing you don't have the VLC python bindings installed. You can get these from here:
There are multiple versions, but I think you need to pick the one that matches your version of the VLC player, which needs to be installed as well (but already is in your case).
To install the Python bindings, simply put
vlc.py
in any Python-path folder, or themedia_player_vlc
folder.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
I think I am one step further to solving the problem. I copied the file to every python and media_player_vlc folder I could find, but the problem persists. But then I noticed that there was also a message 'permission denied' in the debug window. So I started opensesame with sudo ('sudo opensesame'), and this time it all worked. The issue now is going to be to find out for which folder I need to set permissions to all users...
Thanks!