Hi. I have a problem with the 1.7.90 version for the pipeline shown below. The pipeline works fine for 1.6.3, but for 1.7.90, nothing comes out of the tcpserversink although plenty of packets flows into it.Think this needs to be resolved before 1.8.0 is released so we don't get a stable release out there with a tsmux/tcpserversink issue, but that is just a suggestion. /usr/local/bin/gst-launch-1.0 -v fdsrc fd=0 do-timestamp=true ! queue !\ audio/x-raw,format=S16LE,layout=interleaved, rate=44100,channels=2 !\ queue ! audioconvert ! audiorate !\ faac bitrate=128000 !\ audio/mpeg,mpegversion=4, stream-format=raw !\ aacparse ! queue !\ muxer. shmsrc socket-path=/tmp/mixer1 do-timestamp=true is-live=true !\ video/x-raw,format=BGRA,pixel-aspect-ratio=1/1,interlace-mode=progressive,width=1280,height=720,framerate=30/1 !\ queue max-size-bytes=0 leaky=2 max-size-buffers=30 !\ videoconvert ! queue !\ x264enc bitrate=3499 tune=zerolatency speed-preset=6 key-int-max=60 bframes=0 !\ video/x-h264,alignment=au,stream-format=byte-stream,profile=main !\ h264parse ! queue !\ mpegtsmux name=muxer !\ tsparse ! queue ! tee name=tstream !\ rtpmp2tpay !\ udpsink host=127.0.0.1 port=10072 sync=false tstream. !\ tcpserversink port=5010 host=0.0.0.0 sync-method=2 Best regards Peter Maersk-Moller _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Sun, 2016-03-06 at 17:30 +0100, Peter Maersk-Moller wrote:
Hi, > Think this needs to be resolved before 1.8.0 is released so we don't > get a stable release out there with a tsmux/tcpserversink issue, but > that is just a suggestion. Please file a bug with the details then and mark it as blocker, thanks! :) Cheers -Tim -- Tim Müller, Centricular Ltd - http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Done. See https://bugzilla.gnome.org/show_bug.cgi?id=763278
On Sun, Mar 6, 2016 at 11:39 PM, Tim Müller <[hidden email]> wrote: On Sun, 2016-03-06 at 17:30 +0100, Peter Maersk-Moller wrote: _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |