Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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.