Movies aren't played. Matlab crushed even when I tried to run "SimpleMovieDemo".
I've done all recommendations suggested when running on Windows in this post: https://github.com/Psychtoolbox-3/Psychtoolbox-3/issues/234. I use "matlab.exe -nojvm", and tried many combinations of java, GStreamer and Matlab versions.
I still get this error when simply running "SimpleMovieDemo":
PTB-ERROR: Due to failed GStreamer initialization, the movie playback engine is disabled for this session.
Error in function OpenMovie: Usage error
GStreamer initialization failed due to library loading problems. Aborted.
Error using Screen
Usage:
[ moviePtr [duration] [fps] [width] [height] [count] [aspectRatio]]=Screen('OpenMovie', windowPtr, moviefile [, async=0] [, preloadSecs=1] [, specialFlags1=0][, pixelFormat=4][,
maxNumberThreads=-1][, movieOptions]);
Error in SimpleMovieDemo (line 49)
movie = Screen('OpenMovie', win, moviename);
Please help me display movies via Matlab PTB.