androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
Apache License 2.0
1.34k stars 315 forks source link

Parsing header extension #1492

Open LairCortex opened 1 week ago

LairCortex commented 1 week ago

Good afternoon! Our server adds additional information to header extension RtpPacket according to protocol 5.3.1 (https://datatracker.ietf.org/doc/html/rfc3550#section-5.3.1). We noticed that you do not use header extension parsing because of this the collection of information for display does not work correctly. Can you tell us if this functionality is planned to be implemented in the near future? Or maybe you can offer a solution that we can use in our company?