<div dir="ltr">Hi <div><br></div><div>thanks for the answer. interaudiosink/src sounds interesting. It is one approach I was thinking about implementing it by myself.</div><div>Yes, I would like to have a steady rtp stream between two telephone calls with the option to start, pause and resume playbacks and recordings via DTMF. Technically it seems unexpected hard to do with gstreamer, though<br>
</div><div><br></div><div>But isn't interaudiosink actually a hack? I haven't read the sources of interaudiosink/src yet, but shouldn't elments have the ability to be paused/seeked independent of the rest of the pipeline? </div>
<div><br></div><div>wbr</div><div>Sven </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/6 Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 2013-08-05 at 16:55 +0200, Sven Heyll wrote:<br>
<br>
Hi,<br>
<div class="im"><br>
> this is what I would like to do:<br>
><br>
><br>
> RTP/UDP SRC ---> GstAdder ----> Some Audio Processing ---> RTP/UDP<br>
> SINK<br>
><br>
><br>
> Every now and then I'd like to dynamically add a playback:<br>
><br>
><br>
> RTP/UDP SRC ---> GstAdder ----> Some Audio Processing ---> RTP/UDP<br>
> SINK<br>
>                    /\<br>
>      urdidecode ---||<br>
><br>
><br>
> My question: How would I "pause" and "resume" the uridecoder in the<br>
> second figure.<br>
<br>
</div>Do you really want to pause and resume the uridecodebin part, or add it,<br>
play, and then remove it, and then later add another one again?<br>
<br>
You could do something with the inter elements (interaudiosink/src).<br>
<br>
Cheers<br>
 -Tim<br>
<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>
</blockquote></div><br></div>