<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>On 03/06/2018 03:30 PM, Mohammad Hadi wrote:<br>
</p>
<blockquote type="cite"
cite="mid:64407127.10838292.1520346602870@mail.yahoo.com">
<div style="font-family:Helvetica Neue, Helvetica, Arial,
sans-serif;font-size:16px;">
<div>I have a linux-based embedded board and I want to use it as
a streamer relay. I want to restream a rtsp video to udp (and
vice versa) on the embedded board. The rtsp stream comes from
an IP camera and the udp stream packets should be delivered to
a desktop PC:</div>
<div><br>
</div>
<div>Camera ---(rtsp)--> Embedded Board --(udp)-->Desktop
PC</div>
</div>
</blockquote>
<br>
For this path, you could instantiate a rtsp-server on the embedded
board, which would<br>
expose a RECORD mount point and, using set_launch on the associated
media factory,<br>
redirect this to a udpsink.<br>
<br>
The camera would then have to send a RECORD command to the server
and stream<br>
its video to it.<br>
<br>
<blockquote type="cite"
cite="mid:64407127.10838292.1520346602870@mail.yahoo.com">
<div style="font-family:Helvetica Neue, Helvetica, Arial,
sans-serif;font-size:16px;">
<div><br>
</div>
<div>Similarly, the reverse path is:</div>
<div><br>
</div>
<div>Camera <---(rtsp)-- Embedded Board <--(udp)--Desktop
PC<br>
</div>
</div>
</blockquote>
<br>
What do you intend to send back to the camera?<br>
<br>
<blockquote type="cite"
cite="mid:64407127.10838292.1520346602870@mail.yahoo.com">
<div style="font-family:Helvetica Neue, Helvetica, Arial,
sans-serif;font-size:16px;">
<div><br>
</div>
<div> I used gst-launch package and tried many commands but
achieved no success. Any working command?<br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<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>
<br>
</body>
</html>