LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/helpers.rst
docs/index.rst
docs/license.rst
examples/datachannel-cli/README.rst
examples/datachannel-cli/cli.py
examples/datachannel-filexfer/README.rst
examples/datachannel-filexfer/filexfer.py
examples/datachannel-vpn/README.rst
examples/datachannel-vpn/tuntap.py
examples/datachannel-vpn/vpn.py
examples/janus/README.rst
examples/janus/janus.py
examples/server/README.rst
examples/server/demo-instruct.wav
examples/server/index.html
examples/server/server.py
examples/videostream-cli/README.rst
examples/videostream-cli/cli.py
examples/webcam/README.rst
examples/webcam/index.html
examples/webcam/webcam.py
src/_cffi_src/build_opus.py
src/_cffi_src/build_vpx.py
src/aiortc/__init__.py
src/aiortc/about.py
src/aiortc/clock.py
src/aiortc/events.py
src/aiortc/exceptions.py
src/aiortc/jitterbuffer.py
src/aiortc/mediastreams.py
src/aiortc/rate.py
src/aiortc/rtcconfiguration.py
src/aiortc/rtcdatachannel.py
src/aiortc/rtcdtlstransport.py
src/aiortc/rtcicetransport.py
src/aiortc/rtcpeerconnection.py
src/aiortc/rtcrtpparameters.py
src/aiortc/rtcrtpreceiver.py
src/aiortc/rtcrtpsender.py
src/aiortc/rtcrtptransceiver.py
src/aiortc/rtcsctptransport.py
src/aiortc/rtcsessiondescription.py
src/aiortc/rtp.py
src/aiortc/sdp.py
src/aiortc/stats.py
src/aiortc/utils.py
src/aiortc.egg-info/PKG-INFO
src/aiortc.egg-info/SOURCES.txt
src/aiortc.egg-info/dependency_links.txt
src/aiortc.egg-info/requires.txt
src/aiortc.egg-info/top_level.txt
src/aiortc/codecs/__init__.py
src/aiortc/codecs/base.py
src/aiortc/codecs/g711.py
src/aiortc/codecs/h264.py
src/aiortc/codecs/opus.py
src/aiortc/codecs/vpx.py
src/aiortc/contrib/__init__.py
src/aiortc/contrib/media.py
src/aiortc/contrib/signaling.py
tests/__init__.py
tests/codecs.py
tests/h264_0000.bin
tests/h264_0001.bin
tests/h264_0002.bin
tests/h264_0003.bin
tests/rtcp_bye.bin
tests/rtcp_bye_invalid.bin
tests/rtcp_bye_no_sources.bin
tests/rtcp_bye_padding.bin
tests/rtcp_psfb_invalid.bin
tests/rtcp_psfb_pli.bin
tests/rtcp_rr.bin
tests/rtcp_rr_invalid.bin
tests/rtcp_rtpfb.bin
tests/rtcp_rtpfb_invalid.bin
tests/rtcp_sdes.bin
tests/rtcp_sdes_item_truncated.bin
tests/rtcp_sdes_source_truncated.bin
tests/rtcp_sr.bin
tests/rtcp_sr_invalid.bin
tests/rtp.bin
tests/rtp_dtmf.bin
tests/rtp_only_padding.bin
tests/rtp_only_padding_with_header_extensions.bin
tests/rtp_with_csrc.bin
tests/rtp_with_sdes_mid.bin
tests/sctp_abort.bin
tests/sctp_cookie_echo.bin
tests/sctp_data.bin
tests/sctp_data_padding.bin
tests/sctp_error.bin
tests/sctp_forward_tsn.bin
tests/sctp_heartbeat.bin
tests/sctp_init.bin
tests/sctp_init_bad_verification.bin
tests/sctp_reconfig_add_out.bin
tests/sctp_reconfig_reset_out.bin
tests/sctp_reconfig_response.bin
tests/sctp_sack.bin
tests/sctp_shutdown.bin
tests/test_clock.py
tests/test_codecs.py
tests/test_contrib_media.py
tests/test_contrib_signaling.py
tests/test_g711.py
tests/test_h264.py
tests/test_jitterbuffer.py
tests/test_mediastreams.py
tests/test_opus.py
tests/test_ortc.py
tests/test_rate.py
tests/test_rtcdtlstransport.py
tests/test_rtcicetransport.py
tests/test_rtcpeerconnection.py
tests/test_rtcrtpreceiver.py
tests/test_rtcrtpsender.py
tests/test_rtcrtptransceiver.py
tests/test_rtcsctptransport.py
tests/test_rtcsessiondescription.py
tests/test_rtp.py
tests/test_sdp.py
tests/test_utils.py
tests/test_vpx.py
tests/utils.py