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

How to display a raw H264 stream. #807

Open
FiveLeavesLeft opened this issue Nov 12, 2023 · 0 comments
Open

How to display a raw H264 stream. #807

FiveLeavesLeft opened this issue Nov 12, 2023 · 0 comments

Comments

@FiveLeavesLeft
Copy link

I have a live raw H264 stream coming over the network that I would like to display in an Android app. I did the obvious first thing and just tried to feed it to Exoplayer and not surprisingly it gave me the UnrecognizedInputFormatException exception.

Exoplayer obviously has the capability to display H264 since it's inside many mp4 files, I am wondering how someone with intimate knowledge of Exoplayer would go about implementing this.

I don't have control over the server side so I can't run ffmpeg filter on the server or something like that.

Any ideas, suggestions, or references greatly appreciated.

Thanks.

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

No branches or pull requests

2 participants