I'm trying to play Video from internal storage using Uri like:
Uri video = Uri.parse(pth);
Here is URI:
String pth = "/data/"+getPackageName()+"/files/Movies/1/2/3/2020-01-15_23-48-23.mp4";
Always getting:
Can't play this video.
Update # 1
also tried with .3gp
format, result same Can't play this video