Can I use WebRTC to receive a standard RTP video stream? Can I use WebRTC to receive a standard RTP video stream? javascript javascript

Can I use WebRTC to receive a standard RTP video stream?


May be this might help Janus-Gateway.This has listed RTP in Dependencies


It is possible to stream video using WebRTC, you can send only data parts with RTP protocol, on the other side you should use Media Source API to stream video.

Here is article with demo explained about Media Source API