`Media createMedia(String uri, boolean isVideo)` is broken
Returns null
Workaround is to use Media createMedia(InputStream stream, String mimeType)
But probably worth fixing
We will need a test case/device etc.
It's possible the server returns the wrong mimetype. Or you might be using a simulator with the FX support which never supported HTTPS etc. There are MANY edge cases.
Hi I am new to this project but I have experience with Java , Can I give this a shot?
@bayehyg I wouldn't recommend this one as it's unclear why it isn't working without a test case and without a very specific platform. This should probably be closed unless it's narrowed down.