Hi All,<br><br>I have written an application to play files from http url.<br>I use neonhttpsrc as the src element.<br><br>I want to query the buffering percentage on the currently playing http file.<br>I want to know how much percentage of data is currently available to play and<br>
the percentage of data left.<br><br>I used the gst_query_parse_buffering_percent(query, &amp;busy, &amp;percent) API to query the percent.<br>But this API gives me the percent as 100 and busy as FALSE;<br><br>Can someone please guide me on how to query the buffering percentage on live streaming data?<br>
<br>Regards,<br>Jyoti<br><br>