Hi Erel and thank's a lot for B4a.
I just wish to be able to stream a large video file located on a HD plugged into a router, directly from an SMB Url passed to a VideoView like, for example: VideoView1.LoadVideo("smb://...", FileName) if it's possible, naturally.
For now, I start (during about 10 seconds) to download the file with smb1.DownloadFile(...) to a temp directory on my device and then I start playing the video with VideoView and it works, it plays during the time it continues to download the file. It's almost like real streaming ... but it works with a MiniX Neo X7 device but not with a Samsung tablet even if they run the same Android version ?
Thank you again,
JGV from Quebec, Canada (french)