Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed config is not supported in RemoteEmbeddedPlayer #12

Open
penjual opened this issue Sep 18, 2018 · 8 comments
Open

Embed config is not supported in RemoteEmbeddedPlayer #12

penjual opened this issue Sep 18, 2018 · 8 comments

Comments

@penjual
Copy link

penjual commented Sep 18, 2018

W/YouTubeAndroidPlayerAPI( 4924): Forcefully created overlay:adyo@42e9ecb0 helper:Lazy@42ea0408 view:null status: ....... {...}
E/YouTubeAndroidPlayerAPI( 4924): Embed config is not supported in RemoteEmbeddedPlayer.

Physical Device

  • Android 4.4.4 KTU84P
  • HM NOTE 1LTE

Video not playing.

@bhavya27
Copy link

I'm facing the same issue.Do any one has solution for this.

@rsavutiu
Copy link

rsavutiu commented Nov 1, 2018

Maybe your project also targets AndroidTV? I saw something on SO about this

@anonym24
Copy link

anonym24 commented Jan 31, 2019

I think Embed config is not supported in RemoteEmbeddedPlayer error in Logcat has nothing to do with video playback

In my case this error in Logcat appears for each video I play but it still works ok, videos are played without any errors or crashes

If your video can't be played then I think it's a different issue and it's related with Embed config is not supported in RemoteEmbeddedPlayer

@adam-hurwitz
Copy link

adam-hurwitz commented Feb 3, 2019

Unfortunately, the video cannot be played. This is only on certain videos in the app and not all of them.

Errors

E/YouTubeAndroidPlayerAPI: Embed config is not supported in RemoteEmbeddedPlayer.
E/YouTubeAndroidPlayerAPI: Failed to construct CronetEngine. Using fallback Java implementation.
java.lang.IllegalStateException: Disk cache storage path already in use
E/YouTubeAndroidPlayerAPI: Unhandled ErrorReason in onError

YouTube url: https://www.youtube.com/watch?v=YOM6hfDi0G8

screenshot_20190203-083824

@anonym24
Copy link

anonym24 commented Feb 3, 2019

@AdamSHurwitz ID?

@anonym24
Copy link

anonym24 commented Feb 3, 2019

Try to test a YouTube link with PotPlayer https://potplayer.daum.net/ (it's better to use Beta version http://t1.daumcdn.net/potplayer/beta/PotPlayerSetup.exe as it contains the latest YouTube parser)

Your video link can be private and not allowed to be playable by every public connection

@adam-hurwitz
Copy link

adam-hurwitz commented Feb 3, 2019

@anonym24 - Here is an example case showing the above error: https://www.youtube.com/watch?v=YOM6hfDi0G8

There are a few additional errors I included above that seem to be related.

@adam-hurwitz
Copy link

It turns out my issue was related to a change in how my app was processing the YouTube ids. After updating my Regular Expression the YouTubePlayer is working as expected with the proper YouTube video ids.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants