Skip to content

Releases: dkumor/rtcbot

0.2.5: picamera2

Choose a tag to compare

@dkumor dkumor released this 24 Jul 05:48

Thanks to @phamthanhnam, picamera2 can now be used.

Defer SoundCard import

Choose a tag to compare

@dkumor dkumor released this 11 Mar 01:05

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

Choose a tag to compare

@dkumor dkumor released this 26 Nov 07:26

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

Choose a tag to compare

@dkumor dkumor released this 18 Oct 23:08

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

Choose a tag to compare

@dkumor dkumor released this 03 Sep 06:55
  • 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

Choose a tag to compare

@dkumor dkumor released this 24 Apr 18:00
  • 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

Choose a tag to compare

@dkumor dkumor released this 31 Aug 15:06

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

Added __version__

Choose a tag to compare

@dkumor dkumor released this 30 Aug 04:47

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

ICE config

Choose a tag to compare

@dkumor dkumor released this 22 Aug 16:40

Added ICE configuration options