Questions tagged [vitamio]

Vitamio is an open multimedia framework for Android and iOS, with full and real hardware accelerated decoder and renderer.

Vitamio is an open multimedia framework or library for Android and iOS, with full and real hardware accelerated decoder and renderer. It's the simple, clean and powerful API of Vitamio that makes it famous and popular in multimedia apps development for Android and iOS. According to the developers' feedback, Vitamio has been used by more than 1000 apps and 100 million users around the world.

Vitamio can play 720p/1080p HD mp4,mkv,m4v,mov,flv,avi,rmvb,rm,ts,tp and many other video formats in Android and iOS. Almost all popular streaming protocols are supported by Vitamio, including HLS(m3u8), MMS, RTSP, RTMP, and HTTP.

Network Protocols

The following streaming protocols are supported for audio and video playback:

MMS RTSP (RTP, SDP), RTMP HTTP progressive streaming HLS - HTTP live streaming (M3U8) And yes, Vitamio can handle on demand and live videos in all above protocols.

Media formats

Vitamio used FFmpeg as the demuxers and main decoders, many audio and video codecs are packed into Vitamio beside the default media format built in Android platform, some of them are listed below.

DivX/Xvid WMV FLV TS/TP RMVB MKV MOV M4V AVI MP4 3GP Subtitles

Vitamio support the display of many external and embedded subtitle formats.

SubRip(.srt) Sub Station Alpha(.ssa) / Advanced Sub Station Alpha(.ass) SAMI(.smi/.sami) MicroDVD(.sub/.txt) SubViewer2.0(.sub) MPL2(.mpl/.txt) Matroska (.mkv) Subtitle Track

170 questions
0
votes
2 answers

vitamio.MediaPlayer not playing 2nd video

I am using vitamio library for playing flv videos. Following is the my VideoWrapper Activity: public class VideoWrapperActivity extends Activity { private String videoPath = null; private VideoView mVideoView; int chaperPlaying = 0; …
Ahmed Nawaz
  • 1,634
  • 3
  • 21
  • 51
0
votes
1 answer

vitamio service

I know that Vitamio will not work without the following condition: if (! io.vov.vitamio.LibsChecker.checkVitamioLibs (this)) return; But how does it add to the Service. I ran the demo I have everything works fine, but how to work in Servais
user1964369
  • 81
  • 1
  • 1
0
votes
1 answer

Does Vitamio support inline HLS video streaming?

I'm interested in using Vitamio for an Android project that would use HLS video and support older 2.x versions of Android. I'm trying to play the video inside and html5
caffein
  • 575
  • 8
  • 26
-1
votes
1 answer

Pass options to Vitamio media

The Vitamio for iOS has API - (void)setOptionsWithKeys:(NSArray *)keys withValues:(NSArray *)values; So anyone can tell me what are the keys and values here? Thanks
petrhung9
  • 91
  • 7
-3
votes
1 answer

Android Vitamio 5.0.1 can not upload to google play

I use the library vitamio for streaming in android. When I upload to google play, an alert shows "Your APK has been rejected for containing security vulnerabilities, which violates the Malicious Behavior policy. If you submitted an update, the…
wintb
  • 11
  • 1
1 2 3
11
12