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?
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!