<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,<br>
</p>
<div dir="ltr">On 04/05/17 12:01, J wrote:<br>
<span style="white-space: pre-wrap;">> Searching the archives, I have found several hits where people have
> asked about building an rtsp proxy, but no clear solutions.
>
> Am I missing something obvious? I have a mix of cheap commercial IP
> cameras, and the one thing they have in common is that they all speak
> rtsp. I would guess that *someone* would have written a simple proxy
> that sits on the "router" (in my case, a dd-wrt box, but it could
> easily be replaced with a generic linux box) and proxies
> connections.</span><br>
<div style="font-size:16px">Any pointers please?<br>
<br>
In the past, I've used a small app based on the gst-rtsp-server
test-launch.c<br>
code, and adding mount points that do something like<br>
<br>
rtspsrc location=<a class="moz-txt-link-freetext" href="rtsp://CAMERA-URI">rtsp://CAMERA-URI</a> ! rtph264depay ! rtph264pay
name=pay0<br>
<br>
That avoids re-encoding, and just re-payloads the incoming
datastream and feeds it back out again.<br>
<br>
- Jan.<br>
<br>
</div>
</div>
<blockquote type="cite"
cite="mid:CAFjPfEhzycvK4JROQP39j2wqkMUkYeEdQ-Grsi2pmoidZHHTug@mail.gmail.com"><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>