Hi guys, sorry for my english...
Congratulations for the lib, is awsome. I use the lib in one project and works fine, but in some videos the player show "invalid parameters" and not display de video.
Can you help me?
Hi, have you checked the videoId is valid?
Yes, the id is -> TmZG2y7SllU
Does it work in your browser? with so little information I can't say much unfortunately.
Yes, work. In Android Studio show this message -> E/libEGL: validate_display:99 error 3008 (EGL_BAD_DISPLAY)
But i don't know if this message is about the problem.
I doubt they are related.
Many others videos works fine in the app, this video and others 7 show the message.
I'll try playing it in the app later in the evening.
works fine for me.
I encountered this error too. The Error Comes when I try to get the String Like this
videoID = String.valueOf(R.string.video_id);
but will work fine if I put the ID like videoID = "SOME ID"
Use the getString method. You can't use valueOf for resources.
Most helpful comment
Use the getString method. You can't use valueOf for resources.