Releases: video-dev/clappr-rtmp-plugin
Releases · video-dev/clappr-rtmp-plugin
0.0.19
Fix autoSwitch option was always enabled
Fix for the previous release.
Auto Switch Levels
- 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
Merge pull request #63 from eventials/master Bumps up version
RTMPS and proxyType option
- Support for
rtmps://URL - Added option
proxyTypeto setNetConnection.proxyType. Default is'none'to behave as before.
Added parameter to identify app instance in the source URL
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
Merge pull request #52 from eventials/master Compatible with latest Clappr version (0.2.58)
Fix NPM Build
Babel was updated on clappr 0.2.35 and this project's build got broken.