discover pipeline

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

discover pipeline

Jerry Geis-2
Is there a way for totem or gstreamer to output the final pipeline ???

When I run totem rtsp://192.168.2.5 my camera and audio both show. Cool.

This works for just video:
gst-launch-1.0 -v rtspsrc latency=0 location=rtsp://192.168.2.5  '!' rtph264depay '!' h264parse config-interval=-1 '!' fluh264dec ! videoconvert ! ximagesink

when I try to build a pipeline to include audio it does not.
The audio is MPEG4-generic.

Jerry

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: discover pipeline

Stephenwei
gst-launch-1.0 playbin uri=rtsp://192.168.2.5 --gst-debug=4 can show all the
elements

Besides, use gst_bin_iterate_elements  to get all the elements of pipeline



-----
GStreamer is a convenient multimedia platform, I like it.
Live in Taiwan

--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel