vlc-rs
Rust bindings for libVLC media framework.
Status
Many missing functions and wrappers.
Use
Please add the following dependencies to your Cargo.toml.
[]
= "0.3"
Or:
[]
= "https://github.com/garkimasera/vlc-rs.git"
Example
Play for 10 seconds from a media file.
extern crate vlc;
use ;
use thread;
Other examples are in the examples directory.
License
MIT (Examples are licensed under CC0)