./multimedia/py-m3u8, Parser for M3U8 playlists

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.0.0, Package name: py312-m3u8-6.0.0, Maintainer: pkgsrc-users

This module provides a parser for M3U8 playlists as used by Apple's HTTP
Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH).


Required to run:
[time/py-iso8601] [lang/python310]

Master sites:

Filesize: 41.719 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-08-08 07:20:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-m3u8: updated to 6.0.0

6.0.0
Parse Bitrate value as integer not string
   2024-08-05 16:46:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-m3u8: updated to 5.3.0

5.3.0

Decompress content while loading gzipped playlists
   2024-07-31 09:53:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-m3u8: updated to 5.2.0

5.2.0
Refactor parser.py to use consistent arguments
Fix output for example LL-HLS manifest
Issue 373: Import EXT-X-CUE-OUT and EXT-X-CUE-OUT-CONT handling
Always parse target duration as integer
   2024-07-02 11:18:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-m3u8: updated to 5.1.0

5.1.0

Add infspec for specifying precision for EXTINF
Allow EXT-OATCLS-SCTE35 on non CUE-OUT segments
   2024-05-28 04:05:18 by David H. Gutteridge | Files touched by this commit (3) | Package updated
Log message:
py-m3u8: update to 5.0.0

5.0.0

    Feat: add explicit 'Duration=' parameter to EXT-X-CUE-OUT by @Equipo45 in #362
    Extract FAQ from README by @leandromoreira in #363
    Fix FAQ link by @leandromoreira in #364
    feat: add version_matching module by @davigsousa @mauricioabreu in #366
    Add support for rendering REQ-VIDEO-LAYOUT in stream info classes by \ 
@colekas-ssim in #365
   2024-04-05 18:31:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-m3u8: updated to 4.1.0

4.1.0

Support EXT-X-CUE-OUT:Elapsed/Duration format
   2024-01-28 09:23:06 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-m3u8: add missing tools