Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PyAV
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyAV
  • PyAV
  • Merge requests
  • !672

[discussion] retrieve rtsp ntp time

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/ramoncaldeira/rtcp-ntp-time into develop May 26, 2020
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 6

Created by: ramoncaldeira

Hi!

I have a use case where I would benefit from retrieving the camera's NTP time from a RTSP container. FFMPEG contains structures capable of parsing this information, but unfortunately they are internal and are not available in the public API.

I made this small patch to solve my problem. It is not generic enough, as it hardcodes ntp time into demux return. I also had to include vendor/ffmpeg-4.2 in include_dirs on setup.py.

My intention with this PR is to share the solution with you and hopely find out a way to change the code so that it can be incorporated into the project.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ramoncaldeira/rtcp-ntp-time