Skip to content

Releases: Andrews54757/FastStream

FastStream V1.2.23 for Chrome and Firefox

22 Feb 03:45
Compare
Choose a tag to compare

Fixes Youtube player failing due to API change #86

Patch 1.2.23.1

Fixed issue where setting a contrast will cause errors. #88

FastStream V1.2.22 for Chrome and Firefox

20 Feb 08:14
Compare
Choose a tag to compare

Bug fixes

  1. Refactored the audio node network. It should now work with >2 channel audio formats correctly.
  2. Fixed issue where mono audio only played through the left speakers #78

FastStream V1.2.21 for Chrome and Firefox

19 Feb 04:56
Compare
Choose a tag to compare

New features

  • Added audio crosstalk cancellation module, as requested by a reviewer several months ago.

FastStream V1.2.20 for Chrome and Firefox

14 Feb 03:54
Compare
Choose a tag to compare

Changelog

  1. Default target speed is now unlimited. Default units are now mbps.
  2. Video replacer algorithm is improved. It should find the top-level player element more effectively.

FastStream V1.2.19(.1) for Chrome and FIrefox

26 Jan 23:16
Compare
Choose a tag to compare

Bug fixes

  • Refactored the interface code. Opening a menu will now close other open menus.
  • Fixed miniplayer not appearing on certain sites

New Features

  • Video qualities can now be collected from multiple tracks on DASH streams. This allows for FastStream to discover higher quality streams on websites such as Youtube.

Patch 1.2.19.1

  • Fixed volume slider not working

FastStream V1.2.18(.2) for Chrome and Firefox

18 Jan 23:21
Compare
Choose a tag to compare

Bug Fixes

  • Subtitle settings box now properly resizes with player size
  • Fixed Youtube theatre mode not filling whole screen width (#67)
  • Japanese subtitles fixed by @reindex-ot (#68)
  • Streams encoded with Sample AES (DRM) will now properly show error instead of loading indefinitely
  • Fixed subtitle outlines > 4px showing gaps

New Features

  • Options page can now be opened on a new tab by clicking the settings icon while holding SHIFT
  • LMS Daltonization configuration added for colorblind users

1.2.18.1 Hotfix for Firefox

  • Optimized daltonizer, should be more performant now

1.2.18.2 Bugfixes

  • HLS stream will no longer freeze up after fragments are cancelled manually

FastStream V1.2.17 for Chrome and Firefox

11 Jan 17:00
Compare
Choose a tag to compare

Bug fixes

  • Fixed indexedDB not supported errors for Youtube

New Features

  • Subtitle font family, weight, and outline is now configurable

FastStream V1.2.16 for Chrome and Firefox

28 Dec 08:09
Compare
Choose a tag to compare

Important Bug Fixes

  • Fixed options not live updating sometimes on Chrome
  • Fixed infinite loop/slowdown occurring when detecting videos with subtitles from other tabs
  • Fixed HLS2MP4 producing videos with de-synced video/audio in certain scenarios
  • Subtitle track name length is now limited to 30 characters
  • Custom source pattern matcher is a little bit more optimized.
  • Improved initial DASH track selection algorithm. Fixed bug where it played videos in other languages briefly before settling with the right one. It will also now prioritize mp4 tracks for better quality and faster saving.

New Features

  • Subtitles can now be moved vertically by dragging them

Developers

  • Added a basic FastStream archive unpacker tool to the repository. A basic express based server script is also included for emulating streams for specific archive files.

FastStream V1.2.15 for Chrome and Firefox

21 Dec 05:41
Compare
Choose a tag to compare

Important Bug Fixes!

  • Fixed bug where fullscreen button on miniplayer doesn't work
  • Fixed bug where miniplayer stays even when playing a different video on Youtube
  • Fixed miniplayer size being based on total page size not screen size
  • Fixed options not updating live on Firefox
  • Fixed empty indexedDB's sticking around after deletion on Firefox
  • Fixed player producing scrollbars when enabled on full page videos

New Features

  • Added save progress option. When enabled, progress is saved locally with pbkdf2 hashed identifiers and encryption (so that it is impossible to extract video history even if attacker has your computer)

FastSteam V1.2.14 for Chrome and Firefox

20 Dec 04:39
Compare
Choose a tag to compare
  • #52 Fixed bug where full size videos were replaced with an empty player
  • Added picture-in-picture keybind (P)
  • Fixed infinite loading for Vimeo videos
  • Added actions for player visibility changes
  • Added miniplayer, miniplayer size, and miniplayer position configuration.
  • Refactored some styles. Player should now look better at different sizes.
    Note: If you've changed your subtitle font size settings, you may need to update it to be 3vw for the subtitole text to resize properly with the player.