Git Product home page Git Product logo

demuxer's People

Contributors

gemxx 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  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  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

demuxer's Issues

Remuxing into MP4

Hi, i was curious how i would approach the remux into mp4?

Currently i am reading the data via WebSocket and is being sent over mpegts and I want to add this into a HTMLMediaElement via the SourceBuffer API but i need to demux and then remux in to mp4 to allow for this, as far as i know.

双音频识别

您好,我在用 demuxer的TSDemux来解封装时,该mpeg-ts是个双音频文件,导致播放时会出现双声音并导致播放问题(而且解析出来的数据stream_id都是一样的),有什么方式来识别音频1音频2,并只保留单条音频吗?

Plans to continue work on this?

👋 Hey @gemxx, @jarry, @nemo-shen! I'm working on an open source, all-in-browser video editor utilizing the new WebCodecs APIs and am looking for a Typescript mp4 transmuxer alternative to mp4box.js.

Just wondering if you guys are still planning to maintain this project in any capacity? If not, would love any advice for going down the path of doing something similar.

Thanks for your work and hope you all are doing well!

PID Filter in PesStream is Incorrect?

In the PesStream class, there is a filter on the PID, only allowing output for values of greater than 255. It's line 40 of pes.ts:

if (packet.PID > 0x00ff && packet.PID < 0x1fff) {

Why is this lower limit there? According to the spec, the lower limit should be greater than 31, or 0x001f.

I have a hardware encoder that is outputting a PID of 68 on its video stream, and I can only demux it if I change this limit. Can this be changed?

Include d.ts files in package.

Currently it seems that the package on npm does not include types.
Can we please include the d.ts files in the package to support type checking.

This can be accomplished by setting the declaration: true flag in tsconfig.

识别关键帧

假设我知道ts文件一定是h265的,那么我怎么知道解码出来的PES包里的数据是关键帧

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.