<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi dev<div class=""><br class=""></div><div class="">I have a one question.</div><div class=""><br class=""></div><div class="">Now my rtsp-server launch line is “( videotestsrc ! tee name=t ! queue ! x264enc tune=zerolatency ! rtph264pay name=pay0 pt=96 t. ! queue ! x264enc tune=zerolatency ! rtph264pay name=pay1 pt=97 )”</div><div class=""><br class=""></div><div class="">And my client launch line is "rtspsrc location=<a href="rtsp://127.0.0.1:8554/test" class="">rtsp://127.0.0.1:8554/test</a> ! rtpptdemux name=demuxer demuxer. ! queue ! rtph264depay ! h264parse ! mp4mux ! flesink location=./ss.mp4 demuxer. ! queue ! rtph264depay ! h264parse ! mp4mux ! filesink location=./ss2.mp4”</div><div class=""><br class=""></div><div class="">But after connect client to the server, I got error.</div><div class=""><br class=""></div><div class="">So my question :</div><div class="">How to separate rtsp payload that consist of multiple branch of pipelines in client side?</div><div class=""><br class=""></div><div class="">Thanks for reading</div></body></html>