项目作者: heiher

项目描述 :
The Android media codec video sink for GStreamer 1.0
高级语言: C
项目地址: git://github.com/heiher/gst-amc-sink.git
创建时间: 2017-05-19T05:45:10Z
项目社区:https://github.com/heiher/gst-amc-sink

开源协议:

下载


GstAmcSink

GstAmcSink is an Android media codec video sink for GStreamer 1.0.

Features

  • Decode and render directly, zero copy.
  • Various encoding format support (need hardware support):
    • H.263
    • H.264
    • H.265
    • MPEGv1
    • MPEGv2
    • MPEGv4
    • VP8
    • VP9

How to Build

  1. git clone git://github.com/heiher/gst-amc-sink
  2. cd gst-amc-sink
  3. nkd-build

Pipeline

  1. playbin video-sink=amcvideosink
  2. udpsrc ! tsdemux ! h264parse ! amcvideosink

Authors

License

LGPL