# rs-vlc-demo **Repository Path**: PaiBit/rs-vlc-demo ## Basic Information - **Project Name**: rs-vlc-demo - **Description**: VLC for Rust with Windows. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: VLC, Rust, Windows ## README rs-vlc-demo === ### setup - download `vlc lib/dll` - set env `VLC_LIB_DIR` ref: https://code.videolan.org/videolan/vlc-rs/ #### example - path envs ![1730778940481](image/README/1730778940481.png) - VLC_LIB_DIR env ![1730778887136](image/README/1730778887136.png) - VLC_LIB_DIR structure ![1730778903465](image/README/1730778903465.png) ### run ```bash cargo build cargo run ``` #### example ![1730779043304](image/README/1730779043304.png) ![1730779025584](image/README/1730779025584.png) ### attachments - win64 vlc [win64 vlc](./attachments/vlc-3.0.21-win64.7z) - win32 vlc [win32 vlc](./attachments/vlc-3.0.21-win32.7z) - example video [movie.mp4](./attachments/movie.mp4)