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 · 3 comments
Open

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

javieranton-zz opened this issue Oct 20, 2023 · 3 comments

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.

@bayehyg
Copy link

bayehyg commented Jun 2, 2024

Hi I am new to this project but I have experience with Java , Can I give this a shot?

@shai-almog
Copy link
Collaborator

@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.

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

3 participants