Skip to content

noxo/yle-areena-webvr-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yle-areena-webvr-player

This unofficial WebVR player for Yle Areena written mostly in Javascript ES6.

See it running over here: https://www.youtube.com/watch?v=Q7u2ixWybUw

Program consist of two main Javascript modules:

  • dist/server.js, Node module for hosting index.html + client.js and acting as CORS proxy to access YLE Rest API and video stream
  • dist/client.js, script executed in browser implementing THE player using THREE.JS

Features

  • Select a program from grid menu containing program title and description.
  • Playback of program

Requirements

Running

  • clone repository
  • change YLE developer keys to @ src/client/yle_config.js
  • npm update
  • npm run-script build
  • node dist/server.js (web server should be now running at localhost:8080)
  • open browser to localhost:8080, mouse button will open program or exit player

Releases

No releases published

Packages

No packages published