* `server` : make it possible to force audio codec. * `server` : shutdown cleanly on Chrome which lacks :meth:`RTCRtpTransceiver.stop`.
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.