Wowza Community

How to stream a H.265 IP Camera stream to WebRTC in H.265 format?

Hi,

We have been ingesting H.264 IP camera stream in RTSP format and consuming WebRTC streams in our applications.
Now we have a requirement where H.265 RTSP streams are to be ingested in Wowza and we should get H.265 WebRTC stream.
By reading the docs, I understood that currently Wowza does not support H.265 WebRTC streams. (Any ETA when this would be supported in Wowza?) What are out options currently?

Do we need to transcode the incoming H.265 stream to H.264 and then consume it as WebRTC? any other suggestions?

Wowza already supports h265 ingest I believe. The real issue is you are expecting WebRTC to support h265. I don’t thing that is a part of WebRTC standards. So yes you will need to go from h265 to h264 if you want WebRTC to work for you.

It is wrong to say WebRTC not supporting H265. WebRTC standard only specifies the codecs that must be supported such as VP8 and H264, but it does not limit to any other codecs such as H265, as long as the browsers supported the codecs. So with the Edge and Safari now supporting H265, there is no limitation to WebRTC to also support H265!