You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: