Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@tomoyanonymous tomoyanonymous released this 03 Sep 10:54
· 131 commits to master since this release

2020-09-03 v0.2.0

This release contains so many refactorings.
Especially, receiving packets and pushing samples to the object's output works asynchronously on mc.rtpreceiver~.
This resolved the critical problem that the receiver blocks the audio thread when no packet has arrived.

Also, an initial connection protocol has been changed from raw RTP to RTSP.

working issue

  • An attribute for choosing audio codec(PCM 16bit and Opus) has been added on this release but Opus is not working properly.
  • The receiver's audio codec parameters have not been taken from the information given by RTSP initialization.