Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-bad
gst-plugins-bad
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,011
    • Issues 1,011
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 200
    • Merge Requests 200
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #596

Closed
Open
Opened 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
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-bad#596