Skip to content
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

Implement video graph browser example #113

Open
axelpale opened this issue Mar 5, 2018 · 3 comments
Open

Implement video graph browser example #113

axelpale opened this issue Mar 5, 2018 · 3 comments
Labels
enhancement Moar goodness priority This issue should be solved next

Comments

@axelpale
Copy link
Contributor

axelpale commented Mar 5, 2018

Connect with YouTube or Vimeo API, request related videos, display the network and allow infinite zoomability.

@axelpale axelpale added enhancement Moar goodness priority This issue should be solved next labels Mar 5, 2018
@axelpale
Copy link
Contributor Author

axelpale commented Mar 5, 2018

Notes about YouTube API:

Thumbnail images for videos

See https://developers.google.com/youtube/v3/docs/thumbnails

Search videos related to a video or keyword

Possible with relatedToVideoId property. See https://developers.google.com/youtube/v3/docs/search/list

@axelpale axelpale changed the title Implement YouTube graph browser example Implement video graph browser example Mar 6, 2018
@axelpale
Copy link
Contributor Author

axelpale commented Mar 6, 2018

Notes about Vimeo API because YouTube API authentication seemed more complex:

  1. Get access token
  2. Get a video
  3. Get related videos

Other notes:

axelpale added a commit that referenced this issue Mar 7, 2018
@axelpale
Copy link
Contributor Author

axelpale commented Mar 8, 2018

Vimeo's "get related videos" seems veeryyy poor... almost every video has the same set of related videos. Vimeo's own site does not seem to use it, the site only gives the list of videos from the same author.

Let us try DailyMotion API...

GET video
GET related videos
GET id, title, and thumbnail sprite
GET id, title, and thumbnail of related

And no authentication required! How about CORS? Tested in dev toolbar, no CORS issues. Fk yeah!

axelpale added a commit that referenced this issue Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Moar goodness priority This issue should be solved next
Projects
None yet
Development

No branches or pull requests

1 participant