hevz / gst-amc-sink

The Android media codec video sink for GStreamer 1.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Pipeline

playbin video-sink=amcvideosink

udpsrc ! tsdemux ! h264parse ! amcvideosink

Authors

License

LGPL

About

The Android media codec video sink for GStreamer 1.0


Languages

Language:C 98.7%Language:Makefile 1.3%