;!(function () {
window.onkeydown = function () {
h5lc.fullscreen = false
}
let _content = $("
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
" 00:00:00\n" +
" 00:00:00\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
");
$("#jessibucaContainer").append(_content);
function constructLive(opt) {
this._opt = opt;
if (typeof opt.container === "string") {
this._opt.container = document.getElementById(opt.container);
}
if (!this._opt.container) {
throw new Error('Jessibuca need container option');
return;
}
}})()