<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
can you tell us what pipeline you tried to set up ?<br>
Where does the rtp dtmf comes from ?<br>
<br>
The call back function does not receive event from bus ...<br>
The rtpdtmfdepay plugins gets on its sink pad rtp packets, process them
to extract dtmf number and volume, post a message with those dtmf
informations on bus and output a sound buffer on its src pad.<br>
<br>
If rtp dtmf events are mixed with other rtp streams (pcma voice for
instance), you have to demux your udp stream towards different rtp
depayloader. The rtpdtmfdepay for dtmf payload type, rtppcmadepay for
pcma payload type.<br>
<br>
The first thing to do when working with RTP is to use gstrtpbin.<br>
It will demux the udp stream according to the payload map you provide.<br>
<br>
Aurelien<br>
<br>
Le 27/09/2010 09:34, Parveen Kumar Jain a &eacute;crit&nbsp;:
<blockquote
 cite="mid:AANLkTi=5GLLBJZUcy-VpWjwJkwmUSVQg4dvDFOXO9NnL@mail.gmail.com"
 type="cite">Hi Oliver/Anyone,
  <div>&nbsp;&nbsp;Can you please provide me any sample application or "pipeline
example" for using&nbsp;"rtpdtmfdepay".I was trying to create a pipeline
using "udpsrc" and then linked it to&nbsp;"rtpdtmfdepay".But somehow it is
not working.The call back function is not able to receive any event
from given Bus.</div>
  <div>&nbsp;&nbsp;Can anyone provide any clue what wrong with this ?</div>
  <div><br>
  </div>
  <div>Regards,</div>
  <div>Parveen Jain<br>
  <br>
  <div class="gmail_quote">2010/9/8 Olivier Cr&ecirc;te <span dir="ltr">&lt;<a
 moz-do-not-send="true" href="mailto:olivier.crete@collabora.co.uk">olivier.crete@collabora.co.uk</a>&gt;</span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div class="im">On Wed, 2010-09-08 at 00:08 -0700, newbie wrote:<br>
&gt; This is my first post in this mailing list. i have already
searched the<br>
&gt; archive to find out the answer of my question. But i did not find
it.<br>
&gt; I need to know that can we use GStreamer to receive DTMF from
peer. i have<br>
&gt; seen the plug ins to send DTMF to peer but not able to find the
plug ins to<br>
&gt; receive DTMF.<br>
&gt; If this is possible to receive DTMF using GStreamer then please
share the<br>
&gt; solution for the same.<br>
    <br>
    </div>
DTMF can arrive in two forms, sound or RTP events. You can receive RTP<br>
events with "rtpdtmfdepay". There is also "dtmfdetect" which will try to<br>
detect DTMF in the incoming sound (your mileage may vary).<br>
    <font color="#888888"><br>
--<br>
Olivier Cr&ecirc;te<br>
    <a moz-do-not-send="true"
 href="mailto:olivier.crete@collabora.co.uk">olivier.crete@collabora.co.uk</a><br>
    </font><br>
------------------------------------------------------------------------------<br>
This SF.net Dev2Dev email is sponsored by:<br>
    <br>
Show off your parallel programming skills.<br>
Enter the Intel(R) Threading Challenge 2010.<br>
    <a moz-do-not-send="true"
 href="http://p.sf.net/sfu/intel-thread-sfd" target="_blank">http://p.sf.net/sfu/intel-thread-sfd</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
    <a moz-do-not-send="true"
 href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel"
 target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  <br>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/novell-sfdev2dev">http://p.sf.net/sfu/novell-sfdev2dev</a></pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>