Teleport

Teleport 0.7.1

  • Sender allows multiple clients to receive the same stream.
  • Due to multiple receivers the quality control has moved from the receiver to the sender.
  • Fix missing color matrices for RGB formats in filter mode.
  • Output creation has been delayed until GUI has finished loading. Fixes some occasional misbehavior on startup.
Note that the internal protocol has changed and is incompatible with previous versions. So all instances should be updated.
  • Added some versioning at plugin loading.
  • Bump jpeg library to 2.1.3.
  • Bump Go version to 1.18.
  • Video color matrices are transferred for each frame.
Note that the internal protocol has changed and is incompatible with previous versions. So all instances should be updated.
  • Like
Reactions: Filip S
  • Show video on properties dialog even though the source is hidden.
  • Patch "peerdiscovery" dependency for not leaking file sockets/file handles until fixed upstream.
  • Added a tiny Windows installer to the release package.
  • Added more supported color formats: I444, I422, YUY2, UYVY, YVYU, BGR3.
  • When a color format is not supported send a gradient image as an indication.
  • Output properties now only updates after "Ok" is clicked.
  • Filter properties defer updates until "Apply" is clicked.
  • Both points above prevent short lived stream names when typing a custom identifier.
  • Fixed a potential deadlock when output is being stopped.
  • "Ignore timestamps" option is removed. Some timestamp work is supposed to be done in a future update.
  • Fixed some issues when source was not active.
  • In several areas improve the behavior in case of unexpected behavior. Trying to recover the stream instead of quitting the OBS process.
  • Changed the network sending method to ensure only complete data is transmitted per chunk.
  • Reduce throttle timers to 100 ms. UI should be more responsive by that.
  • Try to better indicate that upon source creation you will have to refresh the stream list manually.
  • Fix a crash when OBS output mode was changed without restarting OBS.
  • Removed video conversion for output (should allow to use whatever video format is set for output)
  • Removed audio conversion for output (should allow to use whatever audio format is set for output)
  • Added video/audio filter feature *
  • Added audio only filter feature
* Note that this is an video/audio filter, not an effect filter. So this may not be what you are looking for - but maybe it works for your use case nonetheless.

Note that the internal protocol has changed and is incompatible with previous versions. So all instances should be updated.
  • Added a "Refresh List" button to the source to update the list of detected Teleport streams.
  • When the source is not active, do not decode and push data into OBS (network traffic will continue).
Top