Hello,

Recently i've managed cross compile Qt libraries with phonon and phonon-backend for my embedded platform. I am trying to play simple video file using qmediaplayer. First i've tried playing sound and it works. Then ive tried play simple avi file and i get following error:

Qt Code:
  1. [root@OMAP3EVM card]# ./qmediaplayer -qws
  2. QSocketNotifier: Invalid socket 11 and type 'Read', disabling...
  3. Aborted
To copy to clipboard, switch view to plain text mode 

After googling i've found tips to get newer version of ffmpeg, i've try it and it doesn't work. Maybe one of you get similar issue.

thanks in advance,

___________
l.kuczera