Cannot play m3u8 with exoplayer and vitamio

544 Views Asked by At

i want play video stream Format m3u8 with Exoplayer and vitamio but fail.url stream in link enter link description here . Give me the solution . Thank u

Code play exoplayer me :

  try {
            emVideoView.setOnPreparedListener(ExoActivity.this);
            emVideoView.setVideoURI(Uri.parse("" + stream));
            emVideoView.setOnErrorListener(new OnErrorListener() {
                @Override
                public boolean onError() {
                    return false;
                }
            });
        } catch (Exception e) {

        }

0

There are 0 best solutions below