pcwalton / rust-media

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

Update to rust 1.14 nightly and update the example dependencies #27

Closed est31 closed 7 years ago

est31 commented 7 years ago

I have tested the example, and playback of webm is working well.

est31 commented 7 years ago

Also I wonder whether the nightly branch should maybe be retired? It seems to have lots of duplicate work, and as servo updates very often it might not be needed anymore. Maybe we could even try to work towards targetting stable, then its guaranteed that servo compiles.

est31 commented 7 years ago

Note that I haven't checked the mac OS build, as I don't have a mac.