When selecting videos out of a file picker, the selected files don't return actual file path, meaning providing it to your video player displays nothing.
What we do for media outside of video is provide a ByteArray, which is readable from the file-picked files. This, however, isn't supported by this library.
Would you be willing to add the support? I'm sure it shouldn't take too long. I'm also willing to contribute to this feature if there's need.
When selecting videos out of a file picker, the selected files don't return actual file path, meaning providing it to your video player displays nothing.
What we do for media outside of video is provide a ByteArray, which is readable from the file-picked files. This, however, isn't supported by this library.
Would you be willing to add the support? I'm sure it shouldn't take too long. I'm also willing to contribute to this feature if there's need.