scube-server/app/views/tracks/show.html.haml
Thibault Jouan 2f6a447416 Implement track/stream
* Add Streamer class
* Use FactoryGirl for factories
* Add sha256 field to tracks
* Add mime_type field to tracks
2011-07-26 16:59:47 +00:00

4 lines
147 B
Plaintext

%h1= @track.name
%audio{:src => stream_track_path(@track), :controls => true, :autoplay => true}
Your browser does not support the audio element