Skip to content
GitLab
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 973
    • Issues 973
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 105
    • Merge requests 105
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • GStreamerGStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #333
Closed (moved) (moved)
Open
Issue created Dec 02, 2015 by Bugzilla Migration User@bugzilla-migration

dashdemux: forward availabilityStartTime to application

Submitted by Julien Isorce @cap

Link to original bug (#758952)

Description

The application needs a way to retrieve the "availabilityStartTime" field in mpd.

Indeed getStartDate method of HTML5 video tag shall return MPD@availabilityStartTime plus the PeriodStart time.

PeriodStart seems to be gst_adaptive_demux_get_period_start_time which should match start attribute in mpd, example: <Period .. start="PT0.00S">

One possible solution is to post a gst message. Should I add a new entry to GST_ADAPTIVE_DEMUX_STATISTICS_MESSAGE_NAME message: "start-date" ? Or a new message specific to dash where we can add as much as mpd's nodes/attributes that we need ?

(Currently with latest WebKit getStartDate always returns NaN since it is default implementation)

Assignee
Assign to
Time tracking