render-media
render-media copied to clipboard
Intelligently render media files in the browser
Currently, the BLOB cannot be more than 200 MB https://github.com/feross/render-media/blob/a445b2ab90fcd4a248552d32027b2bc6a02600c8/index.js#L76 . As stated in https://github.com/feross/render-media/issues/18 there is a sanity cap of 200 MB. Browsers now allow much larger BLOBs around...
I have an application where I'm storing blobs and not storing the filename. I do store a: `{ title, mimeType, size }` At the moment I'm using `render-media` by faking...
Hi, this is a really great lib. Trying to understand the intended use cases, outside of webtorrent. From the top of my mind: - open and read a file locally...
added missing mime types for all video containers that are supported by browsers `.3g2`: chromium, firefox `.m2ts` `.ts`: edge chromium `.mkv`: chromium `.ogm` `.ogv`: chromium, firefox
https://github.com/webtorrent/webtorrent/issues/1443
Would it possible to have a better gauge on the correct mime-codec for MediaSource APIs if you analysed the file? There are tools are tools available such as mp4box.js, and...
For example, if we want to change the media we stream in a `video` element, we want to destroy the previous renderer (particularly when a videostream is used) . But...