When Support AggregationPacket mode will be added for H.265?
Open
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
Assessment
This issue has not been assessed yet.