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
1 answer

Error wtih vitamio in android studio. Incompatible types

I'm using android studio and i have a problem with Vitamio VideoView. Here is my layout file: Here is an error in my class:
Paul Chernenko
  • 696
  • 5
  • 21
0
votes
0 answers

How to fetch a flv link and play it on Vitamio

I want to know a way to fetch flv links and play it using vitamio library. So far i can play embedded youtube videos by fetching youtube links. Sample code on fetching youtube videos public void onItemClick(AdapterView arg0, View arg1, …
user3852473
  • 31
  • 1
  • 7
0
votes
1 answer

Eclipse can't import vitamio

I can't import vitamio to eclipse, this is what appears What is the problem ? I downloaded the vitamio bundle from here
Gonçalo Ribeiro
  • 115
  • 2
  • 11
0
votes
1 answer

When I sign Android Project, it is doesnt work

I'm using Eclipse for sign and I'm using VitamioCoreLibrary and VitamioPlayerLibrary at my project. When I sign my Android Project then try it is doesnt work. But if I use MyProject\Bin\MyProject.apk file then transfer my phone and try it is work.…
0
votes
3 answers

'librtmp.so' for 'libffmpeg.so' not found

i have problem on playing url stream or any other video file using Vitamio. i tested example video view on Vitamio and same result returned. i try play this file http://takhtesefid.org/videos/236184163282.mp4 . but that seems same error for other…
hosein
  • 519
  • 5
  • 25
0
votes
2 answers

Vitamio FileNotFoundException

I am trying to use vitamio to play stream hls. it contained error when i play stream 03-11 16:12:25.836: E/Vitamio[Player](344): isNativeLibsInited 03-11 16:12:25.836: E/Vitamio[Player](344): java.io.FileNotFoundException:…
tony
  • 1
0
votes
3 answers

How to integrate Vitamio on Cordova plugin?

I'm creating an app for streaming TV on Android, but I want to integrate Plugin Vitamio so it can withstand the protocols of Wowza. How do I do this? http://www.vitamio.org/en/ I have this code: package com.tricedesigns; import…
anderson
  • 111
  • 1
  • 5
0
votes
1 answer

Vitamio bug play local audio

i'm using the Vitamio bundle with success for streaming audio, but in some cases i have to play local audio. Inside MediaPlayerDemo_Audio activity the code says that in that case exists a bug if you want to play audio: case…
Billyjoker
  • 729
  • 1
  • 10
  • 31
0
votes
2 answers

Vitamio Not working @android app

I am trying to implement Vitamio lib for vimeo but it's always showing message that it can't play. Even I tried for youtube, it's not working because of the same error message. mVideoView.setVideoPath("//www.youtube.com/embed/Bp3i71jaWNo");…
user3244282
  • 91
  • 2
  • 10
0
votes
1 answer

Scale vitamio with surfaceview

I am using Vitamio media player to play RTMP stream onto a SurfaceView, everything is fine but the video size is smaller than the screen. I am looking for a way to scale the video to fit the entire screen. I set the SurfaceHolder to the fixed size…
vitasia1
  • 23
  • 1
  • 7
0
votes
2 answers

unable to run RTSP link through Vitamio on Android

I have used different RTSP links so far to run on Vitamio player in Android. I am using latest Version f Vitamio..I am using Sample application of Vitmaio. Only HTTP, MMS and RTMP links are working.. following is the code.. VideoView.java public…
Ahmed S. Durrani
  • 1,535
  • 2
  • 17
  • 41
0
votes
2 answers

Android Vitamio Video FullScreen not Working

I have downloaded the Vitamio sample from here http://www.vitamio.org/en/Download/ and I'm successfully playing video on my Android Screen. But if I change my screen orientation, I'm unable to get FullScreen Mode. Could anyone Help? Layout:
0
votes
0 answers

Vitamio bundle scratch voice

I am using vitamio library for streaming m3u8 format. I hav written these codes. It is running. public class MainActivity extends Activity { private Button baslat; private Button durdur; private VideoView videoView; private String httpLiveUrl =…
emreturka
  • 846
  • 3
  • 18
  • 44
0
votes
1 answer

Android mediaplayer (vitamio plugin) reset function noise

I am using vitamio to play music in a list, when I switch to another song, I call Mediaplayer.reset(), but there is a noise in between before playing the next song. the code like this: mPlayer.reset(); //noise playing for a second try…
John
  • 697
  • 1
  • 10
  • 33
1 2 3
11
12