mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-02 07:00:23 +00:00
Testing buffering track to get waveform progress in Webkit
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user