Thank you for reply.
Because another problem is found I will continue to investigate here.
I tried command below, but same error has occurred.
command :
Code:
~ # gst-launch \
> filesrc location=/media/mmcblk0p1/mediafile.mp4 ! \
> qtdemux name=demuxer \
> demuxer. ! queue [b]max-size-buffers=0 max-size-time=0[/b] ! mfw_vpudecoder ! mfw_isink \
> demuxer. ! queue [b]max-size-buffers=0 max-size-time=0[/b] ! ffdec_aac ! alsasink
I've been testing the gstreamer that I build from source code.
I tried to use the gstreamer that Digi has to offer, and has succeeded in video playback of HD @ 30fps.
command :
Code:
~# gst-launch \
> filesrc location=/media/mmcblk0p1/mediafile.mp4 ! \
> qtdemux name=demuxer \
> demuxer. ! queue ! mfw_vpudecoder ! mfw_v4lsink \
> demuxer. ! queue ! [b]mfw_aacdecoder[/b] ! alsasink
I'll verify if there are some problems in building gstreamer-plugins.