pcwalton / rust-media

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

Support Ogg in the high-level API #1

Open pcwalton opened 9 years ago

pcwalton commented 9 years ago

Currently, only the low-level Ogg API is supported. We should provide an implementation of ContainerReader for Ogg so that Ogg files can be played via the playback module.