Can my app pass an SMB path to VLC?
Posted: 01 Aug 2022 15:03
I mean, suppose that there is a SMB file server, named `\\server` (or `smb://server`), and there is a video file on it like `\\server\videos\clip1.mp4`. Can my app pass this file URL to Android VLC so that VLC can play the video file by streaming (not copying the whole file to the phone first)? Android VLC already is capable of connecting to an SMB server and playing a file on it, manually within VLC, so I guess it might be possible, but I am not sure.