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

Direct feeding of media is possible? #115

Open
danergo opened this issue Apr 12, 2020 · 2 comments
Open

Direct feeding of media is possible? #115

danergo opened this issue Apr 12, 2020 · 2 comments

Comments

@danergo
Copy link

danergo commented Apr 12, 2020

If I have a valid h264 media (fragmented mp4) in raw byte array, is it possible to feed it to this MediaPlayer for decoding and playing it?

@protyposis
Copy link
Owner

It is not possible out of the box but would be easily possible with a small addition to the MediaExtractor to support the MediaDataSource - on API 23+.

@danergo
Copy link
Author

danergo commented Apr 13, 2020

Thanks, I need API22 too, now looking into Exo, will come back if that fails.

@protyposis protyposis mentioned this issue Aug 3, 2020
Closed
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