ypwangnexus / videosnarf

mirror of videosnarf-0.63 but.. powered by bcg729

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

videosnarf

mirror of videosnarf-0.63 but...

  • added support G729 using bcg729

install

$ git clone https://github.com/ypwangnexus/videosnarf.git
$  cd videosnarf
$ ./autogen.sh
$ ./configure
$ make

prerequisites

  • gcc
  • libpcap
  • cmake
  • autotools

usage

  783  git clone https://github.com/aizvorski/h264bitstream
  784  cd h264bitstream/
  786  autoreconf -i
  787  ./configure
  788  make
  791  ./h264_analyze
  
  796  videosnarf/src/videosnarf rtp.264.xiaomi.pcapng
  797  videosnarf/src/videosnarf -i rtp.264.xiaomi.pcapng
  799  h264bitstream/h264_analyze H264-media-1.264
  800  h264bitstream/h264_analyze H264-media-1.264  |more

About

mirror of videosnarf-0.63 but.. powered by bcg729

License:GNU General Public License v2.0


Languages

Language:C 52.8%Language:Makefile 26.2%Language:Shell 19.8%Language:C++ 1.2%