Libraries tagged by quad
quasarstream/sdp
602 Downloads
A PHP library for parsing and generating SDP (Session Description Protocol).
quasarstream/sctp
593 Downloads
A PHP library implementing SCTP (Stream Control Transmission Protocol) for WebRTC data channels.
quasarstream/rtp-parameter
609 Downloads
RTP parameters define the configuration of a media stream in Real-time Transport Protocol, including codec information, payload types, SSRCs, header extensions, and RTCP settings.
quasarstream/rtp
593 Downloads
A PHP library for handling RTP (Real-time Transport Protocol) packets.
quasarstream/rtcp
598 Downloads
A pure PHP implementation of RTP Control Protocol (RTCP) packet parsing and generation, compliant with RFC 3550 and related specifications.
quasarstream/opus
604 Downloads
A lightweight PHP wrapper for the libopus audio codec using PHP FFI.
quasarstream/ntp
598 Downloads
The NetworkTimeProtocol class provides utility methods for working with NTP (Network Time Protocol) timestamps in PHP.
quasarstream/mixin
656 Downloads
This library builds upon common PHP classes and traits shared across the WebRTC ecosystem.
quasarstream/mdns
611 Downloads
This library provides a Multicast DNS (mDNS) resolver.
quasarstream/ice
605 Downloads
A PHP implementation of WebRTC's RTC ICE interface for bidirectional peer-to-peer data communication.
quasarstream/exception
661 Downloads
A lightweight exception handling package for PHP WebRTC applications.
quasarstream/dtls
591 Downloads
A PHP implementation of Datagram Transport Layer Security (DTLS), designed for secure communication over UDP, especially in real-time communication protocols such as WebRTC and SRTP.
quasarstream/datachannel
596 Downloads
A PHP implementation of WebRTC's RTCDataChannel interface for bidirectional peer-to-peer data communication.
quasarstream/codecs
601 Downloads
A comprehensive codec implementation package for WebRTC applications, providing audio/video encoding and decoding capabilities.
quasarstream/av
607 Downloads
This PHP library leverages the Foreign Function Interface (FFI) to directly interact with native FFmpeg shared libraries (libavcodec, libavfilter, libavformat, etc.), providing low-level access to powerful multimedia processing capabilities within PHP.