Media-over-QUIC is a streaming protocol built upon cutting edge protocols (QUIC, HTTP3) and browser APIs (WebTransport, WebCodecs). It's slightly faster than WebRTC, has an advanced data recovery mechanism (placed at the frame level and not at the packet level), it supports additional codecs (FLAC) and is less complicated to route.
1.3 KiB
1.3 KiB
Related projects
- gortsplib (RTSP library used internally)
- gohlslib (HLS library used internally)
- gortmplib (RTMP library used internally)
- mediacommon (codecs and formats library used internally)
- mediamtx-rpicamera (Raspberry Pi Camera component)
- datarhei/gosrt (SRT library used internally)
- pion/webrtc (WebRTC library used internally)
- pion/sdp (SDP library used internally)
- pion/rtp (RTP library used internally)
- pion/rtcp (RTCP library used internally)
- quic-go/quic-go (QUIC library used internally)
- quic-go/webtransport-go (WebTransport library used internally)
- go-astits (MPEG-TS library used internally)
- go-mp4 (MP4 library used internally)
- hls.js (browser-side HLS library used internally)