Page 1 of 1

Reading videos from the iOS native photo gallery

Posted: 07 Jan 2015 14:53
by norel
Hi all,


I am trying to read videos from the iOS native photo gallery with MobileVLCKit. (Media readable in the Photo application, coming from the Camera)

In the current version, I use AVPlayer, which reads local assets using asset URIs.

Example of asset URI : assets-library://asset/asset.MOV?id=1000000116&ext=MOV

When I try to open the same URL, VLC just logs "core input error : open of 'assets-library://url' failed".

Do you have an idea?


Thanks!

Re: Reading videos from the iOS native photo gallery

Posted: 08 Jan 2015 19:41
by Jean-Baptiste Kempf
VLC does not support assets-library protocol.

Re: Reading videos from the iOS native photo gallery

Posted: 12 Jan 2015 11:33
by norel
Thanks for your answer, I had to use another player for those files :)

Re: Reading videos from the iOS native photo gallery

Posted: 18 Jan 2015 08:10
by Jean-Baptiste Kempf
Or code it into VLC.