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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -