<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 28 déc. 2022, 15 h 15, Bill Hofmann via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Folks:</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">On 1.21.3, with a build that I have verified includes vah265dec, with a graph that looks like:<br><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_default"><font face="monospace" size="1">playbin3 uri="<a href="http://127.0.0.1/foo.m3u8" target="_blank" rel="noreferrer">http://127.0.0.1/foo.m3u8</a>"</font></div><div class="gmail_default"><font face="monospace" size="1">    video-sink="kmssink name=kmssink0 connector-id=308 plane-id=31 skip-vsync=true"</font></div><div class="gmail_default"><font face="monospace" size="1">    audio-sink="volume name=volume0 volume=0.01 ! alsasink name=alsa device=plughw:CARD=PCH,DEV=3"</font></div></blockquote><div class="gmail_default" style="font-family:verdana,sans-serif"></div><div class="gmail_default"><font face="verdana, sans-serif">I note that it looks like avdec_h265 is getting picked for the decoder, and it is having problems keeping up with the stream. I know (from a hand-built graph) that the VA versions keep up reasonably well (4k h265 Main10 L5.1 stream).</font></div><div class="gmail_default"><font face="verdana, sans-serif"><br></font></div><div class="gmail_default"><font face="verdana, sans-serif">I recall that there was some way of changing priorities of different plugins, but for the life of me, can't find out where that is documented.</font></div><div class="gmail_default"><font face="verdana, sans-serif"><br></font></div><div class="gmail_default"><font face="verdana, sans-serif">Any hints?  Perhaps this belongs somewhere in the decodebin/playbin docs?</font></div><div class="gmail_default"><font face="verdana, sans-serif"><br></font></div><div class="gmail_default"><font face="verdana, sans-serif">Gonna be moving to uridecodebin3, for other reasons, but I expect I'd have the same problem there.</font></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">This is the new VA plugin, we are just an air from being able to deprecate the old one, meanwhile, you have to rank it. From command line (hopefully I got the env name right):</div><div dir="auto"><br></div><div dir="auto">export GST_PLUGIN_FEATURE_RANK=vah265dec:9999</div><div dir="auto"><br></div><div dir="auto">Nicolas</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default"><font face="verdana, sans-serif"><br></font></div><div class="gmail_default"><font face="verdana, sans-serif">-Bill</font></div></div>
</blockquote></div></div></div>