Altered sm to prefer HTML5 audio

This commit is contained in:
Fergal Moran
2013-04-22 15:06:12 +01:00
parent 9ac6dee9a3
commit dedd5acfcf
23 changed files with 476 additions and 439 deletions

View File

@@ -9,7 +9,7 @@ com.podnoms.settings = {
liveStreamRoot:'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}',
streamInfoUrl:'http://{{ LIVE_STREAM_INFO_URL }}',
volume:'{{ DEFAULT_AUDIO_VOLUME }}',
smDebugMode: false,
smDebugMode: '{{ SM_DEBUG_MODE }}',
/** simple helper to take an api JSON object and initialise a player item */
setupPlayer:function (data, id) {