Spun out generalized segment reader class from HLS input
This commit is contained in:
parent
1dd27f215a
commit
b01df1f3f1
5 changed files with 594 additions and 540 deletions
|
@ -35,6 +35,7 @@ headers = [
|
|||
'rtmpchunks.h',
|
||||
'rtp_fec.h',
|
||||
'rtp.h',
|
||||
'segmentreader.h',
|
||||
'sdp.h',
|
||||
'sdp_media.h',
|
||||
'shared_memory.h',
|
||||
|
@ -105,6 +106,7 @@ libmist = library('mist',
|
|||
'rtmpchunks.cpp',
|
||||
'rtp_fec.cpp',
|
||||
'rtp.cpp',
|
||||
'segmentreader.cpp',
|
||||
'sdp.cpp',
|
||||
'sdp_media.cpp',
|
||||
'shared_memory.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue