Question about audio
-
in 3.5.5 audio sound have error
GET http://192.168.7.250/rest/v2/file-stores/public/Alert5.mp3 net::ERR_ABORTED 406 (Not Acceptable)
code like this<audio ng-if="sound == true" ng-src="{{'/rest/v2/file-stores/public/MGS_Alert5.mp3'}}" type="audio/mpeg" autoplay="true"></audio> <md-switch ng-model="sound"></md-switch>
when change switch just console have error.
but same code in 3.4.3 it just current play sound . How do I fix ?
-
Good question, looks like a bug. I'll look into it.
-
@sean One of our framework libraries (Spring) changed underneath us causing this bug. I have committed a fix to Mango core for it, it will be included in the next release. Sorry for the inconvenience.
-
-
@jared-wiltshire Thank Jared.