Skip to content

Releases: shin1ohno/jani

Support fullscreen video for VAST media

21 Apr 02:00

Choose a tag to compare

Merge pull request #24 from shin1ohno/full-screen-video

Implement full screen movie

Bug fix: hide/unhide strips when rewinding

12 Sep 03:33

Choose a tag to compare

v2.1.1

Bump version to 2.1.1

Rewind event

12 Sep 01:03

Choose a tag to compare

  • Add movie:rewind event
  • Pause when finishing movie

Multi movie

18 Jun 01:13

Choose a tag to compare

Now you can place multiple movie on a single page.

  • HTML format changed: Use class instead of id.
  • EventEmitter is instantiated like singleton for root element not whole app

Bug fix

22 May 13:58

Choose a tag to compare

Forgot to commit app.js file...

production ready

21 May 07:59

Choose a tag to compare

Ready for production.

  • Handle multiple strips
  • Dispatch events to track play time on every seconds while playing (movie:played:5, movie:played:6, etc...)
  • Multi-scene composition (still very simple but works!)