Due to office constraints I have a LAN network without internet and have to stream a video into my android application.
I can view the video in ES Explorer on the device through smb ok. But what's the best way to get it to play in my VideoView app? using "smb://192.168.x.x/Users/Public/.." as the URI doesn't work.
Thanks.