devopvoid / webrtc-java

WebRTC for desktop platforms running Java
Apache License 2.0
248 stars 60 forks source link

Transfer existing RTP Stream #116

Open sda3-14 opened 1 year ago

sda3-14 commented 1 year ago

I want to send an existing RTP Audio Stream over a WebRTC connection. It would be ideal to call some method, which then sends the RTP packet. Is this possible with this library?