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 & audio file using gstreamer
gst-launch filesrc location=$filename ! qtdemux name=demux demux.audio_00 ! queue max-size-buffers=8000 max-size-time=0 max-size-bytes=0 ! TIAuddec1 ! alsasink demux.video_00 ! queue ! TIViddec2 padAllocOutbufs=TRUE ! TIDmaiVideoSink videoStd=720p_60 videoOutput = AUTO numBufs=5
We tried to play through network stream using RTSP protocol:
Server side is VLC streaming in RTSP mode.
Client side I am using DM3730 based BeaglexM Board.
Command used to receive and play is
gst-launch-0.10 rtspsrc -v location=rtsp://192.168.10.1:5544/stream ! decodebin ! autovideosink
We were able to watch video on DVI interface but it is very slow, since the load is on ARM processor.
How could we used TI DSP codec's for playing RTSP input stream?
Regards
SudhirKumar