Android Question Vitamiob4a library problem and version?

almontgreen

Active Member
Licensed User
Longtime User
I have been experimenting with the vitamiob4a (version: 1.05) library and have discovered a problem runnint it on a QC802 MiniPC. After loading and playing video files for a long time (over more than 2 hours, dozens of videos) The video will eventually not be visible on the screen.

There was something similar mentioned in a video playback thread where advice was to remove the view and initialize and to check the duration for a value but the advice wasn't specific to the Vitamiob4a library.

This library also does not seek to a location and play reliably. The seek is not accurate.

Is there a new version for this library? If so, where can it be downloaded?

Thanks! So much to learn - like drinking from a fire hose!
 

almontgreen

Active Member
Licensed User
Longtime User
Warwound has made an updated wrapper of Vitamio which you can find in this thread:

Video View Fullscreen And On Top On Ouya

Maybe that updated version can be of help.
Thanks!
I got the files, looks like a comprehensive update. Thanks for the link. I don't understand how I couldn't find it through using the search?

I'll make some comments on my findings in the Vitamio thread... There are issues!
Thanks again!
 
Upvote 0

warwound

Expert
Licensed User
Longtime User
There are issues!

There's also a newer version of the native Vitamio library available and it requires a rewrite of the b4a code in order to use this new version.
I shall be looking at this update 'sometime' but probably not for a couple of weeks as i'm travelling to Canada next week.

Martin.
 
Upvote 0

almontgreen

Active Member
Licensed User
Longtime User
There's also a newer version of the native Vitamio library available and it requires a rewrite of the b4a code in order to use this new version.
I shall be looking at this update 'sometime' but probably not for a couple of weeks as i'm travelling to Canada next week.

Martin.
Excellent. Thanks. The control bar seems to be a problem for me with the new version, leaving a gray bar at the bottom of the screen, where the old version did not. Also, I do not see playback performance improvement. I will make donation however, to support this effort. Very excellent.
 
Upvote 0

aidymp

Well-Known Member
Licensed User
Longtime User
Im trying the demo projects and get this during compilation?

B4X:
B4A version 4.30
Parsing code.                           0.00
Compiling code.                         0.01
   
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code.                 0.00
Generating R file.                      0.03
Compiling generated Java code.          Error
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Error occurred during initialization of VM
Could not reserve enough space for object heap

how can i fix this?
 
Upvote 0
Top