does anyone have a snipplet for getting the extension of a video file?
trying to check if its mp4 or m3u8 (hls)
Normally do this server side but wanted to add it into the brightscript
does anyone have a snipplet for getting the extension of a video file?
trying to check if its mp4 or m3u8 (hls)
Normally do this server side but wanted to add it into the brightscript
The filebrowser sample in the SDK has a GetContent sub routine may have what you are looking for.
Thanks I will check that out tomorrow.
Never used or looked at that examples as i do not have a USB box, so thanks a lot!