<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>I think you might need an RTP Payloader between your jpeg encoder
and your rtspclientsink. I've never used the rtspclientsink
though, and I'm not sure what it does. You probably want to look
at the RTSP Server code / tests to re-stream a stream to multiple
clients. Or look into just using RTP.</p>
<p>Also streaming jpegs at a high frame rate might be really laggy.<br>
</p>
<div class="moz-cite-prefix">On 4/13/2021 8:31 AM, Thirumoorthy
Ganesan wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAEiKitPm_RGdDLTgw52idHok40K2M4-Ybzipg_mzXdJSbmb4kg@mail.gmail.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div dir="ltr">Hi Team,
<div><br>
</div>
<div>We tried to execute Gstreamer pipeline in Android for both
play and restream at same time from rtspsrc but only play is
working but unable to restream to rtspclientsink. Please find
below our pipelink example for your reference.</div>
<div><br>
</div>
<div> <span style="font-family:Menlo,Monaco,Consolas,"Courier New",Courier,monospace;font-size:13.0667px;font-weight:700;white-space:pre">rtspsrc location=rtsp://<a href="http://wowzaec2demo.streamlock.net/vod/mp4" moz-do-not-send="true">wowzaec2demo.streamlock.net/vod/mp4</a> latency=0 name=src src. \</span></div>
<div><span style="font-family:Menlo,Monaco,Consolas,"Courier New",Courier,monospace;font-size:13.0667px;font-weight:700;white-space:pre">! decodebin ! videoconvert ! autovideosink src. ! videoconvert ! jpegenc \</span></div>
<div><span style="font-family:Menlo,Monaco,Consolas,"Courier New",Courier,monospace;font-size:13.0667px;font-weight:700;white-space:pre">! rtspclientsink location=rtsp://serverip</span></div>
<div><br>
</div>
<div>Please help us, How to do it below statement a single
pipeline.</div>
<div> <b>*Receive rtsp stream then re-stream as rtsp and play
at the same time</b></div>
<div> </div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
</body>
</html>