Hi,
We are working on DM3730 based BeaglexM Board. We are new gstreamer and DSP.
We installed DVSDK 4.01 in BeaglexM Board.
We were able to play local video file (320x240@30fps , 1280x720@30fps ) using gstreamer.
Similarly we are able to play smoothly network stream video file of resolution 1280x720@30fps on DVI interface.
But, when we are streaming an video files of resolution 320x240@30fps, the display is not smooth. It is playing for 2-3 seconds and then stopping for other 2-3 seconds and playing.....
We had used the following command for decoding:
gst-launch -v udpsrc uri="udp://192.168.1.40:5544" ! mpegtsdemux ! queue ! h264parse ! TIViddec2 ! tidisplaysink2
With the same command we are able to play smoothly input stream video of resolution 1280x720@30fps.
We tried with TIDmaiVideoSink element also......but still the same.
Host Side:
We are streaming an TS file (video of resolution 320x240@ 30 fps MPEG-TS encapsulation) using VLC Player.
Help us in resolving this issue.
Regards
SudhirKumar.Reddipalli