Skip to content

Releases: Andrews54757/FastStream

FastStream V1.3.7 for Chrome and Firefox

16 May 04:35
Compare
Choose a tag to compare

New Features

  • Added windowed fullscreen toggle keybind
  • Revamped default quality selection option.
  • Upgraded Youtube.js

Bug Fixes

  • Fixed error occuring when using precise seeking on certain streams

FastStream V1.3.6 for Chrome and Firefox

29 Apr 22:04
Compare
Choose a tag to compare

Bug Fixes

  • Fixed certain keyboard commands, such as copy and paste, not working on Youtube
  • Reduced volume snap sensitivity #133
  • Fixed issue where FastStream is playing while another video is also playing. #124

FastStream V1.3.5 for Chrome and Firefox

17 Apr 20:40
Compare
Choose a tag to compare

Bug fix

  • Fixed windowed fullscreen not working on certain websites. #128

Note

  • As FastStream is now approaching a stable state, releases will occur less frequently. Now is the time to let us know if you have any feature requests! We will soon begin to focus on refactoring/optimizing the code.

FastStream V1.3.4 for Chrome and Firefox

11 Apr 00:49
Compare
Choose a tag to compare

New Features

  • Windowed fullscreen mode is now available. Toggle it by clicking the rectangle icon. (Or ALT + click on fullscreen icon).
  • Drag and drop now also supports mkv and webm file extensions
  • Version number is now visible in settings #126

Bug fixes

  • Fixed subtitles not enabling themselves when files are dragged into the player
  • Fixed XML subtitle files not rendering styling tags correctly (EG italics on Youtube)

FastStream V1.3.3 for Chrome and Firefox

29 Mar 19:11
Compare
Choose a tag to compare

New features

  • Custom Youtube URLS are now possible to make FastStream work with Invidious instances #120

Bug fixes

  • Fixed download issue on some HLS videos #121

FastStream V1.3.2 for Chrome and Firefox

19 Mar 22:13
Compare
Choose a tag to compare

Stability update. Major refactoring of the UI under the hood. No visual changes.

New features

  • Added option to toggle preview (visible when hovering over seeker). Turn off if you have CPU or network limitations.

Bug fixes

  • Fixed DASH failing to abort requests when seeking. Seeking should now be much faster on Youtube.
  • Fixed preview player errors. It should now reload the preload player if it fails.

Other

  • Upgraded Youtube.js
  • Minified library modules (reduce package size)

FastStream V1.3.1 for Chrome and Firefox

15 Mar 23:18
Compare
Choose a tag to compare

Day 2 patch for V1.3.x! A lot of bugfixes!

New features

  • Keybinds added for flipping and rotating the video #109

Bug fixes

  • Fixed failed fragments freezing dash player
  • Fixed silence skipper clipping audio
  • Fixed russian translation #115
  • Fixed dash player failing to switch qualities across different tracks (dash.js goof).
  • Fixed subtitle settings input boxes overflowing in Firefox
  • Fixed subtitle setting input boxes being unclickable
  • Split icons across multiple files to attempt fixing #117

FastStream V1.3.0 for Chrome and Firefox

14 Mar 02:12
Compare
Choose a tag to compare

Major Update V1.3.0

Many things have changed with this update.

New Features

  • Loop tool now has GIF button. Click to make a short GIF.
  • Volume and playback rate are now persistent. FastStream will now remember volume and playbackrates. A small banner has been added to display the current values. Removed default playback rate setting as a consequence.
  • Drag up while seeking to enter precise seek mode temporarily. You can also click and drag the control bar upwards to enable it until you close it by dragging down.
  • FastStream will now analyze the audio of the video as well as the video with the bottom timeline open. It looks very pretty!
Timeline
  • Hold SHIFT and click the playback rate button to toggle silence skipper. It will automatically speed up the video when the audio is below a threshold.
  • New keybinds! You can now Mute, Toggle Captions, and Skip Chapter using keybinds. #100 #102 #97
  • Seek Small keybinds have been replaced with Seek Frame with 1/60 steps. #99
  • Maximum video file size has been lowered to 5GB by default (See #91) This can be changed in the settings page. Please be mindful of your computer's storage space when changing this setting. Browsers will offload data in the RAM to the SSD if the video is too large. Frequently pre-buffering large videos can reduce the lifespan of your SSD.
  • Added support for Bilibili videos.

Bugfixes

  • Clamped scrolling sensitivity for volume controls. #107
  • Dragging playback rate button into hidden bar now works. #105
  • Dash player should now set quality level correctly.

Technical Details

  • Many things have been refactored. Expect to see exotic bugs!
  • DashJS has been upgraded to V5.0.0 early to take advantage of new features. It should theoretically be better.
  • hls.js has been upgraded as well.

FastStream V1.2.25 for Chrome and Firefox

04 Mar 23:58
Compare
Choose a tag to compare

New features

  • Controls will now hide instantly when mouse leaves player #93
  • Click and holding down on the video will now play the video at 2x #95
  • Clicking on the FastStream icon on a new-tab player will now allow you to disable source collection #94
  • Maximum file size limit for enabling predownloader is now configurable #91

Translations

  • Added Russian translations, courtesy of @elfriob

Patch 1.2.25.1

  • Fixed color picker not closing in subtitle settings.
  • Fixed progress save.
  • Fixed 2x hold action triggering single click. #96

FastStream V1.2.24 for Chrome and Firefox

28 Feb 22:20
Compare
Choose a tag to compare

New Features

  • Tool buttons can now be customized. Click and hold to start reorder mode.
  • Added loop tool. Can use to make the player loop a specific segment of the video. #90
  • Timestamps links will now seek the player on Youtube. #83