-
Notifications
You must be signed in to change notification settings - Fork 84
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
launchYoutubeApp locks after launching the app on chromecast #82
Comments
@shaikhmohsink Which TV or media device are trying to open the app? |
I am using a samsung monitor, i even tried the same on a samsung TV |
Hi iadnan, eagerly waiting for reply |
@shaikhmohsink I believe you are trying to open the app on Chromecast device?. We tried to reproduce the issue with you tube app. When trying to launch a you tube app , the app doesnt do anything. We will look into it. Thanks. |
Yes I am trying to open the app on chromecast device, and apparently it is not working on both iOS and Android. This is just in case of youtube app. rest of the videos are playing fine on the chromecast device. Thanks for your help :) |
Hi, Any updates on this issue? |
Hi, Same issue here. Has anything changed in youtube app protocol? |
Hey, I just saw this new message on my browser saying Not really sure how did this happened, I just logged in to check if there was any solution found for this problem. Can anyone answer this please? |
I looked at the node package https://www.npmjs.com/package/peer-dial which does this. It launches the youtube app using
Without using any pairing key. I removed the pairingkey code in DIALService.java, and YouTube can now be launched |
Hi , I'm trying Connect SDK with Xbox. The solution suggested above (removing the pairing code) works successfully for all the other devices - Chromecast , Nexus player , Android TV etc But not with the Xbox ? I tried to send the pairing code too , but it launch the app and goes to home screen of YouTube. Any idea or thoughts on this ? |
Hello, any update on this. I'm using this and it just opens the homescreen of youtube. It does not open the video. |
i am using Connect SDK but when I try to connect with my Android smart TV its directly connect without pairing .. and I want to pair with my Smart Tv using connect SDK |
Hi,
I am trying to integrate the sample app using the updated connect-sdk library,
below is the code
getLauncher().launchYouTube("bB3aZzsZSOE", (float)0.0, new Launcher.AppLaunchListener() {
this opens the youtube app and after that nothing happens, no video is played at all, where as in the respose, i get the http status as 200 and isSuccess as true.
The text was updated successfully, but these errors were encountered: