Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 717 Bytes

Readme.md

File metadata and controls

13 lines (9 loc) · 717 Bytes

YoutubeDS makes it possible to play Youtube videos on the ds.

It currently has no gui yet, so a preprogrammed video id is played.

Youtube DS

The following libraries are used:

  • HappyHttp
  • RapidJson
  • NanoJPEG
  • Helix Fixed-point HE-AAC decoder

Because I have not been able (yet) to implement https, the youtube api calls have to be routed through some kind of https->http proxy (because one can not use the youtube api without https). The folder 'https_removal' contains a php file that does just that. For a little bit of extra security, put your own youtube api key in there to prevent the use of it by other people.