<font size=2 face="sans-serif">Hi,</font>
<br><font size=2 face="sans-serif">I got a problem when using gst-rtsp-server.
The goal of my application is to dynamiclly add/remove elements/pipelines
after tee. The pipeline can be simplified like this:</font>
<br>
<br>
<br><font size=2 face="sans-serif">rtpsrc->rphh264depay->h264parse->tee
->...</font>
<br><font size=2 face="sans-serif">         
               
               
 ->...</font>
<br>
<br><font size=2 face="sans-serif">The method to add and remove element
is according to the code on github.(</font><a href="https://github.com/sdroege/gst-snippets/blob/master/dynamic-tee-vsink.c"><font size=2 face="sans-serif">https://github.com/sdroege/gst-snippets/blob/master/dynamic-tee-vsink.c</font></a><font size=2 face="sans-serif">)</font>
<br>
<br><font size=2 face="sans-serif">When I link fakesink, filesink and autovideosink
dynamiclly with tee, they work fine together all.</font>
<br><font size=2 face="sans-serif">But when linking gst-rtsp-server, something
went wrong.</font>
<br>
<br><font size=2 face="sans-serif">the pipeline is like this:</font>
<br>
<br><font size=2 face="sans-serif">rtpsrc->rphh264depay->h264parse->tee->queue->inter_sink/inter_src->queue->rtph264pay->...</font>
<br><font size=2 face="sans-serif">[          
    my pipeline              
 ]                  
   [    gst-rtsp-server pipeline...   ]</font>
<br>
<br><font size=2 face="sans-serif">If there's no stream playing in my pipeline,
it's ok when I view with vlc.</font>
<br><font size=2 face="sans-serif">However, if I firstly link [queue->avdec_h264->autovideosink]
to the tee and the autovideosink shows the media well. Then I dynamiclly
link the rtsp-server with tee like the pipeline shown above and view it
with vlc. The stream data is blocked and I have to wait about 10-30s when
I see the stream in vlc. And then, the latency of stream shown in vlc may
be 10s or more, and the media in autovideosink is stopped. After I </font>
<br><font size=2 face="sans-serif">closed vlc, the autovideosink plays
normally again.</font>
<br>
<br><font size=2 face="sans-serif">I don't know where the problem is. Do
you have any idea with it?</font>
<br><font size=2 face="sans-serif">I use gstreamer 1.13.91.</font>
<br>
<br><font size=2 face="sans-serif">Thnaks.</font>
<br>
<br><font size=2 face="sans-serif">Junjie Yuan</font>
<br><font size=2 face="sans-serif">Shanghai, China.</font>