<html><head></head><body>Why not "prefetch,cache" ?<br><br><div class="gmail_quote">Le 28 octobre 2019 13:51:27 GMT+02:00, "Hugo Beauzée-Luyssen" <hugo@beauzee.fr> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">We can't do it through vlc_stream_NewURL as it will include the<br>skiptags filter<hr> modules/meta_engine/taglib.cpp | 3 +++<br> 1 file changed, 3 insertions(+)<br><br>diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp<br>index c71a66ca58..82443f057c 100644<br>--- a/modules/meta_engine/taglib.cpp<br>+++ b/modules/meta_engine/taglib.cpp<br>@@ -842,6 +842,9 @@ static int ReadMeta( vlc_object_t* p_this)<br>     free( psz_uri );<br>     if( p_stream == NULL )<br>         return VLC_EGENERIC;<br>+    stream_t* p_filter = vlc_stream_FilterNew( p_stream, "prefetch" );<br>+    if( p_filter )<br>+        p_stream = p_filter;<br> <br>     VlcIostream s( p_stream );<br>     f = FileRef( &s );</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>