Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Video Play Error: (2 Items)
   
Video Play Error  
Hello,

I have Salvator-XS board(m3n processor) and I try play .mp4 video on this board. I installed below package on 
qnxsoftware:

- QNX SDP 7.1 Multimedia - Encode and Casting
- QNX SDP 7.1 Multimedia - Media Renderer API
- QNX SDP 7.1 Multimedia - MP4 Container Support
- QNX SDP 7.1 Multimedia - MP4 Muxer Support
- QNX SDP 7.1 Multimedia - Playback
- QNX SDP 7.1 Multimedia - Resource Arbiter
- QNX SDP 7.1 Multimedia - RTP Input Support
- QNX SDP 7.1 Multimedia - RTP Output Support
- QNX SDP 7.1 Multimedia - RTSP Input Support
- QNX SDP 7.1 Multimedia - Screen Output Support
- QNX SDP 7.1 Multimedia - Stream Buffering Support
- QNX SDP 7.1 Multimedia - Stream Reading Support
- QNX SDP 7.1 Multimedia - Stream and Casting Server
- QNX SDP 7.1 Multimedia - Video Thumbnail Output Support

And I added .scripts on this site to my .build file
https://www.qnx.com/developers/docs/7.1/index.html#com.qnx.doc.mm.target_images/topic/script.html

Also I added code lines on this site to my .build file:
https://www.qnx.com/developers/docs/7.1/index.html#com.qnx.doc.mm.target_images/topic/contents.html

After I copied test.mp4 file to USB-Flash and and I mounted flash this command:
'mount -t dos /dev/hd0t11 /tmp/'

And go to /tmp folder. Run this command:
'mmrplay -a "" -v screen: /tmp/test.mp4'

Board return this:
'/tmp/test.mp4: error 5 "MMR_ERROR_UNSUPPORTED_MEDIA_TYPE" (mmf#4047,"Can't build graph")'

Any suggestion?

Best Regards,
Serhat
Attachment: Text slog2info 27.36 KB
Re: Video Play Error  
You have various errors in the log, the first, AFAICT, being a SCSI I/O error, which usually points to trouble with HW.

-- Michael