Page 1 of 1

VLC resize issue using MobileVLCKit library

Posted: 16 Sep 2015 13:13
by pvms78
I am working on an application that uses MobileVLCKit for iOS that show many videos of live/recorded cameras. The application have the ability to show multiple videos or a single video feed. During this transition from multi-view to single-view, we make the UIView were the video is playing match full screen, hiding all the other videos.
However, before the UIView starts the animation, the video shrink to a smaller size very quickly and than start the animation normally.
Is this an issue that was already noticed?
I am trying to grab a video to share. Is there an email I could send the link to file?
Thank you

Re: VLC resize issue using MobileVLCKit library

Posted: 22 Sep 2015 09:48
by fkuehne
Sample code or video demonstrating the issue needed indeed. Feel free to use http://streams.videolan.org/upload/

Re: VLC resize issue using MobileVLCKit library

Posted: 22 Sep 2015 22:11
by pvms78
Hi, I've uploaded the file. Name IMG_0268.MOV. Added the description found in this thread. Can you see this file?
thank you

Re: VLC resize issue using MobileVLCKit library

Posted: 01 Oct 2015 21:35
by pvms78
Could you confirm that the files has been uploaded correctly?
Thank you

Re: VLC resize issue using MobileVLCKit library

Posted: 02 Oct 2015 12:55
by fkuehne
Video received :)

This is a weird issue indeed. How are you doing the resizing of the views? Can you share the code involved?

Re: VLC resize issue using MobileVLCKit library

Posted: 05 Oct 2015 01:49
by pvms78
I will try to update the demo project to reproduce this issue. If I manage to do that I will put it in Github.
Thanks

Re: VLC resize issue using MobileVLCKit library

Posted: 05 Oct 2015 07:19
by pvms78
Hi, found the issue. It was related to our application. Sorry for the trouble.
Thank you