<div dir="ltr"><div><div><div><div><div><div><div>hi,<br><br></div>I am facing some issues with http streaming case, for some streams, I have observed that sometimes only audio is heard, video is not shown.  sometimes both video and audio are seen well. This I have seen for mpg/mpeg files.<br>
<br></div><div>I am using 0.10.36 version and using playbin2 for the application.<br></div><div></div><br></div>On analysis, i have found that the issue comes from typefind elements.<br><br></div>for only audio case, some data is used for analysis, then it detects audio/mpeg format  which further creates audio only pipeline. (data size greater than 2kb but less than video case below).<br>
<br></div>for the cases of audio/video, httpsrc gives in first iteration some data to typefind which is less that 2kb( min limit in typefind) then it asks for more data, then in next iteration gives more data which is sufficient to detect the video format (video/mpeg) then both audio/video pipelines are created.( good case).<br>
<br></div>Has anybody faced such issue?<br><br></div><div>Shouldn't we wait  either for max probability(100 %) or greatest probability found for the maximum data size set in typefind/eos ( if file is smaller in size) before declaring typefind results? <br>
</div><div></div><div><br></div><div>should I go for bug filing for it?<br><br></div><div>BR/satish<br></div></div>