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

Request for H265 Support in Media3-ExoPlayer #1008

Closed
PanPersonalProject opened this issue Jan 20, 2024 · 1 comment
Closed

Request for H265 Support in Media3-ExoPlayer #1008

PanPersonalProject opened this issue Jan 20, 2024 · 1 comment
Assignees

Comments

@PanPersonalProject
Copy link

I try to play an H265 encoded RTSP stream. I'm using the Media3-ExoPlayer library, specifically the androidx.media3:media3-exoplayer-rtsp:1.2.1 dependency.

However, when trying to play an H265 encoded RTSP stream, I encountered an error in the "RtpH265Reader" class while handling aggregate packets (AP). The error message is "Required to implement processAggregationPacket".

From what I understand, AP is a special RTP packet type used to encapsulate multiple H265 NAL units in one RTP packet, as described in RFC7798 section 4.4.2. It seems that this part has not been implemented in the RtpH265Reader class.

I would be grateful if you would consider implementing support for H265 AP in a future version of Media3-ExoPlayer. This will enable the library to fully support H265 encoded RTSP streams, which will be a valuable feature for many developers.

@tonihei
Copy link
Collaborator

tonihei commented Jan 22, 2024

Thanks for registering your interest in this! This feature request is already tracked by google/ExoPlayer#11089. I'll mark it as a duplicate.

@tonihei tonihei closed this as completed Jan 22, 2024
@tonihei tonihei self-assigned this Jan 22, 2024
@androidx androidx locked and limited conversation to collaborators Mar 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants