5 ms·
From a server or a native client, you can send whatever RTP packets you want, but you cannot send whatever RTP packets you want from a web client, and you can
by pthatcherg 3y ago
From a server or a native client, you can send whatever RTP packets you want, but you cannot send whatever RTP packets you want from a web client, and you cannot have access to the RTP packets from a web client and do whatever you want with them, at least not very easily. We are working on an extension to WebRTC called RtpTransport that would allow for just that, but it's in early stages of design and standardization.
- Sean-Der 3y agoThat's so exciting! I had no idea you were working on this :) Here [0] is a link for anyone that is looking for it. [0] https://github.com/w3c/webrtc-rtptransport/blob/main/explainer.md https://github.com/w3c/webrtc-rtptransport/blob/main/explain...