Wowza Community

this.f.setMediaKeys is not a function

I am running WOWZA v4.6. on an Ubuntu 16.04 server. I am using the default VOD app.

When I try to play back MPEG-dash content through the built-in test player, the javascript console shows:

Uncaught (in promise) TypeError: this.f.setMediaKeys is not a function at of.k.Ja (eval at globalEval (jquery.js:4), :155:323) at X.eval (eval at globalEval (jquery.js:4), :126:502) at

There is nothing reported in the error log.

At some stage in the recent past this has worked. I appreciate that this may well be due to something else which has changed on the server, but I’m not sure where to start looking.

Any help gratefully received.

Not a solution, but this appears to be an issue to do with Google Chrome, as the playback works in Firefox.

I removed that one line (c=this.f.setMediaKeys©;) from the js and it seems to work now. sure, it’ll probably break something down the line, but at least works as a temp workaround.