Regarding dx9screencapsrc udp pipleline

ashishgupta_mca ashish.krish.gupta at gmail.com
Sun Dec 6 21:12:45 PST 2015


Thanks a lot Sebestian. Putting the "videoconvert" before "autovideosink"
make it work.

But for a curiosity. The below server and client pipelines works without
"videoconvert" before "autovideosink".

gst-launch-1.0 videotestsrc ! x264enc ! udpsink host=127.0.0.1 port=5000
gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink

But for "dx9screencapsrc", I have to put "videoconvert" before
"autovideosink"(why?).

gst-launch-1.0 dx9screencapsrc ! video/x-raw,framerate=30/1 ! queue !
videoconvert ! x264enc ! h264parse ! rtph264pay ! udpsink host=127.0.0.1
port=5000
gst-launch-1.0 udpsrc port=5000 !
application/x-rtp,encoding-name=H264,payload=96 ! rtpjitterbuffer !
rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! autovideosink



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Regarding-dx9screencapsrc-udp-pipleline-tp4674748p4674784.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list