pcwalton / rust-media

A free, comprehensive, and portable video/audio streaming library for Rust
Apache License 2.0
787 stars 57 forks source link

Use Media Foundation on Windows for restricted codecs #8

Open pcwalton opened 9 years ago

pcwalton commented 9 years ago

Currently your only option to play H.264 and AAC on Windows is to use FFmpeg, but this is not ideal. Most Windows versions come with Media Foundation nowadays, so we should be able to use that where available.

siriux commented 7 years ago

Are there any plans to support this in the short/mid term?