I want to play a video on local pc without copying to android device.
I found it on a post.
VideoView.LoadVideo("http", "http://192.168.1.100/MyCoolVideo.mp4")
You will also need to add the INTERNET permission to the manifest editor:
Code:
AddPermission("android.permission.INTERNET")
But I can't use VideoView in my b4a project. I used b4a 3.82 version.
How can I use it? or alternative method to play video on LAN.
I found it on a post.
VideoView.LoadVideo("http", "http://192.168.1.100/MyCoolVideo.mp4")
You will also need to add the INTERNET permission to the manifest editor:
Code:
AddPermission("android.permission.INTERNET")
But I can't use VideoView in my b4a project. I used b4a 3.82 version.
How can I use it? or alternative method to play video on LAN.