Vsaiortc

Latest version: v0.0.7

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

0.9.15

------

Data channels
.............

* Emit a warning if the crcmod C extension is not present.

Media
.....

* Support subsequent offer / answer exchanges.
* Route RTCP parameters to RTP receiver and sender independently.
* Fix a regression when the remote SSRC are not known.
* Fix VP8 descriptor parsing errors detected by fuzzing.
* Fix H264 descriptor parsing errors detected by fuzzing.

0.9.14

------

Media
.....

* Add support for RTX retransmission packets.
* Fix RTP and RTCP parsing errors detected by fuzzing.
* Use case-insensitive comparison for hash algorithm in SDP, fixes interoperability with Asterisk.
* Offer NACK PLI and REMB feedback mechanisms for H.264.

0.9.13

------

Data channels
.............

* Raise an exception if :meth:`RTCDataChannel.send` is called when readyState is not `'open'`.
* Do not use stream sequence number for unordered data channels.

Media
.....

* Set VP8 target bitrate according to Receiver Estimated Maximum Bandwidth.

Examples
........

* Correctly handle encoding in copy-and-paste signaling.
* `server` : add command line options to use HTTPS.
* `webcam` : add command line options to use HTTPS.
* `webcam` : add code to open webcam on OS X.

0.9.12

------

* Rework code in order to facilitate garbage collection and avoid memory leaks.

0.9.11

------

Media
.....

* Make AudioStreamTrack and VideoStreamTrack produce empty frames more regularly.

Examples
........

* Fix a regession in copy-and-paste signaling which blocked the event loop.

0.9.10

------

Peer connection
...............

* Send `raddr` and `rport` parameters for server reflexive and relayed candidates.
This is required for Firefox to accept our STUN / TURN candidates.
* Do not raise an exception if ICE or DTLS connection fails, just change state.

Media
.....

* Revert to using asyncio's `run_in_executor` to send data to the encoder, it greatly
reduces the response time.
* Adjust package requirements to accept PyAV < 7.0.0.

Examples
........

* `webcam` : force Chrome to use "unified-plan" semantics to enabled `addTransceiver`.
* :class:`~vsaiortc.contrib.media.MediaPlayer` : don't sleep at all when playing from webcam.
This eliminates the constant one-second lag in the `webcam` demo.

Page 6 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.