appsink example
Tim-Philipp Müller
t.i.m at zen.co.uk
Tue Jul 2 06:38:20 PDT 2013
On Tue, 2013-07-02 at 18:57 +0530, jyoti kulkarni wrote:
Hi,
> Can i link rtpdepay loader to appsink?
>
>
> whether the following pipeline is correct?
>
>
> At client side:
>
> gst-launch udpsrc uri=udp://10.99.26.94:5000 <video caps> !
> rtph264depay ! appsink
>
>
> At Server side:
>
>
> gst-launch filesrc location=test.h264 ! rtph264pay ! udpsink
> host=10.99.26.94 port=5000
>
>
> If the above pipelines are correct, then how can i retrieve data from
> appsink and decode and display
Have you seen the example in
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-data-spoof.html
?
Cheers
- Tim
More information about the gstreamer-devel
mailing list