<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">Le 14 mars 2018 04:57, "deepthips" <<a href="mailto:deepthips@tataelxsi.co.in">deepthips@tataelxsi.co.in</a>> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried to play a 4k h265 video using both playbin and playbin3 using<br>
gst-launch. Video played properly when using playbin3 but not when using<br>
playbin (got stuck in READY state).<br>
The pipeline created internally (by both playbin and playbin3) is filesrc !<br>
tsdemux ! h265parse ! avdec_h265 ! glimagesink<br>
The stream is about 800 MB in size.<br>
<br>
Then for experimentation, I truncated the stream to about 200MB and found<br>
that playbin can play the stream.<br>
<br>
Is there any high bit rate issue or buffering issue related to playbin.?  Is<br>
there any additional option to be supplied along with gst-launch for<br>
playbin?<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Yes, the maximum queue size is hard-coded to avoid memory attacks, while in plabin3, it is also limited, but base on a different queueing model. Could be something else of course in this case, but this is likely. We update these from time to time, e.g. to accommodate recent 4K and I-Frame / Lossless streams.</div><div dir="auto"><br></div><div dir="auto">In case of TS though, very often the muxer is at fault, the audio and the video are too far from each other, and would require a rediculously large buffer to synchronize.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div></div></div>