You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting PLAYER_ERROR_CONNECTION_FAILED error when playing videos on Tizen emulator, however the videos are working on my LG webOS TV. I made sure that my app has the necessary privileges to access the Internet, and has the following statement in my config.xml as well:
<access origin="*" subdomains="true"></access>
I don't know whether it is related, but I'm also getting:
GET file:///cordova_plugins.js net::ERR_FILE_NOT_FOUND cordova.js:1898
error, however the app continues to run.
I am clueless at this point, and would like to hear some suggestions on how to debug and fix the issue. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Not recommend, but simply to allow all network.
Add this tag on your config.xml.
If It is not resolved yet, please search it on Samsung developer forum or ask this issue.
Because Toast media is based on avplay samsung product api, you might find an answer on the developers' site. https://developer.samsung.com/forum/en
I ended up here as we ran into the same problem while we were trying to make our app running DASH video on old Tizens. So if someone else has the same problem this might help (it helped us). The solution was to add this to your config.xml:
I am getting PLAYER_ERROR_CONNECTION_FAILED error when playing videos on Tizen emulator, however the videos are working on my LG webOS TV. I made sure that my app has the necessary privileges to access the Internet, and has the following statement in my config.xml as well:
<access origin="*" subdomains="true"></access>
I don't know whether it is related, but I'm also getting:
GET file:///cordova_plugins.js net::ERR_FILE_NOT_FOUND cordova.js:1898
error, however the app continues to run.
I am clueless at this point, and would like to hear some suggestions on how to debug and fix the issue. Thanks in advance.
The text was updated successfully, but these errors were encountered: