Hi,<br>
<br>
I need to use an element to split pipeline in two (one for my own use, for data acquisition, and one for gst-rtsp-server). As suggested in another thread, I tried intervideosink/src, and it works well.<br>
Unfortunately, I can't use this solution because intervideosink only accept raw format for sink pad, and in my first pipeline, I use h264 video. Do you know if there is a generic element which accepts various kind of format, or should I edit intervideosink/src elements to change their caps? I have also seen fdsink/src and appsink/src, but neither of them seems as simpler to use as intervideosink/src. <br>
<br>
Thank you for your time,<br>
<br>
Amaury