Skip to content

Added parameter to identify app instance in the source URL

Compare
Choose a tag to compare
@gfronza gfronza released this 19 Aug 13:15
· 78 commits to master since this release

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
}