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 986
    • Issues 986
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 132
    • Merge requests 132
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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
  • Issues
  • #596

Closed
Open
Created Aug 11, 2017 by Bugzilla Migration User@bugzilla-migration

dashdemux: skip period with same start time

Submitted by Siva Vedula

Link to original bug (#786150)

Description

There is a redundant period present while using external mpd. Start time of an external mpd period and start time of regular mpd period computed to same. Due to this conflict, error is returned and "Invalid Manifest" error is thrown.

For example:

  1. P1 period with start time 'x' and duration 60S in regular mpd,
  2. next there is an external mpd period with two periods P2 and P3 of duration each 60S,
  3. after this there is a period P4 with start time of 'x+120' in regular mpd.

For this, P3 start time is computed to 'x+120' and it is same as P4 start time. Due to same start time for two periods, in period start time validation check, error occurred.
This is observed in the below mpd:

http://vm2.dashif.org/livesim-dev/periods_60/xlink_30/insertad_2/testpic_2s/Manifest.mpd

Assignee
Assign to
Time tracking