Replies: 1 comment
-
if someone is looking for this, the folks over at meetecho are experimenting with it : https://github.com/meetecho/imquic |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
we want build a rtc demo run in browser that not use webrtc.
1.transport part will use webtransport (unreliable datagram not stream)for rtp/rtcp send/recv, instead of ice
2.webcodecs for audio/video encode and decode
3.rtp/rtcp packetizer/unpacktizer, lost recovery(NACK), BWE(bandwith estimation), fec, jitter buffer etc
the 3 part need build wasm of exist module , is pion webrtc suitable for such feature ?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions