Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-bad gst-plugins-bad
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 982
    • Issues 982
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 125
    • Merge requests 125
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Merge requests
  • !2285

hls: Add EXT-X-PROGRAM_DATE_TIME, playlist recovery (append-list) and omit-endlist

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Antonin Rousset requested to merge AntoninRousset/gst-plugins-bad:EXT-X-PROGRAM_DATE_TIME+append-list+omit-endlist into master May 28, 2021
  • Overview 0
  • Commits 2
  • Pipelines 6
  • Changes 8

This merge adds the following features:

  • append-list boolean property to attempt a recovery of a playlist if one with the same name exists; a recovery is preceded with a EXT-X-DISCONTINUITY.
  • EXT-X-PROGRAM_DATE_TIME tag in the playlist, including after a discontinuity
  • omit-endlist boolean property to not write the EXT-X-ENDLIST tag (useful for live stream)

I've been working on these for a project that requires a good wall time synchronization from a stream of poor quality that can easily get interrupted (thus the recovery). I'm however very new to GStreamer so a review is much welcome!

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: EXT-X-PROGRAM_DATE_TIME+append-list+omit-endlist