Embed config is not supported in RemoteEmbeddedPlayer

╄→гoц情女王★ 提交于 2019-12-11 02:47:51

问题


When I try to play a youtube video on android using the youtube official api I get this error in logcat

E/YouTubeAndroidPlayerAPI: Embed config is not supported in RemoteEmbeddedPlayer.

and then the onError callback is triggered with NOT_PLAYABLE reason.

Is it something configured incorectly for the video?

This is the video: https://www.youtube.com/watch?v=sw6Mg81YMg0


回答1:


had same problem when I created my project for Android TV as the target device, then I create a new project for phone and tablet. Now it works

hope this helps.



来源:https://stackoverflow.com/questions/51838904/embed-config-is-not-supported-in-remoteembeddedplayer

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