-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
EnhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, our application supports H.264 video codec, but we encounter limitations in handling high-resolution video files efficiently. H.265 (HEVC) offers superior compression efficiency over H.264, allowing for smaller file sizes and better quality at the same bitrate.
Describe the solution you'd like
Enable encoding and decoding capabilities for H.265 in the SDK.
Additional context
After speaking with @hiroshihorie on slack he suggested the following:
I've browsed the WebRTC code and I think we need to implement a encoder/decoder for that codec.
We can re-use the RTCVideoEncoderH264 . Since I think it shares much of the code.
I would probably make a RTCVideoEncoderH26X parent class and make 2 children for h246 and h265.
KyleWatsonDevpaltaa and lizziemac
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request