pcwalton / rust-media

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

Add a seeking API to the containers and player #5

Open pcwalton opened 9 years ago

pcwalton commented 9 years ago

We should be able to seek in the media. Get this working. This will involve, at minimum, adding a seek method to ContainerReader and a corresponding method in Player.