Skip to content

This is a simple flv parser, which can parse the audio tag, video tag and scriptdata tag.

Notifications You must be signed in to change notification settings

CUGLSF/simple-flv-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple flv format parser, which can output the info about audio tag, video tag and scriptdata tag.

All the flv files to test are located in the folder "res", and all the source codes are located in the "src" folder.

How to compile?

Execute the "start_build.sh", then go to the folder "build", execute "make" command, then you can get one executable file named "flv_parser".

How to use the flv_parser?

./flv_parser ../res/sample1.flv

About

This is a simple flv parser, which can parse the audio tag, video tag and scriptdata tag.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published