Я не могу заставить его работать с витамином. все кажется правильным, но приложение останавливается, и вы получаете эту ошибку. Что я сделал не так? точно такой же код с витамином 4.2 работает отлично. Я предполагаю, что я сделал что-то неправильноAndroid Vitamio 5.0.0 crash
> import android.support.v7.app.AppCompatActivity;
> import android.os.Bundle;
> import io.vov.vitamio.MediaPlayer;
> import io.vov.vitamio.Vitamio;
> import io.vov.vitamio.widget.MediaController;
> import io.vov.vitamio.widget.VideoView;
>
>
> public class Rtmp_player extends AppCompatActivity {
>
>
> private static final String TAG = "MainActivity";
> private String path;
> //private HashMap<String, String> options;
> private VideoView mVideoView;
>
> @Override
> protected void onCreate(Bundle savedInstanceState) {
> super.onCreate(savedInstanceState);
> Vitamio.isInitialized(this);
> setContentView(R.layout.activity_rtmp_player);
> mVideoView = (VideoView) findViewById(R.id.vitamio_videoView);
> path = "http://80.86.107.169:8100/stream.flv";
> mVideoView.setVideoPath(path);
> //mVideoView.setVideoURI(Uri.parse(path), options);
> mVideoView.setMediaController(new MediaController(this));
> mVideoView.requestFocus();
> mVideoView.start();
>
> mVideoView.setOnPreparedListener(new MediaPlayer.OnPreparedListener() {
> @Override
> public void onPrepared(MediaPlayer mediaPlayer) {
> mediaPlayer.setPlaybackSpeed(1.0f);
> }
> });
> } }
журнал ошибок
01-22 16:37:25.101 27911-27992/ro.vrt.videoplayerstreaming I/OpenGLRenderer: Initialized EGL, version 1.4
01-22 16:37:25.179 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: Copyright (c) YIXIA (http://yixia.com).
THIS SOFTWARE (Vitamio) IS WORK OF YIXIA (http://yixia.com)
01-22 16:37:25.179 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: LOAD FFMPEG START: /data/user/0/ro.vrt.videoplayerstreaming/lib/libffmpeg.so
01-22 16:37:25.188 27911-27911/ro.vrt.videoplayerstreaming E/linker: /data/app/ro.vrt.videoplayerstreaming-2/lib/arm/libffmpeg.so: has text relocations
01-22 16:37:25.188 27911-27911/ro.vrt.videoplayerstreaming E/Vitamio[5.0.0][Player]: LOAD FFMPEG ERROR: dlopen failed: /data/app/ro.vrt.videoplayerstreaming-2/lib/arm/libffmpeg.so: has text relocations
01-22 16:37:25.188 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: LOAD VVO START: /data/user/0/ro.vrt.videoplayerstreaming/lib/libvvo.9.so
01-22 16:37:25.203 27911-27911/ro.vrt.videoplayerstreaming E/Vitamio[5.0.0][Player]: FIND_NAME_SYM vvo, render_yuv
01-22 16:37:25.203 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: LOAD VVO END: /data/user/0/ro.vrt.videoplayerstreaming/lib/libvvo.9.so
01-22 16:37:25.203 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: LOAD VAO START: /data/user/0/ro.vrt.videoplayerstreaming/lib/libvao.0.so
01-22 16:37:25.214 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: LOAD VAO END: /data/user/0/ro.vrt.videoplayerstreaming/lib/libvao.0.so
01-22 16:37:25.216 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: VPLAYER INIT BEGIN
01-22 16:37:25.216 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: Vitamio Version 5.0.0
01-22 16:37:25.216 27911-27911/ro.vrt.videoplayerstreaming I/Vitamio[5.0.0][Player]: Application package name: ro.vrt.videoplayerstreaming
01-22 16:37:25.216 27911-27911/ro.vrt.videoplayerstreaming A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 27911 (playerstreaming)
Боковое примечание. Если вы попытаетесь опубликовать: у вас появятся другие большие проблемы: http://stackoverflow.com/questions/34939823/why-google-play-rejected-my-app-they-saying-for-violating- наш-опасный-продукт/34940029 # 34940029 Пожалуйста, см. мой ответ здесь. – childofthehorn
, а затем vitamio 5 не рекомендуется использовать? –
Он не поддерживается более года. Сайт мертв. Время использования родного Media Manager. – childofthehorn