mkv-web icon indicating copy to clipboard operation
mkv-web copied to clipboard

Play MKV files right in your web browser

Results 12 mkv-web issues
Sort by recently updated
recently updated
newest added

``` PS D:\projects\MKV web> npm start > [email protected] start > webpack-dev-server [webpack-dev-server] Project is running at: [webpack-dev-server] Loopback: http://localhost:9000/ [webpack-dev-server] Content not from webpack is served from 'D:\projects\MKV web\public' directory...

I wanted to try this project out but I cannot find any instructions for how to actually use it. One of the bug reports mentioned something about compiling, but it...

I am curious to try this (I am on Firebox, although ideally it would also work on Chrome), but don't want to go through the hassle of compiling. If you...

https://workers.cloudflare.com/ provides free workers, you might be able to offload the js ffmpeg processing

Non-zero exit code of ffmpeg in web worker is not handled. We should throw an exception when the exit code is not what we expect.

bug
good first issue

Chunks are not remuxed when seeking while the media is paused. We need to subscribe to seek events of the video element instead of only relying on timeupdate events.

bug

Load subtitles from MKV container and render them on top of the video element. Ideally, we should support the following common formats: - Subrip (.srt) - WebVTT (.vtt) - Substation...

enhancement

Some MPEG-4 profiles are not supported on every platform, such as h264 (High 10) on Firefox for Windows 11. We could prompt the user to install the required codec or...

bug

The user experiences endless buffering at the end of the stream instead of stopping media playback.

bug
good first issue

Chrome-based browsers don't appear to respect the presentation time of media files added to SourceBuffer, although they work fine with Firefox. We currently pass `-ss ... -t ... -i ......

bug
help wanted