You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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