<div dir="ltr"><br><div>I've been experimenting with gst-rtsp-server, and I'm wondering the best way to create a pipeline which both records and streams. </div><div><br></div><div>It seems like I would just tee the h264 video, and send one branch to rtph264pay and the other to my muxer and filesink.  But I want the recording to start on launch, not when the first client connects to the server.</div><div><br></div><div>Is there an easy way to make this happen, or do I need to go in and muck with the server code?</div><div><br></div><div>My initial experiment was to try using gst_rtsp_media_set_suspend_mode to none, in hopes of keeping the pipeline running as clients connected/disconnected but that didn't seem to work as I expected.</div><div><br></div><div>-chris</div><div><br></div></div>