diff --git a/player/livestream.com.coffee b/player/livestream.com.coffee new file mode 100644 index 00000000..41ce14b5 --- /dev/null +++ b/player/livestream.com.coffee @@ -0,0 +1,19 @@ +window.LivestreamPlayer = class LivestreamPlayer extends Player + constructor: (data) -> + if not (this instanceof LivestreamPlayer) + return new LivestreamPlayer(data) + + @load(data) + + load: (data) -> + @setMediaProperties(data) + + @player = $('