Testing buffering track to get waveform progress in Webkit

This commit is contained in:
=
2012-09-09 14:09:16 +01:00
parent 7e28c397b6
commit 80fc13da1f
18 changed files with 3318 additions and 2812 deletions

View File

@@ -2,11 +2,11 @@ if (!com) var com = {};
if (!com.podnoms) com.podnoms = {};
com.podnoms.settings = {
urlRoot: '{{ API_URL }}',
liveStreamRoot: 'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}',
streamInfoUrl: 'http://{{ LIVE_STREAM_INFO_URL }}',
volume: '{{ DEFAULT_AUDIO_VOLUME }}',
setupPlayer: function(data, id){
urlRoot:'{{ API_URL }}',
liveStreamRoot:'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}',
streamInfoUrl:'http://{{ LIVE_STREAM_INFO_URL }}',
volume:'{{ DEFAULT_AUDIO_VOLUME }}',
setupPlayer:function (data, id) {
com.podnoms.player.setupPlayer({
id:id,
waveFormEl:$('#waveform-' + id),
@@ -17,4 +17,4 @@ com.podnoms.settings = {
url:data.stream_url
});
}
};
};