Skip to content

Releases: hyugogirubato/pydash2hls

v2.1.5

07 Jun 11:31
Compare
Choose a tag to compare

Fixed

  • Identification of DRM systems using the same key.
  • Creation of the profile with Representation and/or AdaptationSet.
  • Correction of the dynamic value #EXT-X-TARGETDURATION.

Changed

  • startWithSAP transformed into a boolean.

v2.1.4

06 Jun 18:36
Compare
Choose a tag to compare

Added

  • Added support for Widevine keys directly in HLS.

Fixed

  • Fixed support for multiple Periods.
  • Corrected the Representation type.
  • Handled missing Initialization segments.
  • Fixed the Timelines type.
  • Correctly calculated the number of segments.
  • Fixed the base URL ending with a /.
  • Fixed the range for direct links.

Changed

  • Limited the conversion to video/audio files only.
  • Updated HLS version to 6.
  • Dynamically calculated #EXT-X-MEDIA-SEQUENCE.
  • Dynamically calculated #EXT-X-TARGETDURATION.

v2.1.3

05 Jun 17:20
Compare
Choose a tag to compare

Added

  • Multiple representation support.

Fixed

  • DRM handle for multiple formats.
  • Segment duration.

v2.1.2

04 Jun 14:11
Compare
Choose a tag to compare

Changed

  • Update README.md.

v2.1.1

04 Jun 12:02
Compare
Choose a tag to compare

Changed

  • New name of some variables.

v2.1.0

03 Jun 14:16
Compare
Choose a tag to compare

Added

  • Support for all web errors.

Changed

  • Import of a file using pathlib.
  • Advanced customization of remote loading.
  • Code optimization.

v1.0.0

26 Mar 10:16
Compare
Choose a tag to compare

Added

  • Initial release.

v2.0.1

16 Dec 21:14
Compare
Choose a tag to compare

Added

  • Loading of a remote file.
  • Loading of a local file.
  • Custom error handling in the library.
  • Support for customized parameters.

Fixed

  • Generic link creation to index.m3u8.

Changed

  • Removed interactive mode.
  • Removed specific creation of VRV links.
  • Parsing of the DASH file using xmltodict.