- 15 Dec, 2014 6 commits
-
-
dev -> dev-hls
ojw28 committed -
Oliver Woodman committed
-
- We can't refer to UnsupportedSchemeException outside of the V18 compat inner classes. - There were also a few missing return; calls.
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
ac3Bitrate is set only after the first buffer is handled, which meant that getting the playback position would cause a divide by zero before then. When playing back AC-3 content, the ac3Bitrate will always be set after the first buffer is handled, so return a 0 position if it is not set.
Oliver Woodman committed
-
- 12 Dec, 2014 10 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Also add missing file.
Oliver Woodman committed -
- Adds support for dash manifests that define SegmentTemplate but no SegmentTimeline. - Assumes that the device clock is correct when calculating which segments to load. The final step here is to use the Utc timing element in the DASH manifest to obtain an accurate client clock. - Doesn't yet enforce that the client shouldn't load segments that are in the future or behind the live window.
Oliver Woodman committed -
This wasn't actually used for anything other than showing a toast, which is now generated based on the manifest instead.
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
- 11 Dec, 2014 1 commit
-
-
Issue: #200
Oliver Woodman committed
-
- 10 Dec, 2014 3 commits
-
-
dev -> dev-hls
ojw28 committed -
Oliver Woodman committed
-
Also update gradle files.
Oliver Woodman committed
-
- 08 Dec, 2014 9 commits
-
-
Oliver Woodman committed
-
Github issue: #183
Oliver Woodman committed -
dev -> dev-hls
ojw28 committed -
This fixes the referenced issue, except that the MPD parser needs to actually parse out UUID and binary data for schemes that we wish to support. Alternatively, it's easy to applications to do this themselves by extending the parser and overriding the parseContentProtection and buildContentProtection methods. Github Issue: #119
Oliver Woodman committed -
It's cleaner to not inject data into the extractor only so that it can be read out as though it were parsed from the stream. This is also an incremental step towards fixing Github issue #119.
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
Add SPS/PPS to the media format.
ojw28 committed -
Oliver Woodman committed
-
- 05 Dec, 2014 4 commits
-
-
dev -> dev-hls
ojw28 committed -
Issue: 186
Oliver Woodman committed -
Issue: 186
Oliver Woodman committed -
Oliver Woodman committed
-
- 03 Dec, 2014 7 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Note: This adds support for the majority of DASH live streams, however we do not yet correctly support live streams that rely on UtcTimingElements in their manifests. Issue: #52
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Plus start to properly document the SmoothStreaming package. Note that where the documentation is a little vague, this is because the original SmoothStreaming documentation is equally vague!
Oliver Woodman committed
-