hi,
Farkas Levente schrieb:
> hi,
> we've got an ip camera which support rtp. we can view it with gstreamer as:
> gst-launch playbin uri=rtsp://192.168.2.90/live.sdp
> but we're not able to put together a stream by element which can also
> used to view the camera. we try gst-launch -v but it seems too
> complicated output. how can we discover what kind of elements was in the
> playbin which works right.
> thank you for your help.
> yours.
>
GST_DEBUG_DUMP_DOT_DIR=$PWD gst-launch playbin uri=rtsp://192.168.2.90/live.sdp
afterwards you have some *.dot files in your current working directory.
dot -Tpng xxx.dot -opipeline.png
(dot is part of graphviz package)
watch the png (be aware its big).
Stefan
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel