<div dir="ltr">Hi,<div><br><div>I'm Ghizlane, and I just discovered the module gstcef in open source under github :<br></div></div><div><a href="https://github.com/centricular/gstcefsrc">https://github.com/centricular/gstcefsrc</a><br></div><div><br></div><div>It's really great because it's a project that will help me a lot to get the audio but also the video I want to send to an RTSP server.<br><br>In rtsp the audio and the video are not muxed but a SDP declares the audio and video flows in a first exchanges (always in RTSP).<br><br>Then each one is retransmitted separately by RTP.<br><br>Starting from the pipeline that they propose for the test, I tried several variants and now I have the following pipeline:<br><br><b>gst-launch-1.0</b> <b>cefsrc url =</b> file: /// .....! queue max-size-buffers = 500 ! <b>cefdemux</b> name = d <b>d.video </b>! video / x-raw, format = BGRA, width = 1280, height = 720, framerate = 30/1! queue max-size-buffers = 500 ! videoconvert! videorate max-rate = 2500! videoscale! x264enc bitrate = 2500 tune = zerolatency speed-preset = superfast key-int-max = 60! mux.<b> d.audio </b>! audio / x-raw, channels = 1, rate = 48000! queue max-size-buffers = 500 ! audioconvert! audiorate! voaacenc bitrate = 96000 ! <b>rtspclientsink</b> debug = 1 latency = 0 stream-name = "...." <b>location = rtsp: </b>// ....<br></div><div><br></div><div>You will recognize the beginning; but the end has been cut in half for each Audio and Video stream. Indeed, I use cefdemux module because I have to convert video to H264 and audio to AAC-LC separately.<br></div><div><br></div><div><div class="gmail-gs" style="margin:0px;padding:0px 0px 20px;width:1437px;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:medium"><div class="gmail-"><div id="gmail-:39e" class="gmail-ii gmail-gt" style="font-size:0.875rem;direction:ltr;margin:8px 0px 0px;padding:0px"><div id="gmail-:39d" class="gmail-a3s gmail-aXjCH" style="overflow:hidden;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:small;line-height:1.5;font-family:Arial,Helvetica,sans-serif"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>For each stream, it performs a RTSP request separately but I do not think this way is the most ideal.<br><br>According to you, do you think it is possible to recover the A / V streams once converted to the rtspclientsink module in order to make only one rtsp request?<br><br>Thank you very much for your return.<br><br>Best regards<br>Ghizlane<div class="gmail-yj6qo"></div><div class="gmail-adL"><br></div></div></div></div></div><div class="gmail-adL"></div></div></div><div class="gmail-hi" style="border-bottom-left-radius:1px;border-bottom-right-radius:1px;padding:0px;width:auto;background:rgb(242,242,242);margin:0px"></div></div></div><br class="gmail-Apple-interchange-newline"></div></div>