Skip to content

Commit

Permalink
Patch/v1.4.0 doris (#79)
Browse files Browse the repository at this point in the history
* Patch/v1.3.3 doris (#76)

* MPEG-TS probe improvement (video-dev#5186)

Fixes video-dev#5183

* Support AES-128 Encrypted Low-Latency HLS Parts (video-dev#5214)

* Log error and detach if MediaSource 'sourceopen' is interrupted (video-dev#5206)

* fix: merge DiceTechnology/hls.js changes.

* fix: Transition from Clear to DRM content

* fix:Sometimes play AES-128 stream failed

* test: modify test case

---------

Co-authored-by: Rob Walch <robwalch@users.noreply.github.com>

* 1.3.4

* docs: modify api doc.

* chore: Modify version.

---------

Co-authored-by: Rob Walch <robwalch@users.noreply.github.com>
Co-authored-by: Hongfei Huang <hongfei.huang@endeavorstreaming.com>
  • Loading branch information
3 people authored and eowino committed Jan 16, 2024
1 parent cd12094 commit dc3ec63
Show file tree
Hide file tree
Showing 19 changed files with 296 additions and 23,263 deletions.
11 changes: 10 additions & 1 deletion api-extractor/report/hls.js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ export class BaseStreamController extends TaskLoop implements NetworkComponentAP
// (undocumented)
protected playlistType: PlaylistLevelType;
// (undocumented)
protected reAlignCC: number | null;
// (undocumented)
protected recoverWorkerError(data: ErrorData): void;
// (undocumented)
protected reduceLengthAndFlushBuffer(data: ErrorData): boolean;
Expand Down Expand Up @@ -1257,7 +1259,9 @@ export enum Events {
// (undocumented)
SUBTITLE_TRACKS_CLEARED = "hlsSubtitleTracksCleared",
// (undocumented)
SUBTITLE_TRACKS_UPDATED = "hlsSubtitleTracksUpdated"
SUBTITLE_TRACKS_UPDATED = "hlsSubtitleTracksUpdated",
// (undocumented)
VIDEO_PTS_NEEDED = "hlsVideoPtsNeeded"
}

// Warning: (ae-missing-release-tag) "FPSController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
Expand Down Expand Up @@ -1854,6 +1858,10 @@ export interface HlsListeners {
[Events.SUBTITLE_TRACKS_UPDATED]: (event: Events.SUBTITLE_TRACKS_UPDATED, data: SubtitleTracksUpdatedData) => void;
// (undocumented)
[Events.SUBTITLE_TRACK_SWITCH]: (event: Events.SUBTITLE_TRACK_SWITCH, data: SubtitleTrackSwitchData) => void;
// Warning: (ae-forgotten-export) The symbol "VideoPTSNeededCC" needs to be exported by the entry point hls.d.ts
//
// (undocumented)
[Events.VIDEO_PTS_NEEDED]: (event: Events.VIDEO_PTS_NEEDED, data: VideoPTSNeededCC) => void;
}

// Warning: (ae-missing-release-tag) "HlsLoadPolicies" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
Expand Down Expand Up @@ -2149,6 +2157,7 @@ export interface LevelAttributes extends AttrList {
// @public (undocumented)
export type LevelControllerConfig = {
startLevel?: number;
replaceCodecs: [string, string][];
};

// Warning: (ae-missing-release-tag) "LevelDetails" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
Expand Down
Loading

0 comments on commit dc3ec63

Please sign in to comment.