shaka-packager/packager/media/formats
Caitlin O'Callaghan cd018a71c3
Low latency DASH support (#979)
# LL-DASH Support
These changes add support for LL-DASH streaming. 

**NOTE:** LL-HLS support is still in progress, but it's coming. :) 

## Testing
`./chunking_unittest --gtest_filter="ChunkingHandlerTest.LowLatencyDash"`

`./media_event_unittest --gtest_filter="MpdNotifyMuxerListenerTest.LowLatencyDash"`

`./mpd_unittest --gtest_filter="PeriodTest.LowLatencyDashMpdGetXml"`
`./mpd_unittest --gtest_filter="SimpleMpdNotifierTest.NotifyAvailabilityTimeOffset"`
`./mpd_unittest --gtest_filter="SimpleMpdNotifierTest.NotifySegmentDuration"`
`./mpd_unittest --gtest_filter="LowLatencySegmentTest.LowLatencySegmentTemplate"`

Note, packager_test must be run from the main project directory
`./out/Release/packager_test --gtest_filter="PackagerTest.LowLatencyDashEnabledAndUtcTimingNotSet"`
`./out/Release/packager_test --gtest_filter="PackagerTest.LowLatencyDashEnabledAndUtcTimingNotSet"`
2021-08-25 08:38:05 -07:00
..
dvb Fix transparency case in DVB-SUB. 2021-03-29 16:34:39 +00:00
mp2t cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
mp4 Low latency DASH support (#979) 2021-08-25 08:38:05 -07:00
packed_audio cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
ttml cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
webm cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
webvtt cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
wvm cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00