
michaelx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2017
11:28 AM
USB Examples
I realize I'm basically re-inventing the wheel, but I'm trying to create a customized and lighter version of the Roku Media Player. My goal is a navigable list videos and folders (and using JPG/PNG for covers based on naming convention), and playing videos.
However I'm unable to find any examples of dealing with the USB file system. I've found some documentation and examples, but as a beginning I don't yet have enough experience to tie it together.
Has anyone a working example/demo of reading a directory from a USB and playing a video?
Thanks,
Michael
However I'm unable to find any examples of dealing with the USB file system. I've found some documentation and examples, but as a beginning I don't yet have enough experience to tie it together.
Has anyone a working example/demo of reading a directory from a USB and playing a video?
Thanks,
Michael
1 REPLY 1
theredwillow
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024
11:34 AM
Re: USB Examples ------------------------------------------------------
I'm also completely stumped looking for this. I see it mentioned on the file system docs. But I don't see any in the samples page or the samples repo. I was searching through github with "usb", "player", "external", etc...
This seems like something there should be a basic sample for. Maybe even open-sourcing the official media-player channel.