Settings

Theme

Rust-media, a portable media player framework for Rust

github.com

85 points by dcohenp 11 years ago · 8 comments

Reader

kibwen 11 years ago

I believe the intention of this library is to allow Servo to support the <video> tag, correct?

IshKebab 11 years ago

IMO they should write their own decoders. Current C/C++ implementations of media codecs are notoriously buggy.

  • pcwalton 11 years ago

    Definitely we'd like to, over time! This is just the start, and contributions are welcome :) Servo's a big enough project that we try to reuse C and C++ wherever possible, while being open to eventual Rust rewrites of those components. We're pragmatic above all else.

    Also note that, for patent-encumbered codecs, to meet the goals of being freely distributable we unfortunately have to use the platform's native C and C++ implementations, so we're stuck (until the patents expire).

  • Manishearth 11 years ago

    This was created primarily for Servo to use, and in general we don't have enough resources to Rust-ify all the things right now. Eventually, maybe, but not now.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection