<div dir="ltr"><div>Hello,</div><div><br></div><div>Does gstreamer support RTSP ANNOUNCE? I would like to use ffmpeg to loop over a file and then have gst-rtsp-server serve the content from ffmpeg.</div><div><br></div><div>My understanding is that ffmpeg can host the content using this command 

<div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Consolas,"Courier New",monospace;font-weight:normal;font-size:14px;line-height:19px;white-space:pre"><div><span style="color:rgb(212,212,212)">ffmpeg -re -stream_loop -</span><span style="color:rgb(86,156,214)">1</span><span style="color:rgb(212,212,212)"> -i </span><span style="color:rgb(86,156,214)">test.mp4</span><span style="color:rgb(212,212,212)"> -c copy -f rtsp -rtsp_transport tcp </span><span style="color:rgb(86,156,214)">rtsp://localhost:8554/test.sdp</span></div></div>

</div><div><br></div><div>but an rtsp server is required to do the actual streaming. Can gst-rtsp-server be used in this case and if so what would the pipeline be?<br></div><div><br></div><div>Thank you<br></div></div>