SOURCE_FORCED_TECHNOLOGY_NOT_SUPPORTED 1205

The Technology selected through the forceTechnology parameter, that was passed to the load method, is not supported on the current platform.

The forceTechnology parameter of the load call contains a PlayerType for the StreamType separated by a .. For example, by passing html5.hls as the second parameter to load, the player is instructed to play back a supplied HLS stream with the HTML5 technology.

When this error happens, consider using a valid technology string that is supported on the platform. Unless strictly necessary, consider not using the forced technology, as the player will then choose the best technology based on the platform and provided source.

The list of technologies supported by the current platform can be queried using the getSupportedTech method.

Generated using TypeDoc