how to make webrtc native support H265 codecs?

2,530 views
Skip to first unread message

刘光亮

unread,
Jul 11, 2019, 1:48:28 AM7/11/19
to discuss-webrtc
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.

Alexandre GOUAILLARD

unread,
Jul 11, 2019, 3:06:58 AM7/11/19
to discuss...@googlegroups.com
Encoder/decoder:
- Extend the InternalVideoCodecFactory to support an additional codec type, 
- add an H265EncoderImplementation and an H265Encoder based on the other codec implementations

Packetization, depacketization

Find 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-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.


--
Alex. Gouaillard, PhD, PhD, MBA
------------------------------------------------------------------------------------
President - CoSMo Software Consulting, Singapore
------------------------------------------------------------------------------------

rtp_pack_depack_compact.jpg
av1decoder.jpg
av1encoder.jpg
fullstack_tests.jpg

刘光亮

unread,
Jul 17, 2019, 9:22:51 PM7/17/19
to discuss-webrtc
Thank you very much,  solved my problem.

在 2019年7月11日星期四 UTC+8下午3:06:58,Alexandre GOUAILLARD写道:
Encoder/decoder:
- Extend the InternalVideoCodecFactory to support an additional codec type, 
- add an H265EncoderImplementation and an H265Encoder based on the other codec implementations

Packetization, depacketization

Find 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.

gaoj...@gmail.com

unread,
Oct 19, 2024, 12:54:10 AMOct 19
to discuss-webrtc
Hello, I have a question, The INTEL solutions can support android/arm platform?
Reply all
Reply to author
Forward
0 new messages