Hi I want to transfer a mpeg4 video from my TI’s dm355
evm (ARM) to my pc (see on vlc). I have tried: 1. UDP: gst-launch-0.10 -v videotestsrc ! TIVidenc1
codecName=mpeg4enc engineName=encode contiguousInputFrame=FALSE ! rtpmp4vpay !
udpsink port=1234 The pipeline works perfectly, but I am unable to see any
video via vlc. 2. RTSP: ./test-launch --gst-debug-no-color --gst-debug=0
"( filesrc location=foreman_422_vga._swap.yuv ! TIVidenc1
codecName=mpeg4enc engineName=encode contiguousInputFrame=FALSE
iColorSpace=UYVY resolution=640x480 ! rtpmp4vpay pt=96 name=pay0 )" It gives me the following error: ** Message: client 0x16cf0:
received a request ** Message: found media
0x52dc0 for url abspath /test ** Message: constructed media
0x58c20 for url /test ** Message: preparing media
0x58c20 ** Message: enter mainloop (lt-test-launch:1615):
GStreamer-CRITICAL **: gst_debug_log_valist: assertion `category != NULL'
failed (lt-test-launch:1615):
GStreamer-CRITICAL **: gst_debug_log_valist: assertion `category != NULL'
failed ** Message: 0x58c20: got
message type async-done ** Message: position query
failed ** Message: duration query
failed ** Message: stats: position
0:00:00.000000000, duration 99:99:99.999999999 ** Message: object 0x58c20 is
prerolled (lt-test-launch:1615):
GStreamer-CRITICAL **: gst_caps_get_structure: assertion `GST_IS_CAPS (caps)'
failed (lt-test-launch:1615):
GStreamer-CRITICAL **: gst_structure_get_string: assertion `structure != NULL'
failed (lt-test-launch:1615):
GStreamer-CRITICAL **: gst_structure_get_int: assertion `structure != NULL'
failed (lt-test-launch:1615):
GStreamer-CRITICAL **: gst_structure_get_int: assertion `structure != NULL'
failed (lt-test-launch:1615):
GStreamer-CRITICAL **: gst_structure_get_string: assertion `structure != NULL'
failed (lt-test-launch:1615):
GStreamer-CRITICAL **: gst_structure_get_string: assertion `structure != NULL'
failed Segmentation fault Can anyone help me in debugging? Or suggest some other way
to implement the video transfer. My ultimate aim is to transfer the video and
see on vlc, irrespective of the protocols used. Thanks in advance. Regards, Neel. ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
0:00:00.003741458 1309 0x11008 INFO
GST_INIT gst.c:611:init_pre: Initializing GStreamer Core Library version
0.10.23 0:00:00.097655583 1309 0x11008 INFO
GST_INIT gst.c:612:init_pre: Using library installed in
/home1/neel/target/filesys//opt/gstreamer/lib 0:00:00.099539208 1309 0x11008 INFO
GST_INIT gst.c:622:init_pre: Linux 172.24.190.40 2.6.10_mvl401 #1 Wed May 20
13:12:59 IST 2009 armv5tejl 0:00:00.104607916 1309 0x11008 INFO
GST_INIT gstquery.c:105:_gst_query_initialize: init queries 0:00:00.160699208 1309 0x11008 INFO
GST_INIT gstmessage.c:73:_gst_message_initialize: init messages 0:00:00.169048333 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:261:_gst_plugin_initialize: registering 0 static
plugins 0:00:00.182809166 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:246:gst_plugin_register_static: registered
static plugin "staticelements" 0:00:00.184816333 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:248:gst_plugin_register_static: added static
plugin "staticelements", result: 1 0:00:00.186692291 1309 0x11008 INFO
GST_INIT gst.c:923:ensure_current_registry: reading registry cache:
/tmp/gst_registry.bin 0:00:00.672498791 1309 0x11008 INFO GST_REGISTRY
gstregistrybinary.c:1285:gst_registry_binary_read_cache: loaded
/tmp/gst_registry.bin in 0.483836 seconds 0:00:00.681583000 1324 0x11008 INFO
GST_INIT gst.c:674:scan_and_update_registry: Validating registry cache:
/tmp/gst_registry.bin 0:00:00.771392208 1324 0x11008 INFO
GST_INIT gst.c:759:scan_and_update_registry: Registry cache has not changed 0:00:00.777034458 1309 0x11008 INFO
GST_INIT gst.c:970:ensure_current_registry: registry reading and updating done,
result = 1 0:00:00.779398125 1309 0x11008 INFO
GST_INIT gst.c:446:gst_init_check: initialized GStreamer successfully ** Message: listening on port 8554 ** Message: added new client 0x16cf0 ip 172.24.136.232:41994 ** Message: attaching to context 0x13220 RTSP request message 0x8e2ec request line: method: 'OPTIONS' uri: 'rtsp://172.24.190.40:8554/test' version: '1.0' headers: key: 'CSeq', value: '45' key: 'User-Agent', value: 'VLC media player (LIVE555
Streaming Media v2009.03.22)' body: ** Message: client 0x16cf0: received a request RTSP response message 0xbefff9e8 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '45' key: 'Public', value: 'OPTIONS, DESCRIBE, GET_PARAMETER,
PAUSE, PLAY, SETUP, SET_PARAMETER, TEARDOWN' key: 'Server', value: 'GStreamer RTSP server' body: length 0 ** Message: client 0x16cf0: sent a message with cseq 45 RTSP request message 0x8e2ec request line: method: 'DESCRIBE' uri: 'rtsp://172.24.190.40:8554/test' version: '1.0' headers: key: 'CSeq', value: '46' key: 'Accept', value: 'application/sdp' key: 'User-Agent', value: 'VLC media player (LIVE555
Streaming Media v2009.03.22)' body: ** Message: client 0x16cf0: received a request ** Message: found media 0x52dc0 for url abspath /test 0:00:09.685617041 1309 0x11008 INFO
GST_PIPELINE gstparse.c:291:gst_parse_launch_full: parsing pipeline description
'( filesrc location=foreman_422_vga._swap.yuv ! TIVidenc1 codecName=mpeg4enc
engineName=encode contiguousInputFrame=FALSE iColorSpace=UYVY
resolution=640x480 ! rtpmp4vpay pt=96 name=pay0 )' 0:00:09.801765791 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:567:gst_plugin_load_file: plugin
"/opt/gstreamer/lib/gstreamer-0.10/libgstcoreelements.so" loaded 0:00:09.804001333 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "filesrc" 0:00:09.809528041 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstBaseSrc@0x97048> adding pad
'src' 0:00:10.038183000 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:567:gst_plugin_load_file: plugin
"/opt/gstreamer/lib/gstreamer-0.10/libgstticodecplugin.so" loaded 0:00:10.040736375 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "TIVidenc1" 0:00:10.050481125 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstTIVidenc1@0xa7048>
adding pad 'sink' 0:00:10.052549541 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstTIVidenc1@0xa7048> adding pad
'src' 0:00:10.489332416 1309 0x11008 INFO GST_PLUGIN_LOADING
gstplugin.c:567:gst_plugin_load_file: plugin
"/opt/gstreamer/lib/gstreamer-0.10/libgstrtp.so" loaded 0:00:10.491629625 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "rtpmp4vpay" 0:00:10.495327500 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstBaseRTPPayload@0xce0d8> adding
pad 'src' 0:00:10.498800833 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstBaseRTPPayload@0xce0d8>
adding pad 'sink' 0:00:10.575696708 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "bin" Element Name:filesrc0 Element Name:tividenc10 Element Name:pay0 0:00:10.585066041 1309 0x11008 INFO
GST_PIPELINE ./grammar.y:478:gst_parse_perform_link: linking filesrc0:(any) to
tividenc10:(any) (0/0) with caps "(nil)" 0:00:10.587417000 1309 0x11008 INFO
GST_ELEMENT_PADS gstutils.c:1338:gst_element_link_pads: trying to link element
filesrc0:(any) to element tividenc10:(any) 0:00:10.589526750 1309 0x11008 INFO
GST_PADS gstutils.c:792:gst_pad_check_link: trying to link filesrc0:src and
tividenc10:src 0:00:10.591521833 1309 0x11008 INFO GST_PADS
gstutils.c:812:gst_pad_check_link: Sink pad tividenc10:src is not sink pad,
failed 0:00:10.593469125 1309 0x11008 INFO
GST_PADS gstutils.c:792:gst_pad_check_link: trying to link filesrc0:src and
tividenc10:sink 0:00:10.597228666 1309 0x11008 INFO
GST_PADS gstutils.c:1243:prepare_link_maybe_ghosting: filesrc0 and tividenc10
in same bin, no need for ghost pads 0:00:10.601304708 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link filesrc0:src and
tividenc10:sink 0:00:10.603725083 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked filesrc0:src and tividenc10:sink,
successful 0:00:10.606773541 1309 0x11008 INFO
GST_PIPELINE ./grammar.y:478:gst_parse_perform_link: linking tividenc10:(any)
to pay0:(any) (0/0) with caps "(nil)" 0:00:10.608604375 1309 0x11008 INFO
GST_ELEMENT_PADS gstutils.c:1338:gst_element_link_pads: trying to link element
tividenc10:(any) to element pay0:(any) 0:00:10.610458958 1309 0x11008 INFO
GST_PADS gstutils.c:792:gst_pad_check_link: trying to link tividenc10:src and
pay0:sink 0:00:10.614770375 1309 0x11008 INFO
GST_PADS gstutils.c:1243:prepare_link_maybe_ghosting: tividenc10 and pay0 in
same bin, no need for ghost pads 0:00:10.617139208 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link tividenc10:src and
pay0:sink 0:00:10.619874125 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked tividenc10:src and pay0:sink,
successful 0:00:10.627214833 1309 0x11008 INFO
GST_PARENTAGE gstbin.c:3462:gst_bin_get_by_name: [bin0]: looking up child
element pay0 ** Message: found stream 0 with payloader 0xce0d8 0:00:10.630423375 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
pay0:src 0:00:10.640087833 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link pay0:src and pay0:proxypad0 0:00:10.642356708 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked pay0:src and pay0:proxypad0,
successful 0:00:10.644978791 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<bin0> adding pad
'pay0' 0:00:10.647427250 1309 0x11008 INFO
GST_PARENTAGE gstbin.c:3462:gst_bin_get_by_name: [bin0]: looking up child
element dynpay0 0:00:10.649353541 1309 0x11008 INFO
GST_PARENTAGE gstbin.c:3462:gst_bin_get_by_name: [bin0]: looking up child
element pay1 0:00:10.651320625 1309 0x11008 INFO
GST_PARENTAGE gstbin.c:3462:gst_bin_get_by_name: [bin0]: looking up child
element dynpay1 ** Message: constructed media 0xcd820 for url /test ** Message: preparing media 0xcd820 0:00:10.656170458 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:377:gst_element_factory_create:
creating element "pipeline" named "media-pipeline" Element Name:bin0 ** Message: enter mainloop 0:00:10.759749833 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:567:gst_plugin_load_file: plugin
"/opt/gstreamer/lib/gstreamer-0.10/libgstrtpmanager.so" loaded 0:00:10.761928625 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:377:gst_element_factory_create:
creating element "gstrtpbin" named "rtpbin" Element Name:rtpbin 0:00:10.824832958 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:567:gst_plugin_load_file: plugin
"/opt/gstreamer/lib/gstreamer-0.10/libgstudp.so" loaded 0:00:10.827399291 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "udpsrc" 0:00:10.830710791 1309 0x11008 INFO GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstBaseSrc@0xe2100> adding pad
'src' 0:00:10.835831166 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<udpsrc0>
committing state from NULL to READY, pending PAUSED 0:00:10.838280833 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<udpsrc0>
continue state change READY to PAUSED, final PAUSED 0:00:10.843152333 1309 0x11008 INFO
GST_EVENT gstevent.c:590:gst_event_new_new_segment_full: creating newsegment
update 0, rate 1.000000, format GST_FORMAT_TIME, start 0:00:00.000000000, stop
99:99:99.999999999, position 0:00:00.000000000 0:00:10.848297958 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<udpsrc0>
completed state change to PAUSED 0:00:10.850035583 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<udpsrc0> posting
state-changed READY to PAUSED 0:00:10.854913416 1309 0x11008 INFO GST_STATES
gstelement.c:2125:gst_element_continue_state:<udpsrc0> committing state
from PAUSED to READY, pending NULL 0:00:10.857191416 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<udpsrc0>
continue state change READY to NULL, final NULL 0:00:11.190968083 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<udpsrc0>
completed state change to NULL 0:00:11.192658250 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<udpsrc0> posting
state-changed READY to NULL 0:00:11.194820750 1309 0x11008 INFO
GST_REFCOUNTING gstelement.c:2723:gst_element_dispose:<udpsrc0> dispose 0:00:11.196638750 1309 0x11008 INFO GST_ELEMENT_PADS
gstelement.c:759:gst_element_remove_pad:<udpsrc0> removing pad 'src' 0:00:11.198938750 1309 0x11008 INFO
GST_REFCOUNTING gstelement.c:2747:gst_element_dispose:<udpsrc0> parent
class dispose 0:00:11.200702583 1309 0x11008 INFO GST_REFCOUNTING
gstelement.c:2770:gst_element_finalize:<udpsrc0> finalize 0:00:11.202365208 1309 0x11008 INFO
GST_REFCOUNTING gstelement.c:2781:gst_element_finalize:<udpsrc0> finalize
parent 0:00:11.205537916 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "udpsrc" 0:00:11.208894958 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstBaseSrc@0xe2388>
adding pad 'src' 0:00:11.212607458 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<udpsrc1>
committing state from NULL to READY, pending PAUSED 0:00:11.214725833 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<udpsrc1>
continue state change READY to PAUSED, final PAUSED 0:00:11.217786375 1309 0x11008 INFO
GST_EVENT gstevent.c:590:gst_event_new_new_segment_full: creating newsegment
update 0, rate 1.000000, format GST_FORMAT_TIME, start 0:00:00.000000000, stop
99:99:99.999999999, position 0:00:00.000000000 0:00:11.221364333 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<udpsrc1>
completed state change to PAUSED 0:00:11.222985125 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<udpsrc1> posting
state-changed READY to PAUSED 0:00:11.227383791 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "udpsrc" 0:00:11.230556833 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstBaseSrc@0xe2610> adding pad
'src' 0:00:11.234233166 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<udpsrc2>
committing state from NULL to READY, pending PAUSED 0:00:11.236562083 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<udpsrc2>
continue state change READY to PAUSED, final PAUSED 0:00:11.239572375 1309 0x11008 INFO
GST_EVENT gstevent.c:590:gst_event_new_new_segment_full: creating newsegment
update 0, rate 1.000000, format GST_FORMAT_TIME, start 0:00:00.000000000, stop
99:99:99.999999999, position 0:00:00.000000000 0:00:11.243493208 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<udpsrc2>
completed state change to PAUSED 0:00:11.245142791 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<udpsrc2> posting
state-changed READY to PAUSED 0:00:11.247726333 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "multiudpsink" 0:00:11.251632083 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstBaseSink@0xe6000>
adding pad 'sink' 0:00:11.256183750 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "multiudpsink" 0:00:11.591824125 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstBaseSink@0xe62b0> adding pad
'sink' Element Name:multiudpsink0 Element Name:udpsrc1 0:00:11.598001125 1309 0x11008 INFO
GST_STATES gstbin.c:2798:bin_handle_async_done:<media-pipeline> nothing
pending Element Name:multiudpsink1 Element Name:udpsrc2 0:00:11.601583625 1309 0x11008 INFO
GST_STATES gstbin.c:2798:bin_handle_async_done:<media-pipeline> nothing
pending 0:00:11.628487375 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:567:gst_plugin_load_file: plugin
"/opt/gstreamer/lib/gstreamer-0.10/libgstapp.so" loaded 0:00:11.630766500 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "appsrc" 0:00:11.634037000 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstBaseSrc@0xec058> adding pad
'src' 0:00:11.637790541 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "appsink" 0:00:11.641330000 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstBaseSink@0xee000> adding pad
'sink' Element Name:appsink0 Element Name:appsrc0 0:00:11.647860083 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "appsrc" 0:00:11.651046375 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstBaseSrc@0xec2b8>
adding pad 'src' 0:00:11.653785750 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "appsink" 0:00:11.657068208 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstBaseSink@0xee2d8>
adding pad 'sink' Element Name:appsink1 Element Name:appsrc1 0:00:11.663659250 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "gstrtpsession" 0:00:11.701142250 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "gstrtpssrcdemux" 0:00:11.704253041 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstRtpSsrcDemux@0xf6848> adding pad
'sink' 0:00:11.707457125 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstRtpSsrcDemux@0xf6848> adding pad
'rtcp_sink' Element Name:rtpsession0 0:00:11.714768125 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<rtpsession0>
committing state from NULL to READY, pending PLAYING 0:00:11.717667250 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<rtpsession0>
continue state change READY to PAUSED, final PLAYING 0:00:11.719634625 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<rtpsession0>
committing state from READY to PAUSED, pending PLAYING 0:00:11.721948958 1309 0x11008 INFO GST_STATES
gstelement.c:2134:gst_element_continue_state:<rtpsession0> continue state
change PAUSED to PLAYING, final PLAYING 0:00:11.724281875 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<rtpsession0>
completed state change to PLAYING 0:00:11.727454958 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<rtpsession0>
posting state-changed PAUSED to PLAYING Element Name:rtpssrcdemux0 0:00:11.731198791 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<rtpssrcdemux0>
committing state from NULL to READY, pending PLAYING 0:00:11.733435541 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<rtpssrcdemux0>
continue state change READY to PAUSED, final PLAYING 0:00:11.735629333 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<rtpssrcdemux0>
committing state from READY to PAUSED, pending PLAYING 0:00:11.738000541 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<rtpssrcdemux0>
continue state change PAUSED to PLAYING, final PLAYING 0:00:11.739778708 1309 0x11008 INFO GST_STATES
gstelement.c:2152:gst_element_continue_state:<rtpssrcdemux0> completed
state change to PLAYING 0:00:12.074000833 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<rtpssrcdemux0>
posting state-changed PAUSED to PLAYING 0:00:12.079628708 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpsession0>
adding pad 'send_rtp_sink' 0:00:12.083941833 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpsession0>
adding pad 'send_rtp_src' 0:00:12.090705208 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link
send_rtp_sink_0:proxypad1 and rtpsession0:send_rtp_sink 0:00:12.093840208 1309 0x11008 INFO GST_PADS
gstpad.c:2022:gst_pad_link: linked send_rtp_sink_0:proxypad1 and
rtpsession0:send_rtp_sink, successful 0:00:12.096203375 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpbin> adding pad
'send_rtp_sink_0' 0:00:12.098072791 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
rtpsession0:send_rtp_src 0:00:12.104760166 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link rtpsession0:send_rtp_src
and send_rtp_src_0:proxypad2 0:00:12.107045458 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked rtpsession0:send_rtp_src and
send_rtp_src_0:proxypad2, successful 0:00:12.109660333 1309 0x11008 INFO GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<rtpbin> adding pad 'send_rtp_src_0' 0:00:12.111698375 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
rtpbin:send_rtp_src_0 0:00:12.116645375 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpsession0>
adding pad 'send_rtcp_src' 0:00:12.123417625 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link
rtpsession0:send_rtcp_src and send_rtcp_src_0:proxypad3 0:00:12.125812791 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked rtpsession0:send_rtcp_src and
send_rtcp_src_0:proxypad3, successful 0:00:12.128620166 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpbin> adding pad
'send_rtcp_src_0' 0:00:12.133385041 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpsession0>
adding pad 'recv_rtcp_sink' 0:00:12.138097041 1309 0x11008 INFO GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<rtpsession0> adding pad 'sync_src' 0:00:12.140036291 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
rtpsession0:sync_src 0:00:12.141706500 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
rtpssrcdemux0:rtcp_sink 0:00:12.143852000 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link
rtpsession0:sync_src and rtpssrcdemux0:rtcp_sink 0:00:12.146259833 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked rtpsession0:sync_src and
rtpssrcdemux0:rtcp_sink, successful 0:00:12.152984666 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link
recv_rtcp_sink_0:proxypad4 and rtpsession0:recv_rtcp_sink 0:00:12.155156708 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked recv_rtcp_sink_0:proxypad4 and
rtpsession0:recv_rtcp_sink, successful 0:00:12.157148125 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpbin> adding pad
'recv_rtcp_sink_0' 0:00:12.161836166 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpsession0> adding
pad 'recv_rtp_sink' 0:00:12.498307291 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpsession0>
adding pad 'recv_rtp_src' 0:00:12.500377125 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
rtpsession0:recv_rtp_src 0:00:12.502037208 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
rtpssrcdemux0:sink 0:00:12.504240541 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link
rtpsession0:recv_rtp_src and rtpssrcdemux0:sink 0:00:12.506568666 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked rtpsession0:recv_rtp_src and
rtpssrcdemux0:sink, successful 0:00:12.513429750 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link
recv_rtp_sink_0:proxypad5 and rtpsession0:recv_rtp_sink 0:00:12.515696583 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked recv_rtp_sink_0:proxypad5 and
rtpsession0:recv_rtp_sink, successful 0:00:12.517681500 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<rtpbin> adding pad
'recv_rtp_sink_0' 0:00:12.521484166 1309 0x11008 INFO GST_PADS
gstpad.c:1849:gst_pad_link_prepare: trying to link bin0:pay0 and
rtpbin:send_rtp_sink_0 0:00:12.525351250 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked bin0:pay0 and
rtpbin:send_rtp_sink_0, successful 0:00:12.528569291 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "tee" 0:00:12.532896625 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstTee@0xf9190>
adding pad 'sink' Element Name:tee0 0:00:12.536784166 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
tee0:sink 0:00:12.539042625 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link
rtpbin:send_rtp_src_0 and tee0:sink 0:00:12.542082125 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked rtpbin:send_rtp_src_0 and
tee0:sink, successful 0:00:12.546378791 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<tee0> adding pad
'src0' 0:00:12.548267666 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
multiudpsink0:sink 0:00:12.550452291 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link tee0:src0 and
multiudpsink0:sink 0:00:12.553735916 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked tee0:src0 and multiudpsink0:sink,
successful 0:00:12.557913125 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<tee0> adding pad
'src1' 0:00:12.559756541 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
appsink0:sink 0:00:12.561995208 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link tee0:src1 and
appsink0:sink 0:00:12.565225791 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked tee0:src1 and appsink0:sink,
successful 0:00:12.568295041 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "tee" 0:00:12.572667375 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstTee@0xf9490>
adding pad 'sink' Element Name:tee1 0:00:12.909398000 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
tee1:sink 0:00:12.911608333 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link
rtpbin:send_rtcp_src_0 and tee1:sink 0:00:12.914483333 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked rtpbin:send_rtcp_src_0 and
tee1:sink, successful 0:00:12.918577750 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<tee1> adding pad
'src0' 0:00:12.920399791 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
multiudpsink1:sink 0:00:12.922637791 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link tee1:src0 and
multiudpsink1:sink 0:00:12.925780583 1309 0x11008 INFO GST_PADS
gstpad.c:2022:gst_pad_link: linked tee1:src0 and multiudpsink1:sink, successful 0:00:12.929877708 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<tee1> adding pad
'src1' 0:00:12.931706333 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
appsink1:sink 0:00:12.933893750 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link tee1:src1 and
appsink1:sink 0:00:12.937380541 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked tee1:src1 and appsink1:sink,
successful 0:00:12.964299625 1309 0x11008 INFO
GST_PLUGIN_LOADING gstplugin.c:567:gst_plugin_load_file: plugin
"/opt/gstreamer/lib/gstreamer-0.10/libgstselector.so" loaded 0:00:12.966736458 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "input-selector" 0:00:12.969499625 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<GstInputSelector@0xd3150>
adding pad 'src' Element Name:inputselector0 0:00:12.974030833 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
inputselector0:src 0:00:12.976328375 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link inputselector0:src
and rtpbin:recv_rtp_sink_0 0:00:12.979351625 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked inputselector0:src and
rtpbin:recv_rtp_sink_0, successful 0:00:12.984990375 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<inputselector0>
adding pad 'sink0' 0:00:12.987117916 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
udpsrc1:src 0:00:12.989402916 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link udpsrc1:src and
inputselector0:sink0 0:00:12.992052916 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked udpsrc1:src and
inputselector0:sink0, successful 0:00:12.996217208 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<inputselector0>
adding pad 'sink1' 0:00:12.998106958 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
appsrc0:src 0:00:13.000338208 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link appsrc0:src and
inputselector0:sink1 0:00:13.002945041 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked appsrc0:src and
inputselector0:sink1, successful 0:00:13.005734458 1309 0x11008 INFO
GST_ELEMENT_FACTORY gstelementfactory.c:379:gst_element_factory_create:
creating element "input-selector" 0:00:13.008667875 1309 0x11008 INFO
GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<GstInputSelector@0xd3258> adding
pad 'src' Element Name:inputselector1 0:00:13.344931500 1309 0x11008 INFO GST_ELEMENT_PADS
gstelement.c:887:gst_element_get_static_pad: found pad inputselector1:src 0:00:13.347338583 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link inputselector1:src
and rtpbin:recv_rtcp_sink_0 0:00:13.350150458 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked inputselector1:src and
rtpbin:recv_rtcp_sink_0, successful 0:00:13.354231916 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:641:gst_element_add_pad:<inputselector1>
adding pad 'sink0' 0:00:13.356282166 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
udpsrc2:src 0:00:13.358520875 1309 0x11008 INFO
GST_PADS gstpad.c:1849:gst_pad_link_prepare: trying to link udpsrc2:src and
inputselector1:sink0 0:00:13.361109916 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked udpsrc2:src and
inputselector1:sink0, successful 0:00:13.365178958 1309 0x11008 INFO GST_ELEMENT_PADS
gstelement.c:641:gst_element_add_pad:<inputselector1> adding pad 'sink1' 0:00:13.367179208 1309 0x11008 INFO
GST_ELEMENT_PADS gstelement.c:887:gst_element_get_static_pad: found pad
appsrc1:src 0:00:13.369425375 1309 0x11008 INFO GST_PADS
gstpad.c:1849:gst_pad_link_prepare: trying to link appsrc1:src and
inputselector1:sink1 0:00:13.372049833 1309 0x11008 INFO
GST_PADS gstpad.c:2022:gst_pad_link: linked appsrc1:src and
inputselector1:sink1, successful 0:00:13.374834416 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<udpsrc1>
completed state change to PLAYING 0:00:13.376586416 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<udpsrc1> posting
state-changed PAUSED to PLAYING 0:00:13.379066916 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<udpsrc2>
completed state change to PLAYING 0:00:13.380730125 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<udpsrc2> posting
state-changed PAUSED to PLAYING 0:00:13.385431000 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsink1>
completed state change to READY 0:00:13.387254791 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<appsink1>
posting state-changed NULL to READY 0:00:13.389424583 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'appsink1' changed state to 2(READY) successfully 0:00:13.391653416 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsink0>
completed state change to READY 0:00:13.393310125 1309 0x11008 INFO GST_STATES
gstelement.c:2165:gst_element_continue_state:<appsink0> posting
state-changed NULL to READY 0:00:13.395500583 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'appsink0' changed state to 2(READY) successfully 0:00:13.399849750 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<multiudpsink1>
completed state change to READY 0:00:13.401510541 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<multiudpsink1>
posting state-changed NULL to READY 0:00:13.735683250 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'multiudpsink1' changed state to 2(READY) successfully 0:00:13.738571791 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<multiudpsink0>
completed state change to READY 0:00:13.740288625 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<multiudpsink0>
posting state-changed NULL to READY 0:00:13.742554208 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'multiudpsink0' changed state to 2(READY) successfully 0:00:13.744696208 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<tee1> completed
state change to READY 0:00:13.746812291 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<tee1> posting
state-changed NULL to READY 0:00:13.749041958 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'tee1' changed state to 2(READY) successfully 0:00:13.751115958 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<tee0> completed
state change to READY 0:00:13.752770083 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<tee0> posting
state-changed NULL to READY 0:00:13.754934250 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'tee0' changed state to 2(READY) successfully 0:00:13.759213208 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<rtpssrcdemux0>
committing state from PLAYING to PAUSED, pending READY 0:00:13.761561541 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<rtpssrcdemux0>
continue state change PAUSED to READY, final READY 0:00:13.763841083 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<rtpssrcdemux0>
completed state change to READY 0:00:13.765504375 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<rtpssrcdemux0>
posting state-changed PAUSED to READY 0:00:13.768884791 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<rtpbin> child
'rtpssrcdemux0' changed state to 2(READY) successfully 0:00:13.771441208 1309 0x11008 INFO
GST_STATES gstelement.c:2125:gst_element_continue_state:<rtpsession0>
committing state from PLAYING to PAUSED, pending READY 0:00:13.773762541 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<rtpsession0>
continue state change PAUSED to READY, final READY 0:00:13.778870250 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<rtpsession0>
completed state change to READY 0:00:13.780537750 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<rtpsession0>
posting state-changed PAUSED to READY 0:00:13.783538041 1309 0x11008 INFO GST_STATES
gstbin.c:2330:gst_bin_change_state_func:<rtpbin> child 'rtpsession0'
changed state to 2(READY) successfully 0:00:13.785723625 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<rtpbin>
completed state change to READY 0:00:13.787550750 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<rtpbin> posting
state-changed NULL to READY 0:00:14.122563291 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'rtpbin' changed state to 2(READY) successfully 0:00:14.124905666 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<inputselector0>
completed state change to READY 0:00:14.127233291 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<inputselector0>
posting state-changed NULL to READY 0:00:14.129530000 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'inputselector0' changed state to 2(READY) successfully 0:00:14.131839166 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<inputselector1>
completed state change to READY 0:00:14.133513625 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<inputselector1>
posting state-changed NULL to READY 0:00:14.135747333 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'inputselector1' changed state to 2(READY) successfully 0:00:14.139516833 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<pay0> completed
state change to READY 0:00:14.141144750 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<pay0> posting
state-changed NULL to READY 0:00:14.143403416 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<bin0> child 'pay0'
changed state to 2(READY) successfully 0:00:14.145652625 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<tividenc10>
completed state change to READY 0:00:14.148024333 1309 0x11008 INFO GST_STATES
gstelement.c:2165:gst_element_continue_state:<tividenc10> posting
state-changed NULL to READY 0:00:14.150317208 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<bin0> child
'tividenc10' changed state to 2(READY) successfully 0:00:14.152352833 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<filesrc0>
completed state change to READY 0:00:14.153967625 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<filesrc0>
posting state-changed NULL to READY 0:00:14.157482541 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<bin0> child
'filesrc0' changed state to 2(READY) successfully 0:00:14.159483708 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<bin0> completed
state change to READY 0:00:14.161121250 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<bin0> posting
state-changed NULL to READY 0:00:14.164003458 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'bin0' changed state to 2(READY) successfully 0:00:14.166135208 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsrc0>
completed state change to READY 0:00:14.167829500 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<appsrc0> posting
state-changed NULL to READY 0:00:14.170723166 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'appsrc0' changed state to 2(READY) successfully 0:00:14.504845666 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'udpsrc1' changed state to 2(READY) successfully 0:00:14.507016750 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsrc1>
completed state change to READY 0:00:14.508732000 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<appsrc1> posting
state-changed NULL to READY 0:00:14.511052958 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'appsrc1' changed state to 2(READY) successfully 0:00:14.513053666 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'udpsrc2' changed state to 2(READY) successfully 0:00:14.515096000 1309 0x11008 INFO GST_STATES
gstelement.c:2125:gst_element_continue_state:<media-pipeline> committing
state from NULL to READY, pending PAUSED 0:00:14.518145875 1309 0x11008 INFO
GST_STATES gstelement.c:2134:gst_element_continue_state:<media-pipeline>
continue state change READY to PAUSED, final PAUSED 0:00:14.522499333 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsink1>
completed state change to PAUSED 0:00:14.524502541 1309 0x11008 INFO GST_STATES
gstelement.c:2165:gst_element_continue_state:<appsink1> posting
state-changed READY to PAUSED 0:00:14.527439541 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'appsink1' changed state to 3(PAUSED) successfully 0:00:14.529974125 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsink0>
completed state change to PAUSED 0:00:14.531669416 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<appsink0>
posting state-changed READY to PAUSED 0:00:14.533909125 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'appsink0' changed state to 3(PAUSED) successfully 0:00:14.537445041 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<multiudpsink1>
completed state change to PAUSED 0:00:14.539158583 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<multiudpsink1>
posting state-changed READY to PAUSED 0:00:14.541513750 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'multiudpsink1' changed state to 3(PAUSED) successfully 0:00:14.544814958 1309 0x11008 INFO
GST_STATES gstbin.c:2336:gst_bin_change_state_func:<media-pipeline> child
'multiudpsink0' is changing state asynchronously to PAUSED 0:00:14.547983458 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<tee1> completed
state change to PAUSED 0:00:14.549659125 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<tee1> posting
state-changed READY to PAUSED 0:00:14.551975666 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'tee1' changed state to 3(PAUSED) successfully 0:00:14.554494250 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<tee0> completed
state change to PAUSED 0:00:14.556837625 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<tee0> posting
state-changed READY to PAUSED 0:00:14.890848541 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'tee0' changed state to 3(PAUSED) successfully 0:00:14.894537333 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<rtpssrcdemux0>
completed state change to PAUSED 0:00:14.896831416 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<rtpssrcdemux0>
posting state-changed READY to PAUSED 0:00:14.899548625 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<rtpbin> child
'rtpssrcdemux0' changed state to 3(PAUSED) successfully 0:00:14.902186791 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<rtpsession0>
completed state change to PAUSED 0:00:14.903841416 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<rtpsession0>
posting state-changed READY to PAUSED 0:00:14.906872916 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<rtpbin> child 'rtpsession0'
changed state to 3(PAUSED) successfully 0:00:14.909146625 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<rtpbin>
completed state change to PAUSED 0:00:14.910864833 1309 0x11008 INFO GST_STATES
gstelement.c:2165:gst_element_continue_state:<rtpbin> posting
state-changed READY to PAUSED 0:00:14.913036250 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'rtpbin' changed state to 3(PAUSED) successfully 0:00:14.915643125 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<inputselector0>
completed state change to PAUSED 0:00:14.918393541 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<inputselector0>
posting state-changed READY to PAUSED 0:00:14.921370166 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'inputselector0' changed state to 3(PAUSED) successfully 0:00:14.924068166 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<inputselector1>
completed state change to PAUSED 0:00:14.925795916 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<inputselector1>
posting state-changed READY to PAUSED 0:00:14.928909500 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'inputselector1' changed state to 3(PAUSED) successfully 0:00:14.932551416 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<pay0> completed
state change to PAUSED 0:00:14.934207000 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<pay0> posting
state-changed READY to PAUSED 0:00:14.937467166 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<bin0> child 'pay0'
changed state to 3(PAUSED) successfully 0:00:14.939834750 1309 0x11008 INFO GST_STATES
gstelement.c:2152:gst_element_continue_state:<tividenc10> completed state
change to PAUSED 0:00:14.941574416 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<tividenc10>
posting state-changed READY to PAUSED 0:00:14.944524125 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<bin0> child
'tividenc10' changed state to 3(PAUSED) successfully 0:00:15.278975833 1309 0x11008 INFO
filesrc gstfilesrc.c:947:gst_file_src_start:<filesrc0> opening file
foreman_422_vga._swap.yuv 0:00:15.283520291 1309 0x11008 INFO
GST_EVENT gstevent.c:596:gst_event_new_new_segment_full: creating newsegment
update 0, rate 1.000000, format bytes, start 0, stop 184320000, position 0 0:00:15.287490000 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<filesrc0>
completed state change to PAUSED 0:00:15.289118166 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<filesrc0>
posting state-changed READY to PAUSED 0:00:15.291434083 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<bin0> child
'filesrc0' changed state to 3(PAUSED) successfully 0:00:15.293627375 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<bin0> completed
state change to PAUSED 0:00:15.295270291 1309 0x11008 INFO GST_STATES
gstelement.c:2165:gst_element_continue_state:<bin0> posting state-changed
READY to PAUSED 0:00:15.298310833 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'bin0' changed state to 3(PAUSED) successfully 0:00:15.301132375 1309 0x11008 INFO
GST_EVENT gstevent.c:596:gst_event_new_new_segment_full: creating newsegment
update 0, rate 1.000000, format bytes, start 0, stop -1, position 0 0:00:15.308525250 1309 0x5b130 INFO GST_PADS
gstpad.c:3315:gst_pad_event_default_dispatch:<pay0:sink> Sending event
0xe94c0 (newsegment) to all internally linked pads 0:00:15.311408166 1309 0x5b130 INFO
GST_PADS gstpad.c:3315:gst_pad_event_default_dispatch:<tee0:sink> Sending
event 0xe94c0 (newsegment) to all internally linked pads 0:00:15.304939375 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsrc0>
completed state change to PAUSED 0:00:15.316673041 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<appsrc0> posting
state-changed READY to PAUSED 0:00:15.319611166 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'appsrc0' changed state to 3(PAUSED) successfully 0:00:15.321755500 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'udpsrc1' changed state to 3(PAUSED) successfully 0:00:15.324339000 1309 0x11008 INFO GST_EVENT
gstevent.c:596:gst_event_new_new_segment_full: creating newsegment update 0,
rate 1.000000, format bytes, start 0, stop -1, position 0 0:00:15.328115083 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsrc1>
completed state change to PAUSED 0:00:15.329798583 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<appsrc1> posting
state-changed READY to PAUSED 0:00:15.332689833 1309 0x11008 INFO GST_STATES
gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child 'appsrc1'
changed state to 3(PAUSED) successfully 0:00:15.334581916 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'udpsrc2' changed state to 3(PAUSED) successfully 0:00:15.337006750 1309 0x11008 INFO
GST_STATES gstbin.c:1634:gst_bin_get_state_func:<media-pipeline> getting
state 0:00:15.338619791 1309 0x11008 INFO
GST_STATES gstelement.c:1900:gst_element_get_state_func:<media-pipeline>
waiting for element to commit state 0:00:15.340618708 1309 0x5ab90 WARN
TIVidenc1 gsttividenc1.c:1701:gst_tividenc1_frame_duration: framerate not
specified; using 29.97fps 0:00:15.699199875 1309 0x5ab90 INFO
TICircBuffer gstticircbuffer.c:209:gst_ticircbuffer_new: requested windowSize:
614400 0:00:15.700718958 1309 0x5ab90 INFO
TICircBuffer gstticircbuffer.c:212:gst_ticircbuffer_new: fixed block size is ON 0:00:15.956365041 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:15.960401208 1309 0x5ab90 INFO
GST_STATES gstbin.c:2714:bin_handle_async_done:<media-pipeline> committing
state from READY to PAUSED, old pending PAUSED 0:00:15.962187375 1309 0x5ab90 INFO
GST_STATES gstbin.c:2729:bin_handle_async_done:<media-pipeline> completed
state change, pending VOID ** Message: 0xcd820: got message type async-done ** Message: position query failed 0:00:15.973403041 1309 0x11008 WARN
GST_PADS
gstpad.c:3085:gst_pad_iterate_internal_links_default:<rtpsession0:send_rtp_src>
Making unsafe iterator 0:00:16.017727458 1309 0x11008 WARN
GST_PADS
gstpad.c:3085:gst_pad_iterate_internal_links_default:<rtpsession0:send_rtp_src>
Making unsafe iterator ** Message: duration query failed ** Message: stats: position 0:00:00.000000000, duration
99:99:99.999999999 ** Message: object 0xcd820 is prerolled ** (lt-test-launch:1309): WARNING **: ignoring stream 0
without media type RTSP response message 0xbefff9c8 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '46' key: 'Content-Type', value: 'application/sdp' key: 'Content-Base', value:
'rtsp://172.24.190.40:8554/test/' key: 'Server', value: 'GStreamer RTSP server' body: length 170 00000000 (0x145c90): 76 3d 30 0d 0a 6f 3d 2d 20 31 31 38 38
33 34 30 v=0..o=- 1188340 00000010 (0x145ca0): 36 35 36 31 38 30 38 38 33 20 31 20 49
4e 20 49 656180883 1 IN I 00000020 (0x145cb0): 50 34 20 31 32 37 2e 30 2e 30 2e 31 0d
0a 73 3d P4 127.0.0.1..s= 00000030 (0x145cc0): 53 65 73 73 69 6f 6e 20 73 74 72 65 61
6d 65 64 Session streamed 00000040 (0x145cd0): 20 77 69 74 68 20 47 53 74 72 65 61 6d
65 72 0d with GStreamer. 00000050 (0x145ce0): 0a 69 3d 72 74 73 70 2d 73 65 72 76 65
72 0d 0a .i=rtsp-server.. 00000060 (0x145cf0): 65 3d 4e 4f 4e 45 0d 0a 74 3d 30 20 30
0d 0a 61 e=NONE..t=0 0..a 00000070 (0x145d00): 3d 74 6f 6f 6c 3a 47 53 74 72 65 61 6d
65 72 0d =tool:GStreamer. 00000080 (0x145d10): 0a 61 3d 74 79 70 65 3a 62 72 6f 61 64
63 61 73 .a=type:broadcas 00000090 (0x145d20): 74 0d 0a 61 3d 72 61 6e 67 65 3a 6e 70
74 3d 30 t..a=range:npt=0 000000a0 (0x145d30): 2e 30 30 30 30 30 30 2d 0d
0a .000000-.. ** Message: client 0x16cf0: sent a message with cseq 46 ** Message: added new client 0xe9550 ip 172.24.136.232:42762 ** Message: attaching to context 0x13220 ** Message: client 0x16cf0: connection closed ** Message: finalize client 0x16cf0 ** Message: finalize media 0xcd820 0:00:16.116793583 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsink1>
completed state change to READY 0:00:16.119391875 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<appsink1>
posting state-changed PAUSED to READY 0:00:16.121724458 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'appsink1' changed state to 2(READY) successfully 0:00:16.124571125 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<appsink0>
completed state change to READY 0:00:16.126979750 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<appsink0>
posting state-changed PAUSED to READY 0:00:16.129330500 1309 0x11008 INFO GST_STATES
gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child 'appsink0'
changed state to 2(READY) successfully 0:00:16.132059291 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<multiudpsink1>
completed state change to READY 0:00:16.133828250 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<multiudpsink1>
posting state-changed PAUSED to READY 0:00:16.136893291 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'multiudpsink1' changed state to 2(READY) successfully 0:00:16.140304750 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.143046333 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.145753625 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.148543208 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.151259000 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.153964541 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.156760666 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.159513041 1309 0x5ab90 WARN rtpsource
rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to 29260fcf,
fix the payloader 0:00:16.162227375 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.497221375 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.499940125 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.502635875 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.505340416 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.508143708 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.510884125 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.513788250 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.516578583 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.519274541 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.521989250 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.524701958 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.527572250 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.530276041 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.533001708 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.535730000 1309 0x5ab90 WARN rtpsource
rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to 29260fcf,
fix the payloader 0:00:16.538520583 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.541265291 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.544013583 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.546818000 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.549730666 1309 0x5ab90 WARN
rtpsource rtpsource.c:1041:rtp_source_send_rtp: updating SSRC from d0ad6f50 to
29260fcf, fix the payloader 0:00:16.164067416 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<multiudpsink0>
completed state change to READY 0:00:16.572836791 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<multiudpsink0>
posting state-changed PAUSED to READY 0:00:16.578277375 1309 0x11008 INFO GST_STATES
gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'multiudpsink0' changed state to 2(READY) successfully 0:00:16.581048625 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<tee1> completed
state change to READY 0:00:16.582794916 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<tee1> posting
state-changed PAUSED to READY 0:00:16.916873208 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'tee1' changed state to 2(READY) successfully 0:00:16.919680125 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<tee0> completed
state change to READY 0:00:16.921386458 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<tee0> posting
state-changed PAUSED to READY 0:00:16.923656041 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<media-pipeline> child
'tee0' changed state to 2(READY) successfully 0:00:16.585547875 1309 0x5b130 INFO
basesrc gstbasesrc.c:2282:gst_base_src_loop:<filesrc0> pausing after
gst_pad_push() = unexpected 0:00:16.928923041 1309 0x11008 INFO
GST_STATES gstelement.c:2152:gst_element_continue_state:<rtpssrcdemux0>
completed state change to READY 0:00:16.930658750 1309 0x11008 INFO
GST_STATES gstelement.c:2165:gst_element_continue_state:<rtpssrcdemux0>
posting state-changed PAUSED to READY 0:00:16.933002625 1309 0x11008 INFO
GST_STATES gstbin.c:2330:gst_bin_change_state_func:<rtpbin> child
'rtpssrcdemux0' changed state to 2(READY) successfully Segmentation fault ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel UDP.txt (21K) Download Attachment RTSP GST_DEBUG=2.txt (8K) Download Attachment RTSP GST_DEBUG=3.txt (84K) Download Attachment |
Free forum by Nabble | Edit this page |