
Default source not working
Hello, I am trying to get the "default" option in playlist > sources to work (as documented below). I am running video with 1080p, 480p, and mobile resolutions, and want 480p to be the default without having to re-order the sources array:
http://www.longtailvideo.com/support/jw-player/28842/working-with-playlists/
Per one of Ethan's post, I upgraded past 6.3 (using 6.7):
http://www.longtailvideo.com/support/forums/jw-player/using-playlists/32117/multiple-sources-default-not-working/
And I am setting the "default" option (with quotes) under the item, not the playlist, as mentioned by James here:
http://www.longtailvideo.com/support/forums/jw-player/using-playlists/31989/source-property-default-doesnt-work/
My playlist is being passed into .setup() as the following (verified in Chrome dev tools):
bc.. [{
'sources': [{
'file': 'https://example.com'
},{
'file': 'https://example.com',
'"default"': true
},{
'file': 'https://example.com'
}
}]
I see this error on Mac Chrome / FF, and Windows Chrome / FF.
This is on a private site, but am happy to provide a temporary login to Ethan or someone else from JW Player. I appreciate any help with this--I'm sure it's something silly that I'm missing, but I obviously can't see it...
Thanks!