<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 3, 2016 at 7:56 AM, Kyle Pennington <span dir="ltr"><<a href="mailto:clowd81@gmail.com" target="_blank">clowd81@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I have been wondering the same thing honestly.  To work around this, I have been launching a dummy client using gst-launch-1.0 with an rtspsrc block when I want a recording to start.<br><br>To the best of my knowledge, there is no way to do this with the current implementation of the RTSP server, since the pipeline only pushes data when a client is connected.<br><br>This would be a very useful feature though.  An alternative solution might be to have gst-launch performing the record, and piping the output also into the RTSP server.  This sounds doable in theory, but I haven't delved into things enough to figure out how feasible this setup is.</div><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5"><br></div></div></div></div></blockquote><div><br></div><div>That's the way I ended up doing it... I used a separate application to do the h264 encoding and recording, and then it uses shmsink to send it over to the rtsp-server, which starts/stops as normal.</div><div> </div></div></div></div>