<div dir="auto">Hello,<div dir="auto"><br></div><div dir="auto">I am running rtsp server streaming audio and video both on android device.</div><div dir="auto"><br></div><div dir="auto">Pipeline taken from test-multicast.c,</div><div dir="auto"><br></div><div dir="auto"><table style="border-collapse:collapse;border-spacing:0px;color:rgb(240,246,252);font-family:-apple-system,blinkmacsystemfont,"segoe ui",helvetica,arial,sans-serif,"apple color emoji","segoe ui emoji";font-size:14px;background-color:rgb(22,27,34)"><tbody><tr style="background-color:transparent"><td style="padding:0px 10px;line-height:20px;vertical-align:top;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;white-space:pre">gst_rtsp_media_factory_set_launch (factory, "( "</td></tr><tr><td style="padding:0px 10px;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;line-height:20px;min-width:50px;text-align:right;vertical-align:top;white-space:nowrap;width:50px"></td><td style="padding:0px 10px;line-height:20px;vertical-align:top;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;white-space:pre">      "videotestsrc ! video/x-raw,width=352,height=288,framerate=15/1 ! "</td></tr><tr style="background-color:transparent"><td style="padding:0px 10px;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;line-height:20px;min-width:50px;text-align:right;vertical-align:top;white-space:nowrap;width:50px"></td><td style="padding:0px 10px;line-height:20px;vertical-align:top;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;white-space:pre">      "x264enc ! rtph264pay name=pay0 pt=96 "</td></tr><tr><td style="padding:0px 10px;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;line-height:20px;min-width:50px;text-align:right;vertical-align:top;white-space:nowrap;width:50px"></td><td style="padding:0px 10px;line-height:20px;vertical-align:top;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;white-space:pre">      "audiotestsrc ! audio/x-raw,rate=8000 ! "</td></tr><tr style="background-color:transparent"><td style="padding:0px 10px;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;line-height:20px;min-width:50px;text-align:right;vertical-align:top;white-space:nowrap;width:50px"></td><td style="padding:0px 10px;line-height:20px;vertical-align:top;font-family:'ui-monospace','sfmono-regular','sf mono','menlo','consolas','liberation mono',monospace;font-size:12px;white-space:pre">      "alawenc ! rtppcmapay name=pay1 pt=97 " ")");</td></tr></tbody></table></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">When playing the stream in vlc, video statistics for decoded/displayed/lost frames are updated. But audio statistics comes 0 for all.</div><div dir="auto"><br></div><div dir="auto">I want to use audio source as openslessrc to rtpmp4apay . Need help with this pipeline as well.</div><div dir="auto"><br></div><div dir="auto">Thanks & Regards,</div><div dir="auto">Sapna</div></div>