Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Video.js Compatibility: 7.x, 8.x
- [Known Issues and Workarounds](#known-issues-and-workarounds)
- [Fragmented MP4 Support](#fragmented-mp4-support)
- [Assets with an Audio-Only Rate Get Stuck in Audio-Only](#assets-with-an-audio-only-rate-get-stuck-in-audio-only)
- [DASH Assets with `$Time` Interpolation and `SegmentTimeline`s with No `t`](#dash-assets-with-time-interpolation-and-segmenttimelines-with-no-t)
- [Testing](#testing)
- [Debugging](#debugging)
- [Release History](#release-history)
Expand Down Expand Up @@ -1062,15 +1061,6 @@ Follow progress on this in issue [#175](https://github.com/videojs/http-streamin

[HLS Authoring Specification]: https://developer.apple.com/documentation/http_live_streaming/hls_authoring_specification_for_apple_devices

### DASH Assets with `$Time` Interpolation and `SegmentTimeline`s with No `t`

DASH assets which use `$Time` in a `SegmentTemplate`, and also have a
`SegmentTimeline` where only the first `S` has a `t` and the rest only have a
`d`, do not load currently.

There is currently no workaround for this, but you can track progress on this
in issue [#256](https://github.com/videojs/http-streaming/issues/256).

## Testing

For testing, you run `npm run test`. You will need Chrome and Firefox for running the tests.
Expand Down