gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.97k stars 332 forks source link

bower json missing #92

Open publicocean0 opened 8 years ago

publicocean0 commented 8 years ago

You could add also bower json

cconcolato commented 8 years ago

Can you submit a PR?

publicocean0 commented 8 years ago

sorry what do you mean with PR?

rbouqueau commented 8 years ago

PR: https://help.github.com/articles/using-pull-requests/

publicocean0 commented 8 years ago

ah ok , it is just a file bower.json. Very simple. I can post it directly here :)

publicocean0 commented 8 years ago

I m working now for segmenting mp4 file for using it with html5 video :) I m developping a wrapper for handling a segmented mp4 stream. I hope it will be fastly. It is my first attempt

cconcolato commented 8 years ago

If you want to provide a bower file. Please do. Let us know if you have problem with MP4Box.js.

publicocean0 commented 8 years ago

ok ... i will send you the bower file In my project i used bower files for all js so i will need it. .Let me some days for finishing my classes using mp4box, so then merge all :)

publicocean0 commented 8 years ago

bower.json (to save in the main folder)

 {
"name": "mp4box",
"homepage": "http://download.tsi.telecom-paristech.fr/gpac/mp4box.js",

"version": "1.0",
"main":["dist/mp4box.all.js"],
"authors": [
    "Cyril Concolato"
  ], 
"license": "MIT",
"ignore": [
    "**/.*",
    "src",
    "test" 
  ]
}

In a dist file you can put inside last version(it is better not mimified version,because there are tools using bower or grunt making it as you want selecting debug or not and injecting directly it in the html sources).

When you put it , i can register mp4box for publishing it to bower server.