Decoding TS received over udpsrc
hilndr44
lgw_61 at yahoo.com
Wed Apr 11 19:01:24 UTC 2018
When I was trying to replace decodebin with the equivalent sub-components to
transcode a .ts file, I had to get very specific by placing caps between
queue and h264parse, and also between h264parse and avdec_h264.
Your source, of course, will be different from mine, but these are the caps
I added :
...
! queue \
!
video/x-h264,stream-format=byte-stream,alignment=nal,interlace-mode=interleaved
\
! h264parse \
! video/x-h264,format=byte-stream,alignment=au,width=1920,framerate=30/1 \
! avdec_h264 \
! nvvidconv \
...
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list