RTP to RTMP slow starts / desync
De Pauw Jimmy
jimmy at dcode.eu
Tue Oct 20 10:32:22 UTC 2020
*Hi everyone,
I am currently helping implement redistribution of live feeds from RTC
streams that are coming out of janus-gateway.
A user can share both its webcam, screen and audio and i end up with 2
pipelines to handle the re-encoding/merging and sending to a rtmp server.
Janus is configured to forward everyting on RTC so i just use those as
source.
The webcam feed is working just fine, no big delay and the stream is stable.
Problem arise with the screen feed and i can't really figure out why.
It can take several minutes for the stream to display anything and when
it does, i have lots of warnings and the stream is not in sync.
It gets desync more and more as time goes by.
The gstreamer is the same for the webcam and screen but only the screen
have this behavior.
This is the command for video only, there's also a command combining 2
RTP with rtpbin but the same problem occurs.
gst-launch-1.0 udpsrc name=udpsrcvideo port=10055
caps=application/x-rtp,media=video,encoding-name=VP8,clock-rate=90000,payload=96
! \
rtpjitterbuffer ! rtpvp8depay ! avdec_vp8 ! queue !
videoconvert ! x264enc tune=zerolatency speed-preset=faster bitrate=1000 ! \
flvmux streamable=true latency=1000000000 ! rtmpsink
location=rtmp://...
I attach a level 4 log. What most confuses me is the warnings that
appears after the pipe is set PLAYING.
Really can't find much information about it.
Since i have no problem with the webcam stream i fear it is a problem
with the screen stream which i don't have much control over.
Notable errors :
x264enc :0::<x264enc0> non-strictly-monotonic PTS
libav
gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to
send data for decoding
rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew:
0:00:01.033519437 too big, reset skew
rtpjitterbuffer
rtpjitterbuffer.c:749:rtp_jitter_buffer_calculate_pts: backward
timestamps at server, schedule resync
rtpjitterbuffer
rtpjitterbuffer.c:781:rtp_jitter_buffer_calculate_pts: resync to time
0:09:29.899406323, rtptime 0:09:38.611000000
x264enc :0::<x264enc0> VBV underflow (frame 1251, -349320 bits)
videodecoder
gstvideodecoder.c:2762:gst_video_decoder_prepare_finish_frame:<avdec_vp8-0>
decreasing timestamp (0:17:59.517851383 < 0:18:00.273661763)
I have messed around with buffers, latencies ... but i does not really
improves anything.
Thanks for the help!
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20201020/7f2e4e07/attachment-0001.htm>
-------------- next part --------------
gst-launch-1.0 udpsrc name=udpsrcvideo port=10055 caps=application/x-rtp,media=video,encoding-name=VP8,clock-rate=90000,payload=96 ! rtpjitterbuffer ! rtpvp8depay ! avdec_vp8 ! queue ! videoconvert ! x264enc tune=zerolatency speed-preset=faster bitrate=1000 ! flvmux streamable=true latency=1000000000 ! rtmpsink location=rtmp://...
0:00:00.000059677 2098 0x562ea0b9f600 INFO GST_INIT gst.c:586:init_pre: Initializing GStreamer Core Library version 1.16.1
0:00:00.000112819 2098 0x562ea0b9f600 INFO GST_INIT gst.c:587:init_pre: Using library installed in /usr/lib64
0:00:00.000126000 2098 0x562ea0b9f600 INFO GST_INIT gst.c:607:init_pre: Linux 4.18.0-193.14.2.el8_2.x86_64 #1 SMP Sun Jul 26 03:54:29 UTC 2020 x86_64
0:00:00.000338686 2098 0x562ea0b9f600 INFO GST_INIT gstmessage.c:128:_priv_gst_message_initialize: init messages
0:00:00.000956307 2098 0x562ea0b9f600 INFO GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.001290259 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:318:_priv_gst_plugin_initialize: registering 0 static plugins
0:00:00.001373330 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:226:gst_plugin_register_static: registered static plugin "staticelements"
0:00:00.001387410 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:228:gst_plugin_register_static: added static plugin "staticelements", result: 1
0:00:00.002089238 2098 0x562ea0b9f600 INFO GST_REGISTRY gstregistry.c:1720:ensure_current_registry: reading registry cache: /root/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.039673663 2098 0x562ea0b9f600 INFO GST_REGISTRY gstregistrybinary.c:621:priv_gst_registry_binary_read_cache: loaded /root/.cache/gstreamer-1.0/registry.x86_64.bin in 0.037552 seconds
0:00:00.039750453 2098 0x562ea0b9f600 INFO GST_REGISTRY gstregistry.c:1579:scan_and_update_registry: Validating plugins from registry cache: /root/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.317443535 2098 0x562ea0b9f600 INFO GST_REGISTRY gstregistry.c:1678:scan_and_update_registry: Registry cache has not changed
0:00:00.317487205 2098 0x562ea0b9f600 INFO GST_REGISTRY gstregistry.c:1755:ensure_current_registry: registry reading and updating done, result = 1
0:00:00.317494994 2098 0x562ea0b9f600 INFO GST_INIT gst.c:807:init_post: GLib runtime version: 2.56.4
0:00:00.317501447 2098 0x562ea0b9f600 INFO GST_INIT gst.c:809:init_post: GLib headers version: 2.56.4
0:00:00.317505350 2098 0x562ea0b9f600 INFO GST_INIT gst.c:810:init_post: initialized GStreamer successfully
0:00:00.317562758 2098 0x562ea0b9f600 INFO GST_PIPELINE gstparse.c:337:gst_parse_launch_full: parsing pipeline description 'udpsrc buffer-size=33554432 name=udpsrcvideo port=10055 caps=application/x-rtp,media=video,encoding-name=VP8,clock-rate=90000,payload=96 ! rtpjitterbuffer ! rtpvp8depay ! avdec_vp8 ! queue ! videoconvert ! x264enc tune=zerolatency speed-preset=faster bitrate=1000 ! flvmux streamable=true latency=1000000000 ! rtmpsink location=rtmp://... '
0:00:00.322998821 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstudp.so" loaded
0:00:00.323018487 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "udpsrc"
0:00:00.323234537 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstBaseSrc at 0x562ea0dc1500> adding pad 'src'
0:00:00.326268402 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstrtpmanager.so" loaded
0:00:00.326282937 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "rtpjitterbuffer"
0:00:00.326398928 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstRtpJitterBuffer at 0x562ea0dca4c0> adding pad 'src'
0:00:00.326407598 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstRtpJitterBuffer at 0x562ea0dca4c0> adding pad 'sink'
0:00:00.395272572 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstrtp.so" loaded
0:00:00.395308226 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "rtpvp8depay"
0:00:00.395404220 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstRTPBaseDepayload at 0x562ea0dda080> adding pad 'sink'
0:00:00.395418330 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstRTPBaseDepayload at 0x562ea0dda080> adding pad 'src'
0:00:01.049124882 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_avs
0:00:01.049266406 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_bfstm
0:00:01.049294324 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_brstm
0:00:01.049322684 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_daud
0:00:01.049344462 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_dsf
0:00:01.049367489 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_ea
0:00:01.049392856 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_4xm
0:00:01.049420403 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_gxf
0:00:01.049443765 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_idcin
0:00:01.049461782 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_iff
0:00:01.049488351 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_ipmovie
0:00:01.049525530 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_mm
0:00:01.049562409 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_mmf
0:00:01.049617690 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_nsv
0:00:01.049637576 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_nut
0:00:01.049695170 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_film_cpk
0:00:01.049717066 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_smk
0:00:01.049736286 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_sol
0:00:01.049758121 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_psxstr
0:00:01.049797440 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_vmd
0:00:01.049828749 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_wc3movie
0:00:01.049851031 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_wsaud
0:00:01.049870368 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_wsvqa
0:00:01.049896180 2098 0x562ea0b9f600 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_yuv4mpegpipe
0:00:01.050267709 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstlibav.so" loaded
0:00:01.050278701 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "avdec_vp8"
0:00:01.050415318 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstVideoDecoder at 0x562ea0e6f9a0> adding pad 'sink'
0:00:01.050427734 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstVideoDecoder at 0x562ea0e6f9a0> adding pad 'src'
0:00:01.052672355 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstcoreelements.so" loaded
0:00:01.052694272 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "queue"
0:00:01.052805598 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstQueue at 0x562ea0e780b0> adding pad 'sink'
0:00:01.052828480 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstQueue at 0x562ea0e780b0> adding pad 'src'
0:00:01.053591595 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstvideoconvert.so" loaded
0:00:01.053611432 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "videoconvert"
0:00:01.053879330 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstBaseTransform at 0x562ea0e830d0> adding pad 'sink'
0:00:01.053897921 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstBaseTransform at 0x562ea0e830d0> adding pad 'src'
0:00:01.054857815 2098 0x562ea0b9f600 INFO x264enc gstx264enc.c:3002:plugin_init: linked against x264 build: 157
0:00:01.054883813 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstx264.so" loaded
0:00:01.054890112 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "x264enc"
0:00:01.055010149 2098 0x562ea0b9f600 INFO x264enc gstx264enc.c:225:gst_x264_enc_add_x264_chroma_format: 8-bit depth supported
0:00:01.055017417 2098 0x562ea0b9f600 INFO x264enc gstx264enc.c:250:gst_x264_enc_add_x264_chroma_format: 10-bit depth supported
0:00:01.055059962 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstVideoEncoder at 0x562ea0e89180> adding pad 'sink'
0:00:01.055088510 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstVideoEncoder at 0x562ea0e89180> adding pad 'src'
0:00:01.056144446 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstflv.so" loaded
0:00:01.056159338 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "flvmux"
0:00:01.056278150 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstAggregator at 0x562ea0e90400> adding pad 'src'
0:00:01.068806048 2098 0x562ea0b9f600 INFO GST_PLUGIN_LOADING gstplugin.c:902:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib64/gstreamer-1.0/libgstrtmp.so" loaded
0:00:01.068830315 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "rtmpsink"
0:00:01.068928257 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstBaseSink at 0x562ea0e939f0> adding pad 'sink'
0:00:01.068962263 2098 0x562ea0b9f600 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "pipeline"
0:00:01.069063435 2098 0x562ea0b9f600 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstUDPSrc named udpsrcvideo to some pad of GstRtpJitterBuffer named rtpjitterbuffer0 (0/0) with caps "(NULL)"
0:00:01.069072747 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element udpsrcvideo:(any) to element rtpjitterbuffer0:(any)
0:00:01.069081499 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link udpsrcvideo:src and rtpjitterbuffer0:sink
0:00:01.069096914 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:4237:gst_pad_peer_query:<rtpjitterbuffer0:src> pad has no peer
0:00:01.069108922 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: udpsrcvideo and rtpjitterbuffer0 in same bin, no need for ghost pads
0:00:01.069124736 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link udpsrcvideo:src and rtpjitterbuffer0:sink
0:00:01.069131673 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:4237:gst_pad_peer_query:<rtpjitterbuffer0:src> pad has no peer
0:00:01.069139208 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked udpsrcvideo:src and rtpjitterbuffer0:sink, successful
0:00:01.069143463 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:01.069148284 2098 0x562ea0b9f600 INFO GST_EVENT gstpad.c:5813:gst_pad_send_event_unchecked:<udpsrcvideo:src> Received event on flushing pad. Discarding
0:00:01.069159971 2098 0x562ea0b9f600 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstRtpJitterBuffer named rtpjitterbuffer0 to some pad of GstRtpVP8Depay named rtpvp8depay0 (0/0) with caps "(NULL)"
0:00:01.069165881 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element rtpjitterbuffer0:(any) to element rtpvp8depay0:(any)
0:00:01.069172144 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link rtpjitterbuffer0:src and rtpvp8depay0:sink
0:00:01.069188040 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: rtpjitterbuffer0 and rtpvp8depay0 in same bin, no need for ghost pads
0:00:01.069194356 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link rtpjitterbuffer0:src and rtpvp8depay0:sink
0:00:01.069204438 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked rtpjitterbuffer0:src and rtpvp8depay0:sink, successful
0:00:01.069208095 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:01.069212059 2098 0x562ea0b9f600 INFO GST_EVENT gstpad.c:5813:gst_pad_send_event_unchecked:<rtpjitterbuffer0:src> Received event on flushing pad. Discarding
0:00:01.069222822 2098 0x562ea0b9f600 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstRtpVP8Depay named rtpvp8depay0 to some pad of avdec_vp8 named avdec_vp8-0 (0/0) with caps "(NULL)"
0:00:01.069228551 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element rtpvp8depay0:(any) to element avdec_vp8-0:(any)
0:00:01.069234721 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link rtpvp8depay0:src and avdec_vp8-0:sink
0:00:01.069243194 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:4237:gst_pad_peer_query:<avdec_vp8-0:src> pad has no peer
0:00:01.069256960 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: rtpvp8depay0 and avdec_vp8-0 in same bin, no need for ghost pads
0:00:01.069263550 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link rtpvp8depay0:src and avdec_vp8-0:sink
0:00:01.069272175 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:4237:gst_pad_peer_query:<avdec_vp8-0:src> pad has no peer
0:00:01.069281715 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked rtpvp8depay0:src and avdec_vp8-0:sink, successful
0:00:01.069285425 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:01.069289277 2098 0x562ea0b9f600 INFO GST_EVENT gstpad.c:5813:gst_pad_send_event_unchecked:<rtpvp8depay0:src> Received event on flushing pad. Discarding
0:00:01.069299742 2098 0x562ea0b9f600 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of avdec_vp8 named avdec_vp8-0 to some pad of GstQueue named queue0 (0/0) with caps "(NULL)"
0:00:01.069305096 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element avdec_vp8-0:(any) to element queue0:(any)
0:00:01.069310878 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link avdec_vp8-0:src and queue0:sink
0:00:01.069319483 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:4237:gst_pad_peer_query:<queue0:src> pad has no peer
0:00:01.069326081 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: avdec_vp8-0 and queue0 in same bin, no need for ghost pads
0:00:01.069332434 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link avdec_vp8-0:src and queue0:sink
0:00:01.069337953 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:4237:gst_pad_peer_query:<queue0:src> pad has no peer
0:00:01.069344012 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked avdec_vp8-0:src and queue0:sink, successful
0:00:01.069347606 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:01.069351420 2098 0x562ea0b9f600 INFO GST_EVENT gstpad.c:5813:gst_pad_send_event_unchecked:<avdec_vp8-0:src> Received event on flushing pad. Discarding
0:00:01.069360995 2098 0x562ea0b9f600 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstQueue named queue0 to some pad of GstVideoConvert named videoconvert0 (0/0) with caps "(NULL)"
0:00:01.069366475 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element queue0:(any) to element videoconvert0:(any)
0:00:01.069372449 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link queue0:src and videoconvert0:sink
0:00:01.069381001 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:4237:gst_pad_peer_query:<videoconvert0:src> pad has no peer
0:00:01.070158805 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: queue0 and videoconvert0 in same bin, no need for ghost pads
0:00:01.070174908 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link queue0:src and videoconvert0:sink
0:00:01.070184951 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:4237:gst_pad_peer_query:<videoconvert0:src> pad has no peer
0:00:01.070991073 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked queue0:src and videoconvert0:sink, successful
0:00:01.071003273 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:01.071008713 2098 0x562ea0b9f600 INFO GST_EVENT gstpad.c:5813:gst_pad_send_event_unchecked:<queue0:src> Received event on flushing pad. Discarding
0:00:01.071026262 2098 0x562ea0b9f600 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstVideoConvert named videoconvert0 to some pad of GstX264Enc named x264enc0 (0/0) with caps "(NULL)"
0:00:01.071032608 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element videoconvert0:(any) to element x264enc0:(any)
0:00:01.071039577 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link videoconvert0:src and x264enc0:sink
0:00:01.071709243 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: videoconvert0 and x264enc0 in same bin, no need for ghost pads
0:00:01.071721514 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link videoconvert0:src and x264enc0:sink
0:00:01.072365928 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked videoconvert0:src and x264enc0:sink, successful
0:00:01.072370937 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:01.072375286 2098 0x562ea0b9f600 INFO GST_EVENT gstpad.c:5813:gst_pad_send_event_unchecked:<videoconvert0:src> Received event on flushing pad. Discarding
0:00:01.072388882 2098 0x562ea0b9f600 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstX264Enc named x264enc0 to some pad of GstFlvMux named flvmux0 (0/0) with caps "(NULL)"
0:00:01.072394534 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element x264enc0:(any) to element flvmux0:(any)
0:00:01.072425330 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<flvmux0> adding pad 'sink_0'
0:00:01.072434161 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: x264enc0 and flvmux0 in same bin, no need for ghost pads
0:00:01.072441375 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link x264enc0:src and flvmux0:sink_0
0:00:01.072449740 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked x264enc0:src and flvmux0:sink_0, successful
0:00:01.072453335 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:01.072457425 2098 0x562ea0b9f600 INFO GST_EVENT gstpad.c:5813:gst_pad_send_event_unchecked:<x264enc0:src> Received event on flushing pad. Discarding
0:00:01.072467963 2098 0x562ea0b9f600 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstFlvMux named flvmux0 to some pad of GstRTMPSink named rtmpsink0 (0/0) with caps "(NULL)"
0:00:01.072477948 2098 0x562ea0b9f600 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element flvmux0:(any) to element rtmpsink0:(any)
0:00:01.072484164 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link flvmux0:src and rtmpsink0:sink
0:00:01.072492949 2098 0x562ea0b9f600 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: flvmux0 and rtmpsink0 in same bin, no need for ghost pads
0:00:01.072499109 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link flvmux0:src and rtmpsink0:sink
0:00:01.072505990 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked flvmux0:src and rtmpsink0:sink, successful
0:00:01.072509442 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:01.072513415 2098 0x562ea0b9f600 INFO GST_EVENT gstpad.c:5813:gst_pad_send_event_unchecked:<flvmux0:src> Received event on flushing pad. Discarding
Setting pipeline to PAUSED ...
0:00:01.072561304 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtmpsink0> current NULL pending VOID_PENDING, desired next READY
0:00:01.072668637 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<rtmpsink0> completed state change to READY
0:00:01.072677727 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtmpsink0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.072695799 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtmpsink0' changed state to 2(READY) successfully
0:00:01.072703784 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<flvmux0> current NULL pending VOID_PENDING, desired next READY
0:00:01.072709426 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<flvmux0> completed state change to READY
0:00:01.072714165 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<flvmux0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.072720870 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'flvmux0' changed state to 2(READY) successfully
0:00:01.072726461 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<x264enc0> current NULL pending VOID_PENDING, desired next READY
0:00:01.072731729 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<x264enc0> completed state change to READY
0:00:01.072736054 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x264enc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.072742565 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'x264enc0' changed state to 2(READY) successfully
0:00:01.072747934 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<videoconvert0> current NULL pending VOID_PENDING, desired next READY
0:00:01.072757106 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to READY
0:00:01.072761713 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.072768134 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 2(READY) successfully
0:00:01.072773612 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<queue0> current NULL pending VOID_PENDING, desired next READY
0:00:01.072778443 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to READY
0:00:01.072782656 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.072793989 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 2(READY) successfully
0:00:01.072799920 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<avdec_vp8-0> current NULL pending VOID_PENDING, desired next READY
0:00:01.072805060 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<avdec_vp8-0> completed state change to READY
0:00:01.072809663 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<avdec_vp8-0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.072815797 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'avdec_vp8-0' changed state to 2(READY) successfully
0:00:01.072821302 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtpvp8depay0> current NULL pending VOID_PENDING, desired next READY
0:00:01.072827471 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<rtpvp8depay0> completed state change to READY
0:00:01.072832009 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtpvp8depay0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.072838317 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtpvp8depay0' changed state to 2(READY) successfully
0:00:01.072843700 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtpjitterbuffer0> current NULL pending VOID_PENDING, desired next READY
0:00:01.072849153 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<rtpjitterbuffer0> completed state change to READY
0:00:01.072853336 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtpjitterbuffer0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.072859436 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtpjitterbuffer0' changed state to 2(READY) successfully
0:00:01.072866390 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<udpsrcvideo> current NULL pending VOID_PENDING, desired next READY
0:00:01.073134456 2098 0x562ea0b9f600 INFO udpsrc gstudpsrc.c:1420:gst_udpsrc_open:<udpsrcvideo> setting udp buffer of 33554432 bytes
0:00:01.073145609 2098 0x562ea0b9f600 INFO udpsrc gstudpsrc.c:1440:gst_udpsrc_open:<udpsrcvideo> forcibly setting udp buffer of 33554432 bytes
0:00:01.073151886 2098 0x562ea0b9f600 INFO udpsrc gstudpsrc.c:1459:gst_udpsrc_open:<udpsrcvideo> have udp buffer of 33554432 bytes
0:00:01.073165222 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<udpsrcvideo> completed state change to READY
0:00:01.073171289 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<udpsrcvideo> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:01.073180212 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'udpsrcvideo' changed state to 2(READY) successfully
0:00:01.073188856 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2651:gst_element_continue_state:<pipeline0> committing state from NULL to READY, pending PAUSED, next PAUSED
0:00:01.073193587 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed NULL to READY (PAUSED pending)
0:00:01.073222259 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2658:gst_element_continue_state:<pipeline0> continue state change READY to PAUSED, final PAUSED
0:00:01.073236825 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtmpsink0> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.073248525 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2961:gst_bin_change_state_func:<pipeline0> child 'rtmpsink0' is changing state asynchronously to PAUSED
0:00:01.073254729 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<flvmux0> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.073263108 2098 0x562ea0b9f600 INFO aggregator gstaggregator.c:2139:gst_aggregator_src_pad_activate_mode_func:<flvmux0:src> Activating pad!
0:00:01.073267430 2098 0x562ea0b9f600 INFO aggregator gstaggregator.c:1263:gst_aggregator_start_srcpad_task:<flvmux0> Starting srcpad task
0:00:01.073279475 2098 0x562ea0b9f600 INFO task gsttask.c:453:gst_task_set_lock: setting stream lock 0x562ea0cc35c0 on task 0x562ea0ddc3b0
0:00:01.073284459 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:6159:gst_pad_start_task:<flvmux0:src> created task 0x562ea0ddc3b0
0:00:01.073376425 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<flvmux0> completed state change to PAUSED
0:00:01.073385995 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<flvmux0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:01.073398719 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'flvmux0' changed state to 3(PAUSED) successfully
0:00:01.073406154 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<x264enc0> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.073416064 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<x264enc0> completed state change to PAUSED
0:00:01.073420928 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x264enc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:01.073427526 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'x264enc0' changed state to 3(PAUSED) successfully
0:00:01.073433792 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<videoconvert0> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.073442161 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to PAUSED
0:00:01.073447035 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:01.073454309 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 3(PAUSED) successfully
0:00:01.073460334 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<queue0> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.073472049 2098 0x562ea0b9f600 INFO task gsttask.c:453:gst_task_set_lock: setting stream lock 0x562ea0dc7380 on task 0x562ea0ddc4d0
0:00:01.073476939 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:6159:gst_pad_start_task:<queue0:src> created task 0x562ea0ddc4d0
0:00:01.073939930 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to PAUSED
0:00:01.073952539 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:01.073961343 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 3(PAUSED) successfully
0:00:01.073969106 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<avdec_vp8-0> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.074022795 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<avdec_vp8-0> completed state change to PAUSED
0:00:01.074029647 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<avdec_vp8-0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:01.074037058 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'avdec_vp8-0' changed state to 3(PAUSED) successfully
0:00:01.074043837 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtpvp8depay0> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.074056277 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<rtpvp8depay0> completed state change to PAUSED
0:00:01.074061326 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtpvp8depay0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:01.074068410 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtpvp8depay0' changed state to 3(PAUSED) successfully
0:00:01.074077456 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtpjitterbuffer0> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.074137949 2098 0x562ea0b9f600 INFO task gsttask.c:453:gst_task_set_lock: setting stream lock 0x562ea0dc6350 on task 0x562ea0ddc5f0
0:00:01.074145550 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:6159:gst_pad_start_task:<rtpjitterbuffer0:src> created task 0x562ea0ddc5f0
0:00:01.074197987 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<rtpjitterbuffer0> completed state change to PAUSED
0:00:01.074206301 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtpjitterbuffer0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:01.074214760 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2998:gst_bin_change_state_func:<pipeline0> child 'rtpjitterbuffer0' changed state to 3(PAUSED) successfully without preroll
0:00:01.074220705 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<udpsrcvideo> current READY pending VOID_PENDING, desired next PAUSED
0:00:01.074239899 2098 0x562ea0b9f600 INFO basesrc gstbasesrc.c:1373:gst_base_src_do_seek:<udpsrcvideo> seeking: time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:01.074251031 2098 0x562ea0b9f600 INFO task gsttask.c:453:gst_task_set_lock: setting stream lock 0x562ea0dc6100 on task 0x562ea0ddc710
0:00:01.074255811 2098 0x562ea0b9f600 INFO GST_PADS gstpad.c:6159:gst_pad_start_task:<udpsrcvideo:src> created task 0x562ea0ddc710
0:00:01.074338476 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<udpsrcvideo> completed state change to PAUSED
0:00:01.074347026 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<udpsrcvideo> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:01.074354978 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2998:gst_bin_change_state_func:<pipeline0> child 'udpsrcvideo' changed state to 3(PAUSED) successfully without preroll
0:00:01.074362150 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline0> completed state change to PAUSED
0:00:01.074367338 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
Pipeline is live and does not need PREROLL ...
0:00:01.074520445 2098 0x562ea0c6c5e0 INFO GST_ELEMENT_PADS gstelement.c:913:gst_element_get_static_pad: no such pad 'sink' in element "udpsrcvideo"
0:00:01.074681874 2098 0x562ea0c6c5e0 INFO GST_EVENT gstevent.c:820:gst_event_new_caps: creating caps event application/x-rtp, media=(string)video, encoding-name=(string)VP8, clock-rate=(int)90000, payload=(int)96
Setting pipeline to PLAYING ...
0:00:01.074928099 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1450:gst_event_new_latency: creating latency event 0:00:00.000000000
0:00:01.074945099 2098 0x562ea0b9f600 INFO bin gstbin.c:2784:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
0:00:01.074958589 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtmpsink0> current READY pending PAUSED, desired next PLAYING
0:00:01.074964186 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2961:gst_bin_change_state_func:<pipeline0> child 'rtmpsink0' is changing state asynchronously to PLAYING
0:00:01.074970173 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<flvmux0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:01.074975853 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<flvmux0> completed state change to PLAYING
0:00:01.074980971 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<flvmux0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:01.074988347 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'flvmux0' changed state to 4(PLAYING) successfully
0:00:01.074996368 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<x264enc0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:01.075001299 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<x264enc0> completed state change to PLAYING
0:00:01.075006117 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x264enc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:01.075012648 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'x264enc0' changed state to 4(PLAYING) successfully
0:00:01.075018259 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<videoconvert0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:01.075022986 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to PLAYING
0:00:01.075027515 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:01.075033842 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 4(PLAYING) successfully
0:00:01.075039538 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<queue0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:01.075048567 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to PLAYING
0:00:01.075053607 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:01.075059863 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 4(PLAYING) successfully
0:00:01.075065601 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<avdec_vp8-0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:01.075070360 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<avdec_vp8-0> completed state change to PLAYING
0:00:01.075074932 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<avdec_vp8-0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:01.075081368 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'avdec_vp8-0' changed state to 4(PLAYING) successfully
0:00:01.075087020 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtpvp8depay0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:01.075092063 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<rtpvp8depay0> completed state change to PLAYING
0:00:01.075096572 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtpvp8depay0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:01.075102698 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtpvp8depay0' changed state to 4(PLAYING) successfully
0:00:01.075123451 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<rtpjitterbuffer0> completed state change to PLAYING
0:00:01.075129082 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtpjitterbuffer0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:01.075136315 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtpjitterbuffer0' changed state to 4(PLAYING) successfully
0:00:01.075143651 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<udpsrcvideo> completed state change to PLAYING
0:00:01.075148230 2098 0x562ea0b9f600 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<udpsrcvideo> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:01.075154571 2098 0x562ea0b9f600 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'udpsrcvideo' changed state to 4(PLAYING) successfully
New clock: GstSystemClock
0:00:02.002253885 2098 0x562ea0c6c5e0 INFO GST_EVENT gstevent.c:901:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:02.002373856 2098 0x562ea0c6c5e0 INFO basesrc gstbasesrc.c:2962:gst_base_src_loop:<udpsrcvideo> marking pending DISCONT
0:00:02.002425405 2098 0x562ea0c6c5e0 INFO rtpjitterbuffer rtpjitterbuffer.c:781:rtp_jitter_buffer_calculate_pts: resync to time 0:00:00.927319585, rtptime 0:00:09.772000000
0:00:02.202484750 2098 0x562ea0e960f0 INFO rtpjitterbuffer gstrtpjitterbuffer.c:4002:do_deadline_timeout:<rtpjitterbuffer0> got deadline timeout
0:00:02.202693834 2098 0x562ea0c6c680 INFO GST_EVENT gstevent.c:901:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.927319585, duration 99:99:99.999999999
0:00:02.911298497 2098 0x562ea0c6c680 INFO GST_EVENT gstevent.c:820:gst_event_new_caps: creating caps event video/x-vp8, framerate=(fraction)0/1, height=(int)1080, width=(int)1920, profile=(string)0
0:00:02.911416893 2098 0x562ea0c6c680 INFO libav gstavcodecmap.c:2628:gst_ffmpeg_caps_to_pixfmt: ignoring framerate 0/1 (probably variable framerate)
0:00:02.912225872 2098 0x562ea0c6c680 INFO libav :0:: Application has requested 20 threads. Using a thread count greater than 16 is not recommended.
0:00:02.922150105 2098 0x562ea0c6c680 INFO GST_EVENT gstevent.c:820:gst_event_new_caps: creating caps event video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)2:4:5:1, framerate=(fraction)0/1
0:00:02.922450200 2098 0x562ea0c6c770 INFO x264enc gstx264enc.c:225:gst_x264_enc_add_x264_chroma_format: 8-bit depth supported
0:00:02.922466240 2098 0x562ea0c6c770 INFO x264enc gstx264enc.c:250:gst_x264_enc_add_x264_chroma_format: 10-bit depth supported
0:00:02.922652621 2098 0x562ea0c6c770 INFO basetransform gstbasetransform.c:1317:gst_base_transform_setcaps:<videoconvert0> reuse caps
0:00:02.922798449 2098 0x562ea0c6c770 INFO GST_EVENT gstevent.c:820:gst_event_new_caps: creating caps event video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)2:4:5:1, framerate=(fraction)0/1
0:00:02.922950929 2098 0x562ea0c6c770 INFO x264enc :0::<x264enc0> using SAR=1/1
0:00:02.923752936 2098 0x562ea0c6c770 INFO x264enc :0::<x264enc0> using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
0:00:02.930022891 2098 0x562ea0c6c770 INFO x264enc :0::<x264enc0> profile High, level 4.0, 4:2:0, 8-bit
0:00:02.931509777 2098 0x562ea0c6c770 INFO x264enc gstx264enc.c:2205:gst_x264_enc_set_latency:<x264enc0> Updating latency to 0:00:00.040000000 (1 frames)
Redistribute latency...
0:00:02.931689847 2098 0x562ea0b9f600 INFO GST_EVENT gstevent.c:1450:gst_event_new_latency: creating latency event 0:00:00.000000000
0:00:02.931723273 2098 0x562ea0b9f600 INFO bin gstbin.c:2784:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
0:00:02.934208310 2098 0x562ea0c6c680 INFO videodecoder gstvideodecoder.c:3183:gst_video_decoder_clip_and_push_buf:<avdec_vp8-0> First buffer since flush took 0:00:01.860221130 to produce
0:00:02.934286252 2098 0x562ea0c6c770 INFO video-anc video-anc.c:940:gst_video_caption_meta_api_get_type: registering
0:00:03.661219015 2098 0x562ea0c6c770 INFO GST_EVENT gstevent.c:820:gst_event_new_caps: creating caps event video/x-h264, codec_data=(buffer)01640028ffe1001d67640028acb603c0113f2e02d40404150000030001773594000f1832e001000468eacf2c, stream-format=(string)avc, alignment=(string)au, level=(string)4, profile=(string)high, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)0/1, interlace-mode=(string)progressive, colorimetry=(string)2:4:5:1, chroma-site=(string)mpeg2, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono
0:00:03.661373095 2098 0x562ea0c6c770 INFO GST_EVENT gstevent.c:901:gst_event_new_segment: creating segment event time segment start=999:59:58.812291295, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 999:59:59.739610880, duration 99:99:99.999999999
0:00:03.661651744 2098 0x562ea0c6c6d0 INFO aggregator gstaggregator.c:493:gst_aggregator_push_mandatory_events:<flvmux0> pushing stream start
0:00:03.661723770 2098 0x562ea0c6c6d0 FIXME basesink gstbasesink.c:3248:gst_base_sink_default_event:<rtmpsink0> stream-start event without group-id. Consider implementing group-id handling in the upstream elements
0:00:03.661867648 2098 0x562ea0c6c6d0 INFO aggregator gstaggregator.c:506:gst_aggregator_push_mandatory_events:<flvmux0> pushing caps: video/x-flv, streamheader=(buffer)< 464c5601010000000900000000, 120001240000000000000002000a6f6e4d65746144617461080000000a000c766964656f636f646563696400401c0000000000000005776964746800409e0000000000000006686569676874004090e00000000000000c417370656374526174696f58003ff0000000000000000c417370656374526174696f59003ff000000000000000096672616d6572617465000000000000000000000d766964656f646174617261746500408f400000000000000f6d6574616461746163726561746f7202001a4753747265616d657220312e31362e3120464c56206d757865720007656e636f64657202001a4753747265616d657220312e31362e3120464c56206d75786572000c6372656174696f6e646174650200184d6f6e204f63742031392031353a32343a303720323032300000090000012f, 0900003100000000000000170000000001640028ffe1001d67640028acb603c0113f2e02d40404150000030001773594000f1832e001000468eacf2c0000003c >
0:00:03.661946378 2098 0x562ea0c6c6d0 INFO GST_EVENT gstevent.c:820:gst_event_new_caps: creating caps event video/x-flv, streamheader=(buffer)< 464c5601010000000900000000, 120001240000000000000002000a6f6e4d65746144617461080000000a000c766964656f636f646563696400401c0000000000000005776964746800409e0000000000000006686569676874004090e00000000000000c417370656374526174696f58003ff0000000000000000c417370656374526174696f59003ff000000000000000096672616d6572617465000000000000000000000d766964656f646174617261746500408f400000000000000f6d6574616461746163726561746f7202001a4753747265616d657220312e31362e3120464c56206d757865720007656e636f64657202001a4753747265616d657220312e31362e3120464c56206d75786572000c6372656174696f6e646174650200184d6f6e204f63742031392031353a32343a303720323032300000090000012f, 0900003100000000000000170000000001640028ffe1001d67640028acb603c0113f2e02d40404150000030001773594000f1832e001000468eacf2c0000003c >
0:00:03.661994884 2098 0x562ea0c6c6d0 INFO GST_EVENT gstevent.c:901:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:03.662124096 2098 0x562ea0c6c6d0 INFO aggregator gstaggregator.c:506:gst_aggregator_push_mandatory_events:<flvmux0> pushing caps: video/x-flv, streamheader=(buffer)< 464c5601010000000900000000, 120001240000000000000002000a6f6e4d65746144617461080000000a000c766964656f636f646563696400401c0000000000000005776964746800409e0000000000000006686569676874004090e00000000000000c417370656374526174696f58003ff0000000000000000c417370656374526174696f59003ff000000000000000096672616d6572617465000000000000000000000d766964656f646174617261746500408f400000000000000f6d6574616461746163726561746f7202001a4753747265616d657220312e31362e3120464c56206d757865720007656e636f64657202001a4753747265616d657220312e31362e3120464c56206d75786572000c6372656174696f6e646174650200184d6f6e204f63742031392031353a32343a303720323032300000090000012f, 0900003100000000000000170000000001640028ffe1001d67640028acb603c0113f2e02d40404150000030001773594000f1832e001000468eacf2c0000003c >
0:00:03.662203357 2098 0x562ea0c6c6d0 INFO GST_EVENT gstevent.c:820:gst_event_new_caps: creating caps event video/x-flv, streamheader=(buffer)< 464c5601010000000900000000, 120001240000000000000002000a6f6e4d65746144617461080000000a000c766964656f636f646563696400401c0000000000000005776964746800409e0000000000000006686569676874004090e00000000000000c417370656374526174696f58003ff0000000000000000c417370656374526174696f59003ff000000000000000096672616d6572617465000000000000000000000d766964656f646174617261746500408f400000000000000f6d6574616461746163726561746f7202001a4753747265616d657220312e31362e3120464c56206d757865720007656e636f64657202001a4753747265616d657220312e31362e3120464c56206d75786572000c6372656174696f6e646174650200184d6f6e204f63742031392031353a32343a303720323032300000090000012f, 0900003100000000000000170000000001640028ffe1001d67640028acb603c0113f2e02d40404150000030001773594000f1832e001000468eacf2c0000003c >
0:00:03.662257124 2098 0x562ea0c6c6d0 INFO GST_STATES gstbin.c:3434:bin_handle_async_done:<pipeline0> setting state from PAUSED to PAUSED, pending PLAYING
0:00:03.662266746 2098 0x562ea0c6c6d0 INFO GST_STATES gstbin.c:3454:bin_handle_async_done:<pipeline0> continue state change, pending PLAYING
0:00:03.662412457 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:3251:gst_bin_continue_func:<pipeline0> continue state change PAUSED to PLAYING, final PLAYING
0:00:03.662501783 2098 0x7fda480049e0 INFO GST_EVENT gstevent.c:1450:gst_event_new_latency: creating latency event 0:00:01.260000000
0:00:03.662550378 2098 0x7fda480049e0 INFO bin gstbin.c:2784:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:01.260000000
0:00:03.662594593 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtmpsink0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:03.662610427 2098 0x7fda480049e0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<rtmpsink0> completed state change to PLAYING
0:00:03.662617837 2098 0x7fda480049e0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtmpsink0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:03.662656410 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtmpsink0' changed state to 4(PLAYING) successfully
0:00:03.662667341 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<flvmux0> current PLAYING pending VOID_PENDING, desired next PLAYING
0:00:03.662674261 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2624:gst_bin_element_set_state:<flvmux0> skipping transition from PLAYING to PLAYING
0:00:03.662681451 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'flvmux0' changed state to 4(PLAYING) successfully
0:00:03.662689700 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<x264enc0> current PLAYING pending VOID_PENDING, desired next PLAYING
0:00:03.662696544 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2624:gst_bin_element_set_state:<x264enc0> skipping transition from PLAYING to PLAYING
0:00:03.662703613 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'x264enc0' changed state to 4(PLAYING) successfully
0:00:03.662711984 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<videoconvert0> current PLAYING pending VOID_PENDING, desired next PLAYING
0:00:03.662718528 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2624:gst_bin_element_set_state:<videoconvert0> skipping transition from PLAYING to PLAYING
0:00:03.662725303 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 4(PLAYING) successfully
0:00:03.662733401 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<queue0> current PLAYING pending VOID_PENDING, desired next PLAYING
0:00:03.662742992 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2624:gst_bin_element_set_state:<queue0> skipping transition from PLAYING to PLAYING
0:00:03.662749809 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 4(PLAYING) successfully
0:00:03.662758213 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<avdec_vp8-0> current PLAYING pending VOID_PENDING, desired next PLAYING
0:00:03.662764486 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2624:gst_bin_element_set_state:<avdec_vp8-0> skipping transition from PLAYING to PLAYING
0:00:03.662771616 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'avdec_vp8-0' changed state to 4(PLAYING) successfully
0:00:03.662780073 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtpvp8depay0> current PLAYING pending VOID_PENDING, desired next PLAYING
0:00:03.662786445 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2624:gst_bin_element_set_state:<rtpvp8depay0> skipping transition from PLAYING to PLAYING
0:00:03.662797935 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtpvp8depay0' changed state to 4(PLAYING) successfully
0:00:03.662809219 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<rtpjitterbuffer0> current PLAYING pending VOID_PENDING, desired next PLAYING
0:00:03.662815797 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2624:gst_bin_element_set_state:<rtpjitterbuffer0> skipping transition from PLAYING to PLAYING
0:00:03.662822998 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'rtpjitterbuffer0' changed state to 4(PLAYING) successfully
0:00:03.662830932 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2507:gst_bin_element_set_state:<udpsrcvideo> current PLAYING pending VOID_PENDING, desired next PLAYING
0:00:03.662837669 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2624:gst_bin_element_set_state:<udpsrcvideo> skipping transition from PLAYING to PLAYING
0:00:03.662844536 2098 0x7fda480049e0 INFO GST_STATES gstbin.c:2955:gst_bin_change_state_func:<pipeline0> child 'udpsrcvideo' changed state to 4(PLAYING) successfully
0:00:03.662854069 2098 0x7fda480049e0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline0> completed state change to PLAYING
0:00:03.662861209 2098 0x7fda480049e0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:09.047007528 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:00:14.506509305 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:23.213712948 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:00:46.984068139 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:47.095218058 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:47.306951037 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:47.478853428 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:48.549521701 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:48.660892078 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:49.037664198 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:49.516202710 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:00:55.438263500 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.033519437 too big, reset skew
0:01:00.570763777 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:01:07.574300998 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:01:14.056415171 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:01:26.142041003 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:01:27.935228669 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:01:28.101577672 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:01:28.269432197 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:01:28.379459498 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:01:51.949500009 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.009310470 too big, reset skew
0:02:05.146588986 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:02:06.772521296 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:02:10.781032380 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:02:30.884734524 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:02:32.470656017 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:02:32.639305115 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:02:32.840914796 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:03:18.733068018 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.145257592 too big, reset skew
0:03:18.773732419 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.050332938 too big, reset skew
0:03:33.612486094 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:03:34.068428704 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:03:36.741830594 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:04:31.132999252 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:04:31.475326578 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:04:43.954627780 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:05:37.389553744 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:05:37.946657651 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:05:40.812975876 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:05:40.987757796 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:05:41.164890417 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:06:20.204143228 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:06:27.863788596 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:06:33.179831901 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:06:35.848931688 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:07:27.155048692 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.074783280 too big, reset skew
0:07:36.348860676 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:07:41.409854718 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:08:05.595099607 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:05.909024606 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:06.108735286 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:07.224690343 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:07.468113902 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:07.524153698 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:07.653526601 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:08.258690000 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:44.959991068 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:45.121010033 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:51.164826969 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:51.267293276 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:59.045562650 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:08:59.309233126 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:06.062917076 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:06.176745804 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:06.334209800 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:06.431984823 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:07.608906046 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:10.750321031 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:13.794112326 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.103844911 too big, reset skew
0:09:19.200657040 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:09:24.321077249 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:29.485753239 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:09:30.974330782 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:749:rtp_jitter_buffer_calculate_pts: backward timestamps at server, schedule resync
0:09:30.974404647 2098 0x562ea0c6c5e0 INFO rtpjitterbuffer rtpjitterbuffer.c:781:rtp_jitter_buffer_calculate_pts: resync to time 0:09:29.899406323, rtptime 0:09:38.611000000
0:09:33.281553735 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:10:03.410897433 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:10:03.570725067 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:10:03.746574163 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:10:03.868467671 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:10:09.369780982 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 1251, -349320 bits)
0:10:15.735279502 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:10:24.835056546 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:10:33.073386740 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:10:36.934754024 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:10:39.628858112 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:10:54.376392603 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:10:55.085210959 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:11:37.526261521 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:11:47.173802126 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.047079448 too big, reset skew
0:11:47.437114506 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:11:47.556438606 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:11:48.646472045 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:11:48.752449699 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:11:49.070748661 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:12:11.320855348 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 1501, -27984 bits)
0:12:17.688425145 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:12:22.050116872 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.297765010 too big, reset skew
0:12:28.478867962 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:12:35.300489880 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:12:42.054915877 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:12:45.035701716 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:13:53.566954747 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:13:53.788239462 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:13:53.896517209 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:14:06.384380272 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:14:06.767471638 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:14:06.890194310 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:15:04.334299027 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:15:34.241203801 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 2013, -43976 bits)
0:15:48.766894261 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:15:52.747198649 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:15:57.877694011 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:16:04.058540122 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:16:04.292337678 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:16:04.597263717 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:16:10.748352364 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:16:11.021989840 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:16:11.212394561 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:16:17.220544361 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:16:39.060481602 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:17:08.238636920 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 2263, -14775 bits)
0:17:22.195601256 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:17:22.291013622 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:17:22.386866047 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:17:22.479736592 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:17:22.853618604 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:17:23.002080394 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:18:00.592819405 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.021810380 too big, reset skew
0:18:00.738066756 2098 0x562ea0c6c680 WARN videodecoder gstvideodecoder.c:2762:gst_video_decoder_prepare_finish_frame:<avdec_vp8-0> decreasing timestamp (0:17:59.517851383 < 0:18:00.273661763)
0:18:00.739673599 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:18:00.920136515 2098 0x562ea0c6c680 WARN videodecoder gstvideodecoder.c:2762:gst_video_decoder_prepare_finish_frame:<avdec_vp8-0> decreasing timestamp (0:17:59.651851383 < 0:18:00.273661763)
0:18:00.921111275 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:18:01.686408732 2098 0x562ea0c6c680 WARN videodecoder gstvideodecoder.c:2762:gst_video_decoder_prepare_finish_frame:<avdec_vp8-0> decreasing timestamp (0:17:59.718851383 < 0:18:00.273661763)
0:18:01.687416903 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:18:07.685883414 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:18:07.872137118 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:18:10.249863660 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:18:27.442098549 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 2513, -23187 bits)
0:19:31.848343812 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:19:31.998081321 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:19:32.162208026 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:19:32.245331456 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:19:45.351818926 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:19:56.627082478 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:20:44.335303267 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:20:49.165487518 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 2953, -1226 bits)
0:20:52.013004022 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:21:08.430661730 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:21:09.170513976 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:21:57.833334786 2098 0x562ea0c6c680 WARN libav gstavviddec.c:1864:gst_ffmpegviddec_handle_frame:<avdec_vp8-0> Failed to send data for decoding
0:22:17.373176838 2098 0x562ea0c6c5e0 WARN rtpjitterbuffer rtpjitterbuffer.c:573:calculate_skew: delta - skew: 0:00:01.074127749 too big, reset skew
0:22:17.499994786 2098 0x562ea0c6c680 WARN videodecoder gstvideodecoder.c:2762:gst_video_decoder_prepare_finish_frame:<avdec_vp8-0> decreasing timestamp (0:22:16.298236931 < 0:22:16.437364680)
0:22:17.500891936 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:22:17.688637646 2098 0x562ea0c6c680 WARN videodecoder gstvideodecoder.c:2762:gst_video_decoder_prepare_finish_frame:<avdec_vp8-0> decreasing timestamp (0:22:16.432236931 < 0:22:16.437364680)
0:22:17.689708767 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:23:45.673187698 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 3513, -76952 bits)
0:25:01.878444711 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 3763, -31755 bits)
0:25:45.844958135 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 3903, -1143 bits)
0:25:58.607440483 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> non-strictly-monotonic PTS
0:26:22.682261533 2098 0x562ea0c6c770 WARN x264enc :0::<x264enc0> VBV underflow (frame 4013, -38137 bits)
More information about the gstreamer-devel
mailing list