You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
I found Casty during my search, I have a question, what If I would like to cast Youtube Video using Casty lib.
Here is the link of sample code, I am using to play Youtube video using API within my App... I want to cast same.
I believe it's not gonna take much time for you, so can you please write a separate method to cast Youtube Video in your MainActivity.java class. (I'm afraid, in this case we have Play/Pause already :) )
Shall we need to keep other variables same as you kept in createSampleMediaData() method and what are the areas where we need to make changes in our code... (in existing class)
The text was updated successfully, but these errors were encountered:
koral--
changed the title
How to Cast Youtube Video using Casty
How to Cast Youtube Video using Casty?
Aug 10, 2017
So my main concern is. Is it possible to cast YouTube Video... if yes so do we really require play / pause button separately to play and stop video like we are doing in existing case, and is the way our youtube video url should look like:
Actually, I don't have things required to test casting like Chromecast... that's why I can't test at my end...
But I shared what I am assuming... can you confirm it once...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found Casty during my search, I have a question, what If I would like to cast Youtube Video using Casty lib.
Here is the link of sample code, I am using to play Youtube video using API within my App... I want to cast same.
I believe it's not gonna take much time for you, so can you please write a separate method to cast Youtube Video in your MainActivity.java class. (I'm afraid, in this case we have Play/Pause already :) )
Can we use something like this, to work with Youtube videos:
return new MediaData.Builder("https://www.youtube.com/watch?v=RKjUPQCXnsM")
Shall we need to keep other variables same as you kept in createSampleMediaData() method and what are the areas where we need to make changes in our code... (in existing class)
The text was updated successfully, but these errors were encountered: