I want to create an android application using webrtc library. The application is a client which will send media stream to the other side.how to make webrtc native support h.265 codecs? could any one give some advice to me? Thanks a lot.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/1916ed7e-6ef7-43f4-a80d-c63e085c73c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Encoder/decoder:- Extend the InternalVideoCodecFactory to support an additional codec type,- add an H265EncoderImplementation and an H265Encoder based on the other codec implementationsPacketization, depacketization- implement https://tools.ietf.org/html/rfc7798Find attached an example of the classes involved for AV1 in libwebrtc 70.You can also look at the INTEL implementation of H265/HEVC support in libwebrtc 70:AFAIK, they have an android SDK, so if you were using their solution, your job might be already done.Hope this helps.
On Thu, Jul 11, 2019 at 1:48 PM 刘光亮 <tianw...@gmail.com> wrote:
I want to create an android application using webrtc library. The application is a client which will send media stream to the other side.--how to make webrtc native support h.265 codecs? could any one give some advice to me? Thanks a lot.
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/1916ed7e-6ef7-43f4-a80d-c63e085c73c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.