
Debugging Jwplayer
By putting the player setup to debug : true it should display some kind of a debug log, right? .. Where do these logs go? .. Do be need a plugin to display the debug mode?
By putting the player setup to debug : true it should display some kind of a debug log, right? .. Where do these logs go? .. Do be need a plugin to display the debug mode?
Correct, this will give you debugging information that is logged via console.log. Open your browsers dev tools and you will see the log messages.
Cooper