Android Question Radio and video streaming issue

indra13rl

New Member
Licensed User
Longtime User
Hi Erel,

I have created two applications first radio streaming I used MediaPlayerStream and second video streaming I used Video view. They are working but the issue is the time for connecting too long 25 to 30 seconds needed. So I tried with the Vitamio Plugin and they work properly they only need 1 to 3 seconds to connect. But I don't like use third party like Vitamio. is there way to improve the connecting time for MediaPlayerStream and Video view

Regards,
Indra
 

indra13rl

New Member
Licensed User
Longtime User
Just to add my voice to your comment. Video view is very slow. Indeed loading some formats takes up to half a minute (and 1 second with Vitamio...). It would be nice if Erel made a library that can handle most popular video formats (mp4, avi, flv, mpg, mkv) as well as video streaming formats (including rtmp, rtsp, asf, asx, mms etc.).
User "Moster" has made a library with which Vitamio can be included in an App without having to install Vitamio itself. It works great, provided that the app is small. The Vitamio module consumes more than 8 MBytes which caused "OOM" (Out of Memory) problems with my own app.

Now I use the vitamio library has made by "Monster" but it is not included in app.
I also really hope follow up by Erel:)
 
Upvote 0

moster67

Expert
Licensed User
Longtime User
Moster..
Monster :D
Moster67...

Just to clarify:
if you use my version, user will be prompted to download the vitamio-plugin (or it may already be installed on the device). This means that when you distribute your app, you don't need to worry about the size while still having the benefits of Vitamio

The continued work of Warwound includes more recent versions of Vitamio (with perhaps more and improved features). Vitamio is in this case included in your app and user does not need to download vitamio-plugin. However your app-size will substantially bigger. This may may be an advantage or a disadvantage.
 
Upvote 0

abay1968

Member
Licensed User
Longtime User
Moster..
Monster :D
Moster67...

Just to clarify:
if you use my version, user will be prompted to download the vitamio-plugin (or it may already be installed on the device). This means that when you distribute your app, you don't need to worry about the size while still having the benefits of Vitamio

The continued work of Warwound includes more recent versions of Vitamio (with perhaps more and improved features). Vitamio is in this case included in your app and user does not need to download vitamio-plugin. However your app-size will substantially bigger. This may may be an advantage or a disadvantage.

Hi,

One big problem using vitamio plugin is we cannot play online audio in the background. Any solution on this problem?
 
Upvote 0
Top