diff -r 03c88ba5de2c -r 353b0881a0b9 src/widgets/JwpPlayer.js --- a/src/widgets/JwpPlayer.js Tue Oct 02 12:44:37 2012 +0200 +++ b/src/widgets/JwpPlayer.js Tue Oct 02 18:08:05 2012 +0200 @@ -19,6 +19,10 @@ this.video = this.media.video; } + if (typeof this.streamer === "undefined") { + this.streamer = this.media.streamer; + } + if (typeof this.streamer === "function") { this.streamer = this.streamer(this.video); }