saucelabs.tv/lib/saucetv/views/player.haml

16 lines
479 B
Plaintext

%html
%head
%meta{'http-equiv' => 'refresh',
:content => "#{delay};url=/next/after/#{id}"}
%script{:type => 'text/javascript',
:src => '/flowplayer/flowplayer-3.2.11.min.js'}
%title
SauceLabs.tv - #{info['name']}
%body
Now watching: #{info['name']} (#{delay}s)
%script{:type => 'text/javascript',
:src => "http://saucelabs.com/video-embed/#{id}.js?auth=#{token}"}
%script{:type => 'text/javascript'}
$f(0).play();