Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible to play Youtube videos playlist in Roku channel using Youtube V3 API documentation?

I am working on a channel that is calling video data from youtube V3 API, I am getting each every data(e.g.-title, description, thumbnails, video link code(but unable to play )) from API but facing issue while playing youtube video. we only want to play from youtube API.
is there any way to play videos from youtube v3 API?

Thanks in Advance 
Jitendra Gaur
0 Kudos
1 REPLY 1
norcaljohnny
Roku Guru

Re: Is it possible to play Youtube videos playlist in Roku channel using Youtube V3 API documentation?

Yes, there are ways but against Youtube TOS and I am sure against Roku's TOS.

In short you need to extract the actual video url and not the embed code.

Not sure what your skills are but you can use youtube-dl and run something server side to handle the redirect.

Something like this here. http://shadtv.onthewifi.com:8080/parse/dlh.php?id=VideoIdHere
Working demo here. http://shadtv.onthewifi.com:8080/parse/dlh.php?id=C2Jv8e-L6BQ
0 Kudos