You don't need the RTP with the MP2T, they are redundant. Just route the encoder output to the MPEGTSMUX and then UDPSINK. You may need a queue or ffmpegcolorspace, but other than that it is simple. MP2T can multiplex several stream types into one logical stream, so you should be able to multiplex all three. However, from my experience, RTP is much more efficient in terms of CPU usage and network bandwidht usage. You might want to question the requirement to use MP2T.<br>
<br><div class="gmail_quote">On Tue, Jan 29, 2013 at 8:54 AM, Ramgopal Kota <span dir="ltr"><<a href="mailto:ramgopalkota@gmail.com" target="_blank">ramgopalkota@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br><br>I have a requirement to stream audio,video,voice data on an MPEG-TS stream.<br>Currently I could successfully do the audio,video part.<br>For voice part I am using G.726 codec. With ffenc_g726 + rtpg726pay & rtpg726depay + ffdec_g726, I could stream from once board to another and encode/decode voice.<br>

The problem is I am not able to link ffenc_g726 with mpegtsmux ..<br>I looked into the SINK & SRC Caps for g726 encoder and mpegtsmux, I did not find audio/x-adpcm caps in the mpegtsmuxer but there is audio/x-lpcm. So I changed audio/x-lpcm to audio/x-adpcm and added required rate/bitrate parameters to mpegtsmux. Still I am getting pipeline linking errors.<br>

<br>Can anyone suggest how to stream G.726 Voice data using MPEG-TS muxer ?<br>Its Ok, if I need to convert to another format like ASF (while googling I found that ASF supports G.726) .. <br><br>Please suggest some pointers how to proceed ?<br>

<br>Thanks in advance,<br>Ramgopal Kota<br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>