GithubHelp home page GithubHelp logo

hippo's People

Contributors

barbibulle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hippo's Issues

Is this still work?

I have setup the hippo server and use dash.js player
but get a MEDIA_ERR_DECODE: 3
Seems chrome does not support the media format produced by [mp4-dash.py]

Invalid format

Hello!
I'm using ffmpeg + mp4dash to convert mp4 (https://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_720p_h264.mov) to desired format like this:

ffmpeg -y -threads 4 -thread_queue_size 512 -i ./big_buck_bunny_720p_h264.mov -pix_fmt yuv420p -movflags frag_keyframe+faststart -c:v libx264 -preset veryslow -crf 25 -f mp4 -an -r 30 -t 10 -write_tmcd 0 -x264opts 'keyint=30:min-keyint=30:vbv-maxrate=4800:vbv-bufsize=9600:scenecut=0:no-scenecut' ./results/ffmpegOutDefault.mp4

mp4dash -v -o ./results/dash1 --hippo ./results/ffmpegOutDefault.mp4

and then these files are generated ffmpegOutDefault.mp4, init-video-avc1.mp4, stream.mpd, stream.msm. But when dash.js tries to get some fragments of the video the server gives this error:

Error: invalid format
    at /home/appuser/app/lib/mp4.js:59:29
    at FSReqWrap.wrapper [as oncomplete] (fs.js:460:17)

Any ideas what could be wrong here?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.