[vlc-devel] Dash Access Plugin status ?

Frederic YHUEL fyhuel at viotech.net
Wed Oct 5 12:09:55 CEST 2011


On Fri, Sep 30, 2011 at 3:54 AM, Christopher Mueller
<christopher.mueller at itec.uni-klu.ac.at> wrote:
> Hi
>
> Today I had time to integrate the changes as requested. Hopefully I have
> not overseen something if so it was not my intent. The patch should also
> fix your problem Frederic because the plugin uses now the vlc xml api. I
> hope that I have some time next week then I will integrate the buffer and
> some other stuff from another branch into this one.

Hopefully it will be merged!

It doesn't compile on amd64, but it does if you replace "unsigned int"
by "size_t" somewhere (same issue with the previous patch):


--- a/modules/stream_filter/dash/http/HTTPConnectionManager.h
+++ b/modules/stream_filter/dash/http/HTTPConnectionManager.h
@@ -51,7 +51,7 @@ namespace dash
                 bool                closeAllConnections ();
                 bool                closeConnection     (IHTTPConnection *con);
                 IHTTPConnection*    getConnection       (std::string url);
-                int                 read                (Chunk
*chunk, void *p_buffer, unsigned int len);
+                int                 read                (Chunk
*chunk, void *p_buffer, size_t len);


Best Regards,
--
Frédéric Yhuel



More information about the vlc-devel mailing list