WAI
Status Update
Comments
ll...@yahoo.com <ll...@yahoo.com> #2
[Comment deleted]
[Deleted User] <[Deleted User]> #3
Second app is called "YouTube for Google TV" (https://play.google.com/store/apps/details?id=com.google.android.youtube.googletv ). It's strange that you can't find it on Google Play, maybe it has some regional/device restrictions or something.
ll...@yahoo.com <ll...@yahoo.com> #4
Thank you very much for your quick reply.
I can find the "YouTube for Google TV" app on the Google Play Store when searching through the browser on my PC. But on my phone, if I search for it on the Google Play Store it does not come up. I see the "YouTube" app suitable for my phone, which shows as "installed", and I see "Google Play Movies and TV". Same on my tablet.
On my Android TV Nexus Player, I find "YouTube for Android TV" and "Google Play Movies and TV", but not "YouTube for Google TV".
This article
http://www.makeuseof.com/tag/android-tv-google-tv-killed/
would seem to explain what is going on, as well as the bitterly negative reviews for the March 2015 upgrade of the "YouTube for Google TV" app, here:
https://play.google.com/store/apps/details?id=com.google.android.youtube.googletv
The fact that I can't install "YouTube for Google TV" on my Android TV is not surprising -- It seems clear that Google doesn't want Android TV owners to have access to it.
So, back to the original problem: It seems then that the YouTubeAPI for Android is not supported on Android TV (at least currently). So, your original question is still a good one: will Google make the YouTube API library work with the default "YouTube for Android TV" application? Maybe they really don't want the YouTube viewing experience on the living room TV to be customized in third-party apps.
I can find the "YouTube for Google TV" app on the Google Play Store when searching through the browser on my PC. But on my phone, if I search for it on the Google Play Store it does not come up. I see the "YouTube" app suitable for my phone, which shows as "installed", and I see "Google Play Movies and TV". Same on my tablet.
On my Android TV Nexus Player, I find "YouTube for Android TV" and "Google Play Movies and TV", but not "YouTube for Google TV".
This article
would seem to explain what is going on, as well as the bitterly negative reviews for the March 2015 upgrade of the "YouTube for Google TV" app, here:
The fact that I can't install "YouTube for Google TV" on my Android TV is not surprising -- It seems clear that Google doesn't want Android TV owners to have access to it.
So, back to the original problem: It seems then that the YouTubeAPI for Android is not supported on Android TV (at least currently). So, your original question is still a good one: will Google make the YouTube API library work with the default "YouTube for Android TV" application? Maybe they really don't want the YouTube viewing experience on the living room TV to be customized in third-party apps.
ll...@yahoo.com <ll...@yahoo.com> #5
[ replacing my earlier comment with my email address removed ]
Thank you for this post. I am having the same problem with the default pre-installed version of YouTube on my Android TV Nexus Player. When I attempt to "UPDATE YOUTUBE APP" it doesn't actually update it. If I uninstall and re-install YouTube, it simply re-installs the same version (version 1.0.5.4, updated on Mar 26, 2015, 8.62 MB). If I uninstall that, and search on Google Play Store for the com.google.android.youtube.googletv app recommended above, it doesn't find it - it only finds the first app.
You say "But installing of second app is very inconvenient for users." - I agree - it's so inconvenient, I can't figure out even how to do it.
Would you mind telling me how you did it?
Thank you,
Lloyd
Thank you for this post. I am having the same problem with the default pre-installed version of YouTube on my Android TV Nexus Player. When I attempt to "UPDATE YOUTUBE APP" it doesn't actually update it. If I uninstall and re-install YouTube, it simply re-installs the same version (version 1.0.5.4, updated on Mar 26, 2015, 8.62 MB). If I uninstall that, and search on Google Play Store for the com.google.android.youtube.googletv app recommended above, it doesn't find it - it only finds the first app.
You say "But installing of second app is very inconvenient for users." - I agree - it's so inconvenient, I can't figure out even how to do it.
Would you mind telling me how you did it?
Thank you,
Lloyd
el...@gmail.com <el...@gmail.com> #6
Any recommendations on how to implement youtube player on Android TV? I tried with a WebView and I got a white screen and my application just crashed after focusing the WebView
be...@gmail.com <be...@gmail.com> #7
No one have any information about this ? At least, know if is an error or other ?
th...@brokenwire.net <th...@brokenwire.net> #8
I have the same issue;
Nexus Player with android 5.1.1;
com.google.android.youtube.googletv is not installed (and can't be installed) and the youtube player api gives an error and suggests to update the youtube app.
Waiting for updates...
Nexus Player with android 5.1.1;
com.google.android.youtube.googletv is not installed (and can't be installed) and the youtube player api gives an error and suggests to update the youtube app.
Waiting for updates...
pe...@gmail.com <pe...@gmail.com> #9
Same problem here... Would be great to have a response from Google.
pe...@gmail.com <pe...@gmail.com> #11
Thanks shawns. But does it mean it's a bug and it will be fixed (The init error with Update Youtube App make me think that) or google don't want to allow Youtube Player API on Android TV ?
mi...@gmail.com <mi...@gmail.com> #12
any more word from y/t on the fix for this or timelines?
ma...@gmail.com <ma...@gmail.com> #13
Additionally, this problem is affecting end-users as well as developers.
I'm using the API for YouTube thumbnails, and am using the onInitializationFailure callback to detect failure. When a user recoverable error happens, the YouTube app linked to from the Dialog is "not available on this device". Very confusing for users, as they can clearly see that it is there.
@Override
public void onInitializationFailure(YouTubeThumbnailView view, YouTubeInitializationResult loader) {
if (loader.isUserRecoverableError()) {
loader.getErrorDialog(activity, code).show();
}
}
I'm using the API for YouTube thumbnails, and am using the onInitializationFailure callback to detect failure. When a user recoverable error happens, the YouTube app linked to from the Dialog is "not available on this device". Very confusing for users, as they can clearly see that it is there.
@Override
public void onInitializationFailure(YouTubeThumbnailView view, YouTubeInitializationResult loader) {
if (loader.isUserRecoverableError()) {
loader.getErrorDialog(activity, code).show();
}
}
zh...@gmail.com <zh...@gmail.com> #14
Youtube for google tv was replaced by youtube for android tv. so, I try to use YouTube Player API Reference for iframe Embeds and achieved most of all functions basically. But it seems working with a long delay and the style of the layer is not good.
So, do you have the new api for android tv?
and there the address for iframe api:
https://developers.google.com/youtube/iframe_api_reference
So, do you have the new api for android tv?
and there the address for iframe api:
ma...@google.com <ma...@google.com> #15
Hi everyone, thanks for the reports on this. The YouTubeAPI class is not supported on the Android TV platform, and there are no plans to add support for it at this time.
bm...@gmail.com <bm...@gmail.com> #16
For your information, I've created YoutubeTV library (https://github.com/bertrandmartel/youtubetv ), a wrapper library for YouTube Player API Reference for iframe Embeds
It provides a YoutubeTvView that embeds a Webview with Youtube iframe with all Javascript API available from this view.
Also, YoutubeTvFragment holds a YoutubeTvView with a media control bar (PlaybackOverlayFragment)
It provides a YoutubeTvView that embeds a Webview with Youtube iframe with all Javascript API available from this view.
Also, YoutubeTvFragment holds a YoutubeTvView with a media control bar (PlaybackOverlayFragment)
gl...@gmail.com <gl...@gmail.com> #17
So ma....@google, tell me please. I'm an end user, and I want to utilize My Amazon Echo thusly: "Alexa, turn on fireplace" and have it launch a YouTube fireplace video. You seem to be saying this cannot be done and will not be accommodated.
Are you folks aware of what's actually occurring out here in the world? This is the future, and can't be difficult to do. Please enable it.
Are you folks aware of what's actually occurring out here in the world? This is the future, and can't be difficult to do. Please enable it.
go...@gmail.com <go...@gmail.com> #18
ja...@gmail.com <ja...@gmail.com> #19
Hi, ma...@gmail.com - are there any revised plans to support YouTubeAPI class on the Android TV platform?
Description
YouTube Player Android API
Issue summary:
I have a problem when using YouTube Player Android API v1.2.1 in Android TV application.
Device: Asus Nexus Player (Android 5.0).
Steps to reproduce issue:
1. Ensure YouTube for Android TV (
2. Call YouTubePlayerFragment.initialize(<DEVELOPER_KEY>, listener) with valid DEVELOPER_KEY
Expected output:
Initialization succeeds
Actual results:
Initialization finishes with error "This app won't work unless you update the YouTube" and button "UPDATE YOUTUBE APP"
Notes:
It happens because Android TV has two YouTube apps:
1.
2. com.google.android.youtube.googletv (not installed)
If I install second app (com.google.android.youtube.googletv), YouTube Player Android API starts to work as expected. But installing of second app is very inconvenient for users.
So do you planning any update to make YouTube API library work with default TV application?