Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jun 23, 2021
1 parent 24e6dce commit 6cbe745
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* [.getLiveMediaSequenceAudioSegments(audioGroupId, audioLanguage, seqIdx)](#HLSVod+getLiveMediaSequenceAudioSegments)
* [.getBandwidths()](#HLSVod+getBandwidths)
* [.getLiveMediaSequencesCount()](#HLSVod+getLiveMediaSequencesCount)
* [.getLiveMediaSequences(offset, bandwidth, seqIdx, discOffset)](#HLSVod+getLiveMediaSequences)
* [.getLiveMediaSequences(offset, bandwidth, seqIdx, discOffset, padding)](#HLSVod+getLiveMediaSequences)
* [.getLiveMediaAudioSequences()](#HLSVod+getLiveMediaAudioSequences)
* [.getUsageProfiles()](#HLSVod+getUsageProfiles)
* [.getLastDiscontinuity()](#HLSVod+getLastDiscontinuity)
Expand Down Expand Up @@ -111,7 +111,7 @@ Get the number of media sequences for this VOD
**Kind**: instance method of [<code>HLSVod</code>](#HLSVod)
<a name="HLSVod+getLiveMediaSequences"></a>

### hlsVod.getLiveMediaSequences(offset, bandwidth, seqIdx, discOffset)
### hlsVod.getLiveMediaSequences(offset, bandwidth, seqIdx, discOffset, padding)
Get the HLS live media sequence for a specific media sequence and bandwidth

**Kind**: instance method of [<code>HLSVod</code>](#HLSVod)
Expand All @@ -122,6 +122,7 @@ Get the HLS live media sequence for a specific media sequence and bandwidth
| bandwidth | <code>string</code> | |
| seqIdx | <code>number</code> | |
| discOffset | <code>number</code> | add this offset to all discontinuity sequences in the EXT-X-DISCONTINUITY-SEQUENCE tag |
| padding | <code>number</code> | add extra seconds on the EXT-X-TARGETDURATION |

<a name="HLSVod+getLiveMediaAudioSequences"></a>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eyevinn/hls-vodtolive",
"version": "1.12.0",
"version": "1.13.0",
"description": "NPM library to generate HLS Live from HLS VOD",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6cbe745

Please sign in to comment.