vitamio unable to play udp streaming in android
问题 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