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.

Ethernet-Streaming without the long caps config(string)

Other Parts Discussed in Thread: TMS320DM368, TMDXEVM368

Hello everybody!

I would like to know whether there is a way to stream over ethernet without using the long caps config(string) described in the examples-wiki (http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines#Network_Streaming).

I want to receive a stream from a VLC-Player with my DaVinci-Board, and therefore I think I do not have this caps parameter given (or is there a way to get it from vlc?). The stream is given in an mpegts-container.

Here is my latest try:

gst-launch udpsrc uri="udp://239.255.1.1:5005/255"  caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP4V-ES, profile-level-id=(string)1" ! rtpmp2tdepay ! decodebin !  queue !  TIDmaiVideoSink useUserptrBufs=true numBufs=3 videoStd=720P_60 videoOutput=component sync=false hideOSD=true -v

I would appreciate any help. If you need further information, don't hesitate to ask!

Many thanks in advance!

Gustav