Skip to content

v0.9.4

Latest

Choose a tag to compare

@ReferenceType ReferenceType released this 02 Apr 16:44
· 1 commit to master since this release

Release Notes:

H264 & LTR references

  • H264 encoder now uses LTR(Long Term References) references for error recovery instead of IDR (Instant Decoder Refresh).
  • Bandwidth spikes are eliminated with LTR.
  • Congestion control improvements
  • Library is updated to latest version of H264Sharp.

Audio devices now use Wasapi API

  • Ducking feature where all sounds are attenuated during the call.
  • Device selection
  • Audio and video devices now follow single thread contract to avoid OS handle hangs.

More

  • Application no longer sleep or close the screen during call when PC is idle
  • Services are separated from UI and next UI version will be Avalonia based.

How to use:

  • Extract and run Relay Server application on any computer in your network. You can change your ports on "Config.json". If you want to connect via internet you need to do port forwarding on your router.
  • Run VideoCall Application and configure your Ip/Host and port.
    All applications connected to same relay server will be visible to each other.