Skip to content

Releases: video-dev/clappr-rtmp-plugin

0.0.19

06 Sep 14:52

Choose a tag to compare

  • AutoSwitch rules are now configurable.

Fix autoSwitch option was always enabled

30 Aug 08:38

Choose a tag to compare

Fix for the previous release.

Auto Switch Levels

29 Aug 17:18

Choose a tag to compare

  • Added config option autoSwitch
  • Fixed a bug that was not updating the level selector plugin when selecting AUTO and the current level didn't changed immediately.

RTMPS and proxyType option

23 Aug 12:06

Choose a tag to compare

Merge pull request #63 from eventials/master

Bumps up version

RTMPS and proxyType option

19 Aug 22:24

Choose a tag to compare

Pre-release
  • Support for rtmps:// URL
  • Added option proxyType to set NetConnection.proxyType. Default is 'none' to behave as before.

Added parameter to identify app instance in the source URL

19 Aug 13:15

Choose a tag to compare

In OSMF.swc, there is a class called StreamingURLResource, its constructor takes the optional argument urlIncludesFMSApplicationInstance. It was not being used, but now it is exposed through this plugin's parameter useAppInstance (default value is false to behave as before):

rtmpConfig: {
  swfPath: 'dist/assets/RTMP.swf',
  useAppInstance: true
}

Updates for Clappr 0.2.58

06 Jul 18:01

Choose a tag to compare

Merge pull request #52 from eventials/master

Compatible with latest Clappr version (0.2.58)

Fix NPM Build

22 Feb 19:58

Choose a tag to compare

Babel was updated on clappr 0.2.35 and this project's build got broken.

Bug fixes

17 Dec 20:15

Choose a tag to compare

  • Fix: Fire PLAYBACK_PLAY after state changed to PLAYING
  • Fix: Only fire PLAYBACK_READY when the AC part is all initialized.

Bug fix

15 Dec 12:47

Choose a tag to compare

  • Bug fix: Levels were reported on every state change