Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 628
    • Issues 628
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 111
    • Merge Requests 111
  • 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-goodgst-plugins-good
  • Issues
  • #240

Closed
Open
Created Dec 02, 2015 by Bugzilla Migration User@bugzilla-migration

qtmux can't handle missing DTS

Submitted by Sam Duke

Link to original bug (#758949)

Description

So using an rtsp connection over TCP I end up with no DTS in my stream. When I try to save this to an mp4 file, I get an corrupted mp4. Switching to UDP works fine.

My setup is described in this bug: https://bugzilla.gnome.org/show_bug.cgi?id=758932

To summarise,

gst-rtsp-server-1.0/examples/test-launch "( videotestsrc is_live=true ! x264enc ! video/x-h264,width=1296,height=972,framerate=25/1 ! h264parse ! rtph264pay pt=96 name=pay0 )"

./gst-launch-1.0 -e rtspsrc location=rtspt://127.0.0.1:8554/test ! rtph264depay ! h264parse ! mp4mux ! filesink location=~/Downloads/localtest1.mp4

The file will not play and shows only the first frame.

I believe the error is in 'gst_qt_pad_adjust_buffer_dts'.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None