trying to play the video getting from cameraDatabaseClient.getCameras().get(index).sourceURL in this(""65.205.34.197") form and flaying with
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(videoURL));
startActivity(intent);
but it showing error Faild to play the video
An unknown error has occured
please help me how to play the video from this url.
trying to play the video getting from cameraDatabaseClient.getCameras().get(index).sourceURL in this(""65.205.34.197") form and flaying with
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(videoURL));
startActivity(intent);
but it showing error Faild to play the video
An unknown error has occured
please help me how to play the video from this url.