Skip to content

kounoike/gitbucket-html5media-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbucket-html5media-plugin

This plugin introduce to render Video/Audio/PDF by GitBucket.

Screenshot

20170604-005953 - mediatest do-mo mp4 at master - root mediatest - google chrome

Install

  1. Download *.jar from Releases.
  2. Deploy it to GITBUCKET_HOME/plugins.
  3. Restart GitBucket.

Supported format

  • Video
    • .mp4
    • .webm
    • .ogv
  • Audio
    • .mp3
    • .aac
    • .ogg
    • .flac
    • .wav
  • PDF
    • .pdf

Tips

Video/Audio/PDF files should be stored with GitLFS.

To enable LFS on GitBucket, you need set base URL in settings. (reffer to This page

Client side operations are described in git-lfs Tutorial.