mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-03 15:34:00 +00:00
Altered sm to prefer HTML5 audio
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user