Ember App not playing sound in Chrome

送分小仙女□ 提交于 2019-12-24 15:21:39

问题


I have built an ember music app consuming favorite songs by SoundCloud using the api of this project. You can see the demo here

From a couple of days i have noticed that only in Chrome any song i play, the sound and and the stream do not work, in the other browsers ( Safari and Firefox) it works well as usual.

I thought at the beginning it was violating the content Security Policy directive in environment Ember Cli. See the question here but although i have solved it, the problem is still there, plus there is not console log error

These are all the actions i have taken in Chrome to fix it, none of them was successful

  • Removed any chrome extension
  • Clear cache and deleted cookies
  • Tried in incognito mode
  • Reinstalled Chrome

My chrome is update , the version is 48.0.2564.116 (64-bit)

At the moment the sound and the stream do not work in my app and also in the demo http://soundcloud.lrdiv.co/ but in all the other browsers yes.

So question is, what other actions can i take? Should i maybe downgrade a Chrome Version as last try? Is it only a browser problem?

I have also followed these instructions with not solution


回答1:


Found the solution here: https://github.com/soundcloud/soundcloud-javascript/issues/39

If you deactivate the flash here chrome://plugins/ it works out



来源:https://stackoverflow.com/questions/35709069/ember-app-not-playing-sound-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!