Skip to content

Geal/rust-vlc-demux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example FLV plugin for VLC media player, written in Rust

This project generates a dynamic library that can be loaded directly by VLC media player. It recognizes FLV file, thanks to the flavors nom parser, written with nom.

It also uses a separate project to import VLC function definitions and some helper macros.