input-selector to switch between h264 streams?

Stephane Croci stephane.croci.sc at free.fr
Thu Aug 14 04:43:24 PDT 2014


Try to add videoconvert in order to 'adapt' capabilities
videotestsrc ! videoconvert ! queue ! x264enc ! input-selector ! matroskamux
! filesink. 

and maybe you should move x264enc after input-selector (in case you have
several video sources)
videotestsrc ! videoconvert ! queue ! input-selector  ! x264enc !
matroskamux ! filesink. 

Note: I encountered issues with this kind of pipeline when switching to next
video source
- either negotiation issue (appearing sometime)
basesrc gstbasesrc.c:2933:gst_base_src_loop:<v_src_1> error: Internal data
flow error.
basesrc gstbasesrc.c:2933:gst_base_src_loop:<v_src_1> error: streaming task
paused, reason not-negotiated (-4)

- or no data output from new source  



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/input-selector-to-switch-between-h264-streams-tp4668297p4668301.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list