Skip to content

acolwell/mse-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mse-tools

Go tools that simplify building applications for the Media Source Extensions.

Go Command-line Tools

Tools

  • mse_webm_remuxer - Remuxes a WebM file so it conforms to WebM Byte Stream requirements.
  • mse_json_manifest - Generates a simple JSON manifest that contains information about the initialization segment and media segments in a WebM file.
  • webm_dump - Simple debugging tool that dumps the element information in a WebM file.

Requirements

Build

  • Setup your $GOPATH as described in How to Write Go Code
  • Run the following commands:
    `cd $GOPATH
      go get github.com/acolwell/mse-tools/...
      `
  • All the command-line tools will appear in $GOPATH/bin

About

Media Source Extensions Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages