Spun out generalized segment reader class from HLS input

This commit is contained in:
Thulinma 2024-04-18 15:31:28 +02:00
parent 1dd27f215a
commit b01df1f3f1
5 changed files with 594 additions and 540 deletions

View file

@ -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',