Movieplayer duration not

I have a list of videos that must be sequentially played. They have different durations, and the user can change them at will.

The MoviePlayer component, under Raspbian Stretch or Jessie, is not triggering the Stop or Play Events. It only triggers the Open event.
It also does not report back the “Duration” or “Position” value. The autoloop property is ignored. The controller
Because of the above, I can not play the sequence automatically. It never reports back the “Stop” event, and I can’t hardcode the durations and names of the videos, all mp4 files.
The application is working perfectly under windows but for the raspberry it does not.

Is there any special way of using this component? Any help is appreciated.