This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: GStreamer pipeline issue

Part Number: AM5728

I'm trying to get a streaming application going, streaming from an AM5728 EVM to a browser page.  I would like to do the compression using one of the ducati compression implementations, e.g. ducatih264enc.  I can't make this work.

I have been able to make this work using theora, e.g.:

gst-launch-1.0 -v videotestsrc ! theoraenc ! oggmux  ! tcpserversink host="192.168.1.8" port=5000

This however does the encoding in the main micro, not the DSP, so performance-wise it doesn't handle actual video from a camera.

Can anyone provide an example pipeline that uses one of the ducati compression implementations, that provides a video stream viewable in a webpage? 

Best regards,

Bob.