Skip to content

Releases: video-dev/clappr-rtmp-plugin

0.0.19

Choose a tag to compare

@gfronza gfronza released this 06 Sep 14:52
  • AutoSwitch rules are now configurable.

Fix autoSwitch option was always enabled

Choose a tag to compare

@gfronza gfronza released this 30 Aug 08:38

Fix for the previous release.

Auto Switch Levels

Choose a tag to compare

@gfronza gfronza released this 29 Aug 17:18
  • 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

Choose a tag to compare

@gfronza gfronza released this 23 Aug 12:06
Merge pull request #63 from eventials/master

Bumps up version

RTMPS and proxyType option

Pre-release

Choose a tag to compare

@gfronza gfronza released this 19 Aug 22:24
  • 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

Choose a tag to compare

@gfronza gfronza released this 19 Aug 13:15

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

Choose a tag to compare

@gfronza gfronza released this 06 Jul 18:01
Merge pull request #52 from eventials/master

Compatible with latest Clappr version (0.2.58)

Fix NPM Build

Choose a tag to compare

@gfronza gfronza released this 22 Feb 19:58

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

Bug fixes

Choose a tag to compare

@gfronza gfronza released this 17 Dec 20:15
  • Fix: Fire PLAYBACK_PLAY after state changed to PLAYING
  • Fix: Only fire PLAYBACK_READY when the AC part is all initialized.

Bug fix

Choose a tag to compare

@gfronza gfronza released this 15 Dec 12:47
  • Bug fix: Levels were reported on every state change