vitamio

vitamio unable to play udp streaming in android

拟墨画扇 提交于 2019-12-11 12:57:31
问题 I am using vitamio library to play video streaming in android . Though I can play rtsp streaming with it, but I can't play udp streaming . I integrated vitamio via gradle compile 'me.neavo:vitamio:4.2.2' And using it on activity like following setContentView(R.layout.activity_main); if (!io.vov.vitamio.LibsChecker.checkVitamioLibs(this)) //it will check the include library of Vitamio return; mVideoView = (VideoView) findViewById(R.id.videoView); Vitamio.initialize(this); mVideoView

Unable to Play RTMP live video stream in ios

孤街醉人 提交于 2019-12-11 10:39:33
问题 I have downloaded sample code using this link: https://github.com/yixia/Vitamio-iOS I tried to play RTMP video streaming, but it does no play it gives the error: NAL 1RRE &&&& VMediaPlayer Error: (null) I used this key: keys[0] = @"-rtmp_live"; vals[0] = @"-1"; [mMPayer setOptionsWithKeys:keys withValues:vals]; Video does not play. Does somebody have an idea why? 回答1: For live streaming on ios, you should use Apple HLS (Http Live Streaming), you must have segmentation on your streaming

How to check whether LiveStream (Audio Only) is up on Wowza or not?

痴心易碎 提交于 2019-12-11 00:06:53
问题 I am streaming from Wowza to Mobile (Android) . I am using Vitamio streaming library. The actual flow is like, Wowza don't have live stream up, when my app hits the Wowza, but after a while Wowza gets live stream up. Now I again want to hit the Wowza to check whether live stream up or not. All I want is, my app should hit the Wowza in every 5 sec to check the stream up or not. 回答1: It sounds like you just need to query your Wowza server to see if your stream is active or not. If so, then you

Video cannot be played Android Vitamio library

邮差的信 提交于 2019-12-10 11:51:15
问题 I am using vitamio library for rtsp stream. I am getting : "Sorry this video cannot be played" error. File format of the video is .H264. Where is my mistake ? Have you ever used vitamio library ? VideoActivity.java code as below : public class VideoActivity extends AppCompatActivity { private String path; private VideoView mVideoView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_video); if (!LibsChecker

Android Vitamio library makes apk too big

僤鯓⒐⒋嵵緔 提交于 2019-12-10 10:19:08
问题 I'm trying to use Vitamio library. My apk without Vitamio is about 400k , and when I add Vitamio's library it become more than 11 MB ! I just want to use Vitamio's videoView. Is it any way to customize the library ? I started copying and pasting necessary classes from the library but they are a lot! Please give me some advice and thanks in advance. EDIT: Also I insert the jar file in libs folder instead of adding the library and it's just about 50kb. This time when I run the app, it says in a

Android Vitamio 5.0.0 library crash

家住魔仙堡 提交于 2019-12-07 19:26:39
问题 I updated Vitamio 4.2.2 to 5.0.0 as Google requested because of security issues in developer console. But with the same codes, it crashes like below: java.lang.UnsatisfiedLinkError: dlopen failed: library "nulllibstlport_shared.so" not found at java.lang.Runtime.load(Runtime.java:332) at java.lang.System.load(System.java:981) at io.vov.vitamio.MediaPlayer.<clinit>(MediaPlayer.java:257) at io.vov.vitamio.widget.VideoView.openVideo(VideoView.java:431) at io.vov.vitamio.widget.VideoView

Android Vitamio 5.0.0 and vulnerable version of OpenSSL

耗尽温柔 提交于 2019-12-06 13:01:25
问题 I am using Vitamio 5.0.0 version for my app in Google Play. Today i gat a mail from google. it says "Google Play warning: You are using a vulnerable version of OpenSSL " Hello Google Play Developer, Your app(s) listed at the end of this email utilize a version of OpenSSL that contains one or more security vulnerabilities. If you have more than 20 affected apps in your account, please check the Developer Console for a full list. Please migrate your app(s) to OpenSSL 1.02f/1.01r or higher as

Android Vitamio 5.0.0 library crash

非 Y 不嫁゛ 提交于 2019-12-06 12:13:54
I updated Vitamio 4.2.2 to 5.0.0 as Google requested because of security issues in developer console. But with the same codes, it crashes like below: java.lang.UnsatisfiedLinkError: dlopen failed: library "nulllibstlport_shared.so" not found at java.lang.Runtime.load(Runtime.java:332) at java.lang.System.load(System.java:981) at io.vov.vitamio.MediaPlayer.<clinit>(MediaPlayer.java:257) at io.vov.vitamio.widget.VideoView.openVideo(VideoView.java:431) at io.vov.vitamio.widget.VideoView.setVideoURI(VideoView.java:403) at io.vov.vitamio.widget.VideoView.setVideoURI(VideoView.java:396) at io.vov

Vitamio libffmpeg.so

戏子无情 提交于 2019-12-06 09:55:30
问题 I am playing around with the Vitamio demo, and like what I see. However, I need to slightly customise the ffmpeg source code (modifying http.c so the default is set for http streams to be non-seekable). I have followed the steps HERE in order to rebuild libffmpeg.so. All compiled fine, so far, so good... However, I don't see where libffmpeg.so resides in the Vitamio bundle. I see a library called libarm.so. Does it live inside here? If so, how does one go about repacking it with the modified

Android Vitamio library makes apk too big

倖福魔咒の 提交于 2019-12-06 01:19:32
I'm trying to use Vitamio library. My apk without Vitamio is about 400k , and when I add Vitamio's library it become more than 11 MB ! I just want to use Vitamio's videoView. Is it any way to customize the library ? I started copying and pasting necessary classes from the library but they are a lot! Please give me some advice and thanks in advance. EDIT: Also I insert the jar file in libs folder instead of adding the library and it's just about 50kb. This time when I run the app, it says in a dialog that I have to install the Vitamio app first to continue :/ Deleting the libarm.so file will