Wrong dts values for fdsrc before rtpbin

Francesc Pinyol Margalef francesc.pinyol.m at gmail.com
Tue May 12 16:42:41 UTC 2020


Hi,
Sorry, the right pipeline is (use the same audio rate in both):

export GST_DEBUG=WARN
AUDIOCAPS="audio/x-raw,format=S16LE,layout=interleaved,rate=44100,channels=2"

gst-launch-1.0 -v audiotestsrc wave=5 ! volume volume=0.1 ! ${AUDIOCAPS} !
fdsink fd=3 3>&1 1>&2 | gst-launch-1.0 -v rtpbin name=bin fdsrc fd=0
do-timestamp=true ! ${AUDIOCAPS} ! queue max-size-buffers=200
max-size-time=1000000000 max-size-bytes=192000 ! identity silent=false !
audiorate tolerance=40000000 skip-to-first=false ! audioresample !
audioconvert ! queue ! opusenc bitrate=120000 ! rtpopuspay pt=97 !
bin.send_rtp_sink_1 bin.send_rtp_src_1 ! udpsink host=224.0.0.0 port=7002
sync=true

But the problem is still there.

Francesc

-- 
Francesc Pinyol Margalef
http://www.francescpinyol.cat/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200512/4c453408/attachment.htm>


More information about the gstreamer-devel mailing list