So you need to capture RTSP stream in codec H265 and play it as WebRTC in H264 codec (because H265 is not supported for WebRTC). In this case, transcoding H265->H264 will need on server. Please note that transcoding requires a lot of server CPU resources (1 CPU core to encode 2 720p streams, or...