[vlc-devel] [PATCH] add in ability to read from any part of a file descriptor.

Kevin Whitaker kevin at lisnr.com
Tue Jan 5 15:35:43 CET 2016


Incoming from the android mailing list, this patch is intended to
allow vlc to play from any point in a file descriptor.

This is important on android because android assets are only
accessible by inputstream or by way of a file descriptor that
represents all the assets squished together. The Android asset manager
gives a file descriptor, offset, and length that allows programs to
find the right asset. I've tested this and have gotten it to play
videos that were stored as assets, but this is my first time working
in the vlc codebase, so let me know if everything is fine.

-- 

Kevin Whitaker
Application Engineer | LISNR
kevin at lisnr.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-add-in-ability-to-read-from-any-part-of-a-file-descr.patch
Type: text/x-patch
Size: 5548 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20160105/1bd8f92d/attachment.bin>


More information about the vlc-devel mailing list