Skip to content

a tool that could covert flv into http live streaming

Notifications You must be signed in to change notification settings

jamesli20000/flv2hls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flv2hls

a tool that could covert flv into http live streaming

This tool could be used to convert flv formart file into apple http live streaming format/mpeg2ts file.

compiLe:

g++ flv2hls.c FlvDecoder.cpp flv_mpegts.c -o flv2hls

usage: ./flv2hls -s (your flv file)

or

./flv2hls -s (your flv file) -w (item number in one m3u8 file) -f (segment length) -m (max segment length)

more detail could visit:

spscounter.c Could display how many sps,pps inside one flv file.

g++ spscounter.c FlvDecoder.cpp -o spscounter

About

a tool that could covert flv into http live streaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published