playing demuxed audio/video packet using GStreamer -
i newbie in multimedia. have application getting demuxed audio/video packet. checked gstreamer tutorials of examples based on url muxed stream. gstreamer provides such interface 1 can pass demux audio/video buffer video playback?
appsrc capable pushing data application gstreamer pipeline.
the pipeline can be:
your demuxed data -> appsrc ! some-decoder ! some-sink
here example , info appsrc.
also can check more examples here
Comments
Post a Comment