Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media createMedia(String uri, boolean isVideo) is broken #3751

Open
javieranton-zz opened this issue Oct 20, 2023 · 1 comment
Open

Media createMedia(String uri, boolean isVideo) is broken #3751

javieranton-zz opened this issue Oct 20, 2023 · 1 comment

Comments

@javieranton-zz
Copy link
Contributor

Returns null

Workaround is to use Media createMedia(InputStream stream, String mimeType)

But probably worth fixing

@shai-almog
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants