diff --git a/web/assets/vendor/js/poseidon.js b/web/assets/vendor/js/poseidon.js index 461d8483..556b437d 100644 --- a/web/assets/vendor/js/poseidon.js +++ b/web/assets/vendor/js/poseidon.js @@ -516,6 +516,9 @@ var Poseidon = function () { this._video.currentTime = this._sourceBuffer.buffered.end(0) - 0.5; } } + if (!(data instanceof ArrayBuffer)){ + data = data.segment; + } if (this._sourceBuffer.updating) { this._lastSegment = data; } else {