mp4box.js icon indicating copy to clipboard operation
mp4box.js copied to clipboard

bower json missing

Open publicocean0 opened this issue 8 years ago • 8 comments

You could add also bower json

publicocean0 avatar Jun 15 '16 17:06 publicocean0

Can you submit a PR?

cconcolato avatar Jun 16 '16 11:06 cconcolato

sorry what do you mean with PR?

publicocean0 avatar Jun 16 '16 18:06 publicocean0

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

rbouqueau avatar Jun 16 '16 18:06 rbouqueau

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

publicocean0 avatar Jun 17 '16 06:06 publicocean0

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

publicocean0 avatar Jun 17 '16 06:06 publicocean0

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

cconcolato avatar Jun 17 '16 16:06 cconcolato

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 avatar Jun 18 '16 08:06 publicocean0

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.

publicocean0 avatar Jul 06 '16 11:07 publicocean0