google / google/ExoPlayer

When Support AggregationPacket mode will be added for H.265?

Open
#10,600 5 comments 0 reactions 1 assignee Claimed by @claincly View on GitHub
question
Dominant language
Java
Stars
21.9k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description

Hi! We recently wanted to try H265 format for our RTSP camera streaming

But I have found out that it is not fully supported yet.

```
RtpH265Reader
...

else if (payloadType == RTP_PACKET_TYPE_AP) {
// TODO: Support AggregationPacket mode.
throw new UnsupportedOperationException("need to implement processAggregationPacket");
```

Do you have plans to add it in nearest future? If yes - when approximately?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.