videojs / videojs-flash

The Flash tech for video.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The object doesn't support the property or method "vjs_getProperty"

flaviohenriquecbc opened this issue · comments

Description

I'm receiving on New Relic the following error: "The object doesn't support the property or method 'vjs_getProperty'"

Steps to reproduce

I couldn't reproduce it on BrowserStack, but the errors are reported for the IE11 users.

Results

Error output

Screenshot 2019-09-05 at 14 39 30

Additional Information

config

I'm using the following config:

{
    html5: {
        hls: {
            overrideNative: true,
            enableLowInitialPlaylist: true
        }
    },
    flash: {
        swf: './dist/asset/video-js.swf'
    },
    controlBar: {
        children: []
    },
    fluid: true,
    controls: true,
    preload: 'auto',
    playsinline: true,
    nativeControlsForTouch: false,
    languages: {
        de,
        en
    }
}

versions

videojs

video.js@7.6.0/dist/alt/video.core.js
videojs-flash@version 2.2.0
@videojs/http-streaming@1.10.5

browsers

IE 11

plugins