Skip to content

Releases: dkumor/rtcbot

0.2.5: picamera2

24 Jul 05:48
Compare
Choose a tag to compare

Thanks to @phamthanhnam, picamera2 can now be used.

Defer SoundCard import

11 Mar 01:05
Compare
Choose a tag to compare

RTCBot's audio dependency hangs on linux if pulseaudio isn't running. This can be an issue on robots that don't need audio support. This fixes the import issue.

Fixed Crash when sending data to closed connection

26 Nov 07:26
Compare
Choose a tag to compare

An exception was not being properly handled when trying to send data to a DataChannel of a connection that was just closed.

Fixed Connection Closing

18 Oct 23:08
Compare
Choose a tag to compare

The RTCConnection onClose event handler wasn't being fired correctly when the browser was shut down. This release fixes such issues.

Fixed case-sensitive package name

03 Sep 06:55
Compare
Choose a tag to compare
  • Fixed #16
  • Allow multiple CVDisplays to be run at the same time
  • Initial work on allowing multiple video streams (not supported yet)

0.2.0

24 Apr 18:00
Compare
Choose a tag to compare
  • Updated to work with new versions of Python
  • Updated for new versions of pyAV and aiortc
  • Changed audio shape from (channels,samples) to (samples,channels)

Release 0.1.0

31 Aug 15:06
Compare
Choose a tag to compare

The documentation is now in an acceptable state, so let's release!

Added __version__

30 Aug 04:47
Compare
Choose a tag to compare

This is a tiny fix, which comes with updated documentation.

ICE config

22 Aug 16:40
Compare
Choose a tag to compare

Added ICE configuration options