Error while playing MP4 video on i.MX-SOLO

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error while playing MP4 video on i.MX-SOLO

1,519 Views
nagamaheshg
Contributor III

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

[Playing  ][Vol=01][01:07:27/01:31:03][fps:0]vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

  Aborted by signal Interrupt...

VS0 destroyed, force=0!

[--->FINALIZE isink

hwbuf allocator zone(356352) destroied.

[--->FINALIZE aiurdemux

fsl_player_stop()

player_exit(): No more multimedia files, exit.

root@phyBOARD-SUBRA-iMX6:/mnt

Labels (1)
4 Replies

560 Views
igorpadykov
NXP Employee
NXP Employee

Hi Nagamahesh

please look at suggestions provided on

Getting vss/mfw_gst_vss_common.c:1003 ioctl error, return -1

https://bugzilla.yoctoproject.org/show_bug.cgi?id=5331

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

560 Views
nagamaheshg
Contributor III

Our main requirement was to playback any mp4 video with  resolution of 1024x768 @50 Hz on i.MX6-SOLO .

  $gplay Demo.MP4

is the command which we are giving to play the video.

The Video type is MPEG-4 video (video/mp4) and Video Codec is H.264 and Audio Codec is MPEG-4 AAC.

The Images are built with PTXdist buildsystem, We are assuming memory leak with these  Images.

  We tried to play the MP4 video with different resolutions.

  When we played MP4 video with 720 x 480 resolution of 2 minute length,  the occupied memory is getting free from RAM.

  So, we thought playing high resolution video is the issue, as we earlier played 1280*720 resolution of 1.01 hour length video .

  But when we played MP4 videos with different resolution of 1 hour length, we faced the same issue, but now the memory

  consumption by RAM is slow for less resolution videos.

We checked the memory consumption with free command.

0 Kudos

560 Views
igorpadykov
NXP Employee
NXP Employee

old BSPs have problems with memory leak, please try with latest nxp BSPs on:

i.MX 6 Series Software and Development Tool|NXP

~igor

0 Kudos

560 Views
nagamaheshg
Contributor III

Hi Igor,

I have tested on the latest Ycoto BSP with the below command, but the HD video is playing very slow and got below error:

$gst-launch-1.0 filesrc location=Demo.mp4 ! qtdemu  ! h264parse ! v4l2video1dec ! videoconvert ! videoscale ! fbdevsink sync=trueux

*****************************************************************************************************************

WARNING: from element

/GstPipeline:pipeline0/GstFBDEVSink:fbdevsink0: A lot of buffers are

being dropped.

Additional debug info:

PD15.3.0/build/tmp-glibc/work/cortexa9hf-vfp-neon-phytec-linux-gnueabi/gstreamer1.0/1.4.5-r0/gstreamer:

There may be a timestamping problem, or this computer is too slow.

********************************************************************************************************************

0 Kudos