Skip to content

Releases: flussonic/mse-player

Auto reconnect on network loss

21 Feb 14:36
Compare
Choose a tag to compare

v19.2.2

New player.restart() function to manually restart WebSocket
onDisconnect event.

Support for the new type of config

21 Feb 14:22
Compare
Choose a tag to compare

v19.2.1

Support for new "tracks" type in video config.

Webpack updated and reconfigured.

no live support

16 Oct 21:29
Compare
Choose a tag to compare
v18.09.3

update lib ver to 18.09.3

support playPromise rejection

03 Oct 14:56
Compare
Choose a tag to compare

if playPromise raise with rejection, send to server pause command.
Ability apply action to websocket open event

v18.08.6

12 Sep 10:00
Compare
Choose a tag to compare
update lib ver. rebuild dist

v18.08.5

31 Aug 15:01
Compare
Choose a tag to compare
update bundles

18.08.4

21 Aug 06:59
Compare
Choose a tag to compare
v18.08.4

update bundles

18.08.2

14 Aug 13:10
Compare
Choose a tag to compare
  • remove debugger from websocket>seek method

18.08.1

13 Aug 14:49
Compare
Choose a tag to compare
v18.08.1

update bundles; #6091

18.08.0

13 Aug 14:46
b9e23fc
Compare
Choose a tag to compare
  • after seek, pause, setTracks do not playing old frames
  • all commands (play, pause, seek, setTracks) invoke onStartStalling and after receive new frames invoke onEndStalling. If useful for displaying loader spinner
  • incapsulate websocket, sourceBuffers logic