Skip to content

Add configurable HLS playlist type - #571

Open
realpascalbotjet wants to merge 1 commit into
protonemedia:mainfrom
realpascalbotjet:feature/hls-playlist-type-option
Open

Add configurable HLS playlist type#571
realpascalbotjet wants to merge 1 commit into
protonemedia:mainfrom
realpascalbotjet:feature/hls-playlist-type-option

Conversation

@realpascalbotjet

Copy link
Copy Markdown
Collaborator

Fixes #281.

This adds a configurable HLS playlist type on the exporter:

  • setPlaylistType('vod') (default)
  • setPlaylistType('event')
  • setPlaylistType('live')

The value is validated and throws an InvalidArgumentException for invalid types.

Also includes tests for:

  • command generation with event
  • invalid type handling

README is updated with usage docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to choose his playlist type Live, Event, or VOD

1 participant