GithubHelp home page GithubHelp logo

frame_timestamp's Introduction

WARNING

Tested on Dahua cams only, doesn't work on HiWatch DS-N241W

Frame Timestamp

Extracting absolute timestamp of each frame for RTSP stream(H.264)

Requirements

Compiled FFMpeg and sources, since timestamp extraction requires internal <libavformat/rtsp.h> header file.

Notes

export ff_src=$HOME/ffmpeg_sources
export ff_bld=$HOME/ffmpeg_build

PKG_CONFIG_PATH="$ff_bld" ./configure --prefix="$ff_bld" --pkg-config-flags="--static" --extra-cflags="-I$ff_bld/include" --extra-ldflags="-L$ff_bld/lib" --bindir="$ff_bin" --enable-gpl --enable-nonfree
PKG_CONFIG_PATH="ff_bld/lib/pkgconfig/" gcc -I$ff_src/ main.c -o main.out `pkg-config --cflags --libs libavformat libswscale` -lvdpau -lX11 -lva-x11 -lva-drm

Used resources

  1. http://www.cs.columbia.edu/~hgs/rtp/faq.html
  2. http://stackoverflow.com/questions/2439096/h264-rtp-timestamp
  3. http://stackoverflow.com/questions/20265546/reading-rtcp-packets-from-an-ip-camera-using-ffmpeg

frame_timestamp's People

Contributors

isabyr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.