After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 657376 - rtspsrc regression
rtspsrc regression
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-25 20:10 UTC by Nicola
Modified: 2011-09-09 08:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtspsrc: ensure some initial state variable setup (1.74 KB, patch)
2011-09-07 12:18 UTC, Mark Nauwelaerts
committed Details | Review
here are the logs, thanks (182.88 KB, application/x-bzip)
2011-09-07 14:15 UTC, Nicola
  Details
log for rtsp (34.93 KB, application/x-bzip)
2011-09-07 15:39 UTC, Nicola
  Details

Description Nicola 2011-08-25 20:10:54 UTC
Hi this pipeline:

gst-launch -e videomixer name=mix sink_1::xpos=50 sink_1::ypos=20 sink_1::zorder=0 sink_3::xpos=80 sink_3::ypos=340 sink_3::zorder=0 sink_2::zorder=5 sink_0::xpos=400 sink_0::ypos=20 sink_0::zorder=0 ! ffmpegcolorspace ! videorate ! video/x-raw-yuv, framerate=\(fraction\)25/1 ! vp8enc mode=1 bitrate=3600000 ! matroskamux ! filesink location=/tmp/test.mkv v4l2src ! queue ! videoscale ! videorate ! ffmpegcolorspace ! video/x-raw-yuv, framerate=\(fraction\)25/1, width=320, height=240 ! queue ! mix. multifilesrc do-timestamp=true location=space-04.png caps='image/png,framerate=1/1' ! pngdec ! alphacolor ! ffmpegcolorspace ! videorate ! video/x-raw-yuv, framerate=\(fraction\)25/1 ! queue ! mix. rtspsrc location=rtsp://192.168.2.136/axis-media/media.amp ! rtph264depay ! h264parse ! ffdec_h264 ! queue ! videoscale ! videorate ! ffmpegcolorspace ! video/x-raw-yuv, framerate=\(fraction\)25/1, width=320, height=240 ! queue ! mix. rtspsrc location=rtsp://192.168.2.17/udpstream ! rtpmp4vdepay ! ffdec_mpeg4 ! queue ! videoscale ! videorate ! ffmpegcolorspace ! video/x-raw-yuv, framerate=\(fraction\)25/1, width=320, height=240 ! queue ! mix.

works fine with the latest released gstreamer version while it not works with gstreamer git (today version), here is the error:

0:00:01.093389874 17963 0x7f78f8000d80 ERROR                rtspsrc gstrtspsrc.c:5521:gst_rtspsrc_open_from_sdp:<rtspsrc0> setup failed
ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Impossibile leggere dalla risorsa.
Informazioni di debug aggiuntive:
gstrtspsrc.c(5287): gst_rtspsrc_setup_streams (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not connect to server, no protocols left


this error happen only using a videomixer pipeline, both this pipeline:

gst-launch rtspsrc location=rtsp://192.168.2.136/axis-media/media.amp ! rtph264depay ! h264parse ! ffdec_h264 ! xvimagesink

and this:

gst-launch rtspsrc location=rtsp://192.168.2.17/udpstream ! rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink

works fine alone
Comment 1 Tim-Philipp Müller 2011-08-25 22:02:09 UTC
Marking as blocker to make sure someone looks at it before the relase.
Comment 2 Mark Nauwelaerts 2011-09-07 10:07:22 UTC
Have also seen some intermittent instances of this, but not been able to reproduce this "reliably" so far.  Could not find anything suspicious in code path either.

Not sure how to look into this one, but some network capture along with corresponding (at least) *rtsp*:5 debug log is likely useful/needed at least.
Comment 3 Nicola 2011-09-07 10:18:39 UTC
Here are the requested logs:


0:00:00.062781324  9364      0x10cb0a0 DEBUG                rtspext gstrtspext.c:102:gst_rtsp_ext_list_get: added extension interface for 'rtspreal0'
0:00:00.063055727  9364      0x10cb0a0 DEBUG                rtspext gstrtspext.c:102:gst_rtsp_ext_list_get: added extension interface for 'rtspwms0'
0:00:00.063087871  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6674:gst_rtspsrc_uri_set_uri:<rtspsrc0> parsing URI
0:00:00.063101986  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6681:gst_rtspsrc_uri_set_uri:<rtspsrc0> configuring URI
0:00:00.063114703  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6697:gst_rtspsrc_uri_set_uri:<rtspsrc0> set uri: rtsp://192.168.2.136/axis-media/media.amp
0:00:00.063124346  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6699:gst_rtspsrc_uri_set_uri:<rtspsrc0> request uri is: rtsp://192.168.2.136/axis-media/media.amp
0:00:00.067695230  9364      0x10cb0a0 DEBUG                rtspext gstrtspext.c:102:gst_rtsp_ext_list_get: added extension interface for 'rtspreal1'
0:00:00.067716751  9364      0x10cb0a0 DEBUG                rtspext gstrtspext.c:102:gst_rtsp_ext_list_get: added extension interface for 'rtspwms1'
0:00:00.067743095  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6674:gst_rtspsrc_uri_set_uri:<rtspsrc1> parsing URI
0:00:00.067755603  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6681:gst_rtspsrc_uri_set_uri:<rtspsrc1> configuring URI
0:00:00.067766433  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6697:gst_rtspsrc_uri_set_uri:<rtspsrc1> set uri: rtsp://192.168.2.17/udpstream
0:00:00.067776076  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6699:gst_rtspsrc_uri_set_uri:<rtspsrc1> request uri is: rtsp://192.168.2.17/udpstream
Impostazione della pipeline a PAUSED ...
0:00:00.508711832  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6482:gst_rtspsrc_start:<rtspsrc1> starting
0:00:00.508996997  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6482:gst_rtspsrc_start:<rtspsrc0> starting
La pipeline è viva e non necessita il PREROLL ...
Impostazione della pipeline a PLAYING ...
New clock: GstSystemClock
0:00:00.658684893  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:6423:gst_rtspsrc_thread:<rtspsrc1> got command 1
0:00:00.658709769  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3390:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:00.658722417  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:6013:gst_rtspsrc_play:<rtspsrc1> PLAY...
0:00:00.658744987  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3296:gst_rtsp_conninfo_connect:<rtspsrc1> creating connection (rtsp://192.168.2.17/udpstream)...
0:00:00.658775662  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3304:gst_rtsp_conninfo_connect:<rtspsrc1> sanitized uri rtsp://192.168.2.17/udpstream
0:00:00.658793621  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3322:gst_rtsp_conninfo_connect:<rtspsrc1> connecting (rtsp://192.168.2.17/udpstream)...
0:00:00.659167319  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:6423:gst_rtspsrc_thread:<rtspsrc0> got command 1
0:00:00.659186884  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3390:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:00.659196947  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:6013:gst_rtspsrc_play:<rtspsrc0> PLAY...
0:00:00.659245441  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3296:gst_rtsp_conninfo_connect:<rtspsrc0> creating connection (rtsp://192.168.2.136/axis-media/media.amp)...
0:00:00.659271994  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3304:gst_rtsp_conninfo_connect:<rtspsrc0> sanitized uri rtsp://192.168.2.136/axis-media/media.amp
0:00:00.659317972  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3322:gst_rtsp_conninfo_connect:<rtspsrc0> connecting (rtsp://192.168.2.136/axis-media/media.amp)...
0:00:00.713503125  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5551:gst_rtspsrc_retrieve_sdp:<rtspsrc1> create options...
0:00:00.713539880  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5559:gst_rtspsrc_retrieve_sdp:<rtspsrc1> send options...
0:00:00.713579430  9364      0x13fdb50 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:00.713594733  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:4457:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:00.718652721  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5551:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create options...
0:00:00.718669492  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5559:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send options...
0:00:00.718726720  9364 0x7f46a4004f70 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms0> before send
0:00:00.718741464  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:4457:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:00.778746047  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:4486:gst_rtspsrc_try_send:<rtspsrc0> received response message
0:00:00.778772391  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:4500:gst_rtspsrc_try_send:<rtspsrc0> got response message 200
0:00:00.778786366  9364 0x7f46a4004f70 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms0> after send
0:00:00.778799363  9364 0x7f46a4004f70 DEBUG               rtspreal rtspreal.c:194:rtsp_ext_real_after_send:<rtspreal0> Could not find challenge tag.
0:00:00.778817112  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5574:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create describe...
0:00:00.778829689  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5586:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send describe...
0:00:00.778927516  9364 0x7f46a4004f70 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms0> before send
0:00:00.778939745  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:4457:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:00.794773345  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:4486:gst_rtspsrc_try_send:<rtspsrc1> received response message
0:00:00.794799199  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:4500:gst_rtspsrc_try_send:<rtspsrc1> got response message 200
0:00:00.794813314  9364      0x13fdb50 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms1> after send
0:00:00.794826381  9364      0x13fdb50 DEBUG               rtspreal rtspreal.c:194:rtsp_ext_real_after_send:<rtspreal1> Could not find challenge tag.
0:00:00.794843081  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5574:gst_rtspsrc_retrieve_sdp:<rtspsrc1> create describe...
0:00:00.794856218  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5586:gst_rtspsrc_retrieve_sdp:<rtspsrc1> send describe...
0:00:00.794936785  9364      0x13fdb50 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:00.794948664  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:4457:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:00.837574964  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:4486:gst_rtspsrc_try_send:<rtspsrc0> received response message
0:00:00.837601167  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:4500:gst_rtspsrc_try_send:<rtspsrc0> got response message 200
0:00:00.837615981  9364 0x7f46a4004f70 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms0> after send
0:00:00.837628489  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5628:gst_rtspsrc_retrieve_sdp:<rtspsrc0> parse SDP...
0:00:00.837690050  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5376:gst_rtspsrc_parse_range:<rtspsrc0> parsed range npt=0.000000-
0:00:00.837702208  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5387:gst_rtspsrc_parse_range:<rtspsrc0> range: type 0, min 0,000000 - type 2,  max 0,000000 
0:00:00.837723031  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5397:gst_rtspsrc_parse_range:<rtspsrc0> range: min 0:00:00.000000000
0:00:00.837733722  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5412:gst_rtspsrc_parse_range:<rtspsrc0> range: max 99:99:99.999999999
0:00:00.837821277  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1018:gst_rtspsrc_create_stream: mapping sdp session level attributes to caps
0:00:00.837833505  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1020:gst_rtspsrc_create_stream: mapping sdp media level attributes to caps
0:00:00.837843987  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-framerate=30.0
0:00:00.837855307  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-transform=1,0,0;0,1,0;0,0,1
0:00:00.837867885  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1044:gst_rtspsrc_create_stream:<rtspsrc0> stream 0, (0x13fb700)
0:00:00.837878436  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1045:gst_rtspsrc_create_stream:<rtspsrc0>  pt: 96
0:00:00.837888079  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1046:gst_rtspsrc_create_stream:<rtspsrc0>  port: 0
0:00:00.837897512  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1047:gst_rtspsrc_create_stream:<rtspsrc0>  container: 0
0:00:00.837908413  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1048:gst_rtspsrc_create_stream:<rtspsrc0>  caps: application/x-unknown, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)42001E, sprop-parameter-sets=(string)"Z0IAHuKQFAe2AtwEBAaQeJEV\,aM48gA\=\=", a-framerate=(string)30.0, a-transform=(string)"1\,0\,0\;0\,1\,0\;0\,0\,1"
0:00:00.837945727  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1049:gst_rtspsrc_create_stream:<rtspsrc0>  control: trackID=1
0:00:00.837962427  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1086:gst_rtspsrc_create_stream:<rtspsrc0>  setup: rtsp://192.168.2.136/axis-media/media.amp/trackID=1
0:00:00.837977800  9364 0x7f46a4004f70 WARN                 rtspsrc gstrtspsrc.c:5287:gst_rtspsrc_setup_streams:<rtspsrc0> error: Could not connect to server, no protocols left
ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Impossibile leggere dalla risorsa.
Informazioni di debug aggiuntive:
gstrtspsrc.c(5287): gst_rtspsrc_setup_streams (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not connect to server, no protocols left
Execution ended after 179954355 ns.
Impostazione della pipeline a PAUSED ...
Impostazione della pipeline a READY ...
0:00:00.838673278  9364 0x7f46a4004f70 ERROR                rtspsrc gstrtspsrc.c:5521:gst_rtspsrc_open_from_sdp:<rtspsrc0> setup failed
0:00:00.838712059  9364 0x7f46a4004f70 WARN                 rtspsrc gstrtspsrc.c:5736:gst_rtspsrc_open:<rtspsrc0> can't setup streaming from sdp
0:00:00.839105952  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5993:gst_rtspsrc_ensure_open:<rtspsrc0> failed to open stream
0:00:00.839145921  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:6174:gst_rtspsrc_play:<rtspsrc0> failed to open stream
0:00:00.839163530  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:6423:gst_rtspsrc_thread:<rtspsrc0> got command 2
0:00:00.839174360  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3390:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:00.839183933  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3392:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:00.839193786  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3397:gst_rtspsrc_connection_flush:<rtspsrc0> stream 0x13fb700 flush
0:00:00.839205735  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:6221:gst_rtspsrc_pause:<rtspsrc0> PAUSE...
0:00:00.839215448  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5986:gst_rtspsrc_ensure_open:<rtspsrc0> the stream was in error
0:00:00.839224532  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:6294:gst_rtspsrc_pause:<rtspsrc0> failed to open stream
0:00:01.075552773  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:4486:gst_rtspsrc_try_send:<rtspsrc1> received response message
0:00:01.075614613  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:4500:gst_rtspsrc_try_send:<rtspsrc1> got response message 200
0:00:01.075653045  9364      0x13fdb50 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms1> after send
0:00:01.075687215  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5628:gst_rtspsrc_retrieve_sdp:<rtspsrc1> parse SDP...
0:00:01.075815647  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5376:gst_rtspsrc_parse_range:<rtspsrc1> parsed range npt=0-
0:00:01.075848978  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5387:gst_rtspsrc_parse_range:<rtspsrc1> range: type 0, min 0,000000 - type 2,  max 0,000000 
0:00:01.075890415  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5397:gst_rtspsrc_parse_range:<rtspsrc1> range: min 0:00:00.000000000
0:00:01.075921300  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5412:gst_rtspsrc_parse_range:<rtspsrc1> range: max 99:99:99.999999999
0:00:01.076120098  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1018:gst_rtspsrc_create_stream: mapping sdp session level attributes to caps
0:00:01.076158949  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-tool=MOXA Streamming Server V0.0.1
0:00:01.076193258  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-type=broadcast
0:00:01.076224493  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: x-qt-text-nam=CH1 Unicast Stream
0:00:01.076258173  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: x-qt-text-inf=/dev/at2042
0:00:01.076290456  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1020:gst_rtspsrc_create_stream: mapping sdp media level attributes to caps
0:00:01.076323368  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1044:gst_rtspsrc_create_stream:<rtspsrc1> stream 0, (0x1415690)
0:00:01.076353904  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1045:gst_rtspsrc_create_stream:<rtspsrc1>  pt: 96
0:00:01.076381714  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1046:gst_rtspsrc_create_stream:<rtspsrc1>  port: 0
0:00:01.076408966  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1047:gst_rtspsrc_create_stream:<rtspsrc1>  container: 0
0:00:01.076436218  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1048:gst_rtspsrc_create_stream:<rtspsrc1>  caps: application/x-unknown, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)MP4V-ES, profile-level-id=(string)3, config=(string)000001B003000001B50900000100000001200088400668582120A31F, a-tool=(string)"MOXA\ Streamming\ Server\ V0.0.1", a-type=(string)broadcast, x-qt-text-nam=(string)"CH1\ Unicast\ Stream", x-qt-text-inf=(string)/dev/at2042
0:00:01.076523563  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1049:gst_rtspsrc_create_stream:<rtspsrc1>  control: track0
0:00:01.076557803  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1086:gst_rtspsrc_create_stream:<rtspsrc1>  setup: rtsp://192.168.2.17/udpstream/track0
0:00:01.076667718  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1018:gst_rtspsrc_create_stream: mapping sdp session level attributes to caps
0:00:01.076703984  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-tool=MOXA Streamming Server V0.0.1
0:00:01.076737315  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-type=broadcast
0:00:01.076767990  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: x-qt-text-nam=CH1 Unicast Stream
0:00:01.076822214  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1319:gst_rtspsrc_sdp_attributes_to_caps: adding caps: x-qt-text-inf=/dev/at2042
0:00:01.076858200  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1020:gst_rtspsrc_create_stream: mapping sdp media level attributes to caps
0:00:01.076890344  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1044:gst_rtspsrc_create_stream:<rtspsrc1> stream 1, (0x1411290)
0:00:01.076922626  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1045:gst_rtspsrc_create_stream:<rtspsrc1>  pt: 0
0:00:01.076950647  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1046:gst_rtspsrc_create_stream:<rtspsrc1>  port: 0
0:00:01.079245731  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1047:gst_rtspsrc_create_stream:<rtspsrc1>  container: 0
0:00:01.079285561  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1048:gst_rtspsrc_create_stream:<rtspsrc1>  caps: application/x-unknown, media=(string)audio, payload=(int)0, clock-rate=(int)8000, encoding-name=(string)PCMU, encoding-params=(string)1, a-tool=(string)"MOXA\ Streamming\ Server\ V0.0.1", a-type=(string)broadcast, x-qt-text-nam=(string)"CH1\ Unicast\ Stream", x-qt-text-inf=(string)/dev/at2042
0:00:01.079360747  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1049:gst_rtspsrc_create_stream:<rtspsrc1>  control: track1
0:00:01.079394777  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1086:gst_rtspsrc_create_stream:<rtspsrc1>  setup: rtsp://192.168.2.17/udpstream/track1
0:00:01.079427339  9364      0x13fdb50 WARN                 rtspsrc gstrtspsrc.c:5287:gst_rtspsrc_setup_streams:<rtspsrc1> error: Could not connect to server, no protocols left
0:00:01.079524537  9364      0x13fdb50 ERROR                rtspsrc gstrtspsrc.c:5521:gst_rtspsrc_open_from_sdp:<rtspsrc1> setup failed
0:00:01.079555562  9364      0x13fdb50 WARN                 rtspsrc gstrtspsrc.c:5736:gst_rtspsrc_open:<rtspsrc1> can't setup streaming from sdp
0:00:01.079605454  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5993:gst_rtspsrc_ensure_open:<rtspsrc1> failed to open stream
0:00:01.079636269  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:6174:gst_rtspsrc_play:<rtspsrc1> failed to open stream
0:00:01.079683296  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:6423:gst_rtspsrc_thread:<rtspsrc1> got command 2
0:00:01.079713971  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3390:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:01.079741992  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3392:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:01.079770851  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3397:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1415690 flush
0:00:01.079798941  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3397:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1411290 flush
0:00:01.079827380  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:6221:gst_rtspsrc_pause:<rtspsrc1> PAUSE...
0:00:01.079854213  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5986:gst_rtspsrc_ensure_open:<rtspsrc1> the stream was in error
0:00:01.079881045  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:6294:gst_rtspsrc_pause:<rtspsrc1> failed to open stream
0:00:01.265104138  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:6423:gst_rtspsrc_thread:<rtspsrc1> got command 3
0:00:01.265177438  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3390:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:01.265208044  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3392:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:01.265239767  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3397:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1415690 flush
Impostazione della pipeline a NULL ...
0:00:01.265269115  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3397:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1411290 flush
0:00:01.265318797  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5751:gst_rtspsrc_close:<rtspsrc1> TEARDOWN...
0:00:01.265350591  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5754:gst_rtspsrc_close:<rtspsrc1> not ready, doing cleanup
0:00:01.265378122  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:5817:gst_rtspsrc_close:<rtspsrc1> closing connection...
0:00:01.265406702  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3359:gst_rtsp_conninfo_close:<rtspsrc1> closing connection...
0:00:01.265551346  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:3365:gst_rtsp_conninfo_close:<rtspsrc1> freeing connection...
0:00:01.265626113  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1158:gst_rtspsrc_cleanup:<rtspsrc1> cleanup
0:00:01.265657907  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1101:gst_rtspsrc_stream_free:<rtspsrc1> free stream 0x1415690
0:00:01.265697527  9364      0x13fdb50 DEBUG                rtspsrc gstrtspsrc.c:1101:gst_rtspsrc_stream_free:<rtspsrc1> free stream 0x1411290
0:00:01.265853630  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:6423:gst_rtspsrc_thread:<rtspsrc0> got command 3
0:00:01.265889337  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3390:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:01.265918336  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3392:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:01.265947055  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3397:gst_rtspsrc_connection_flush:<rtspsrc0> stream 0x13fb700 flush
0:00:01.265975774  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5751:gst_rtspsrc_close:<rtspsrc0> TEARDOWN...
0:00:01.266003794  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5754:gst_rtspsrc_close:<rtspsrc0> not ready, doing cleanup
0:00:01.266030906  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:5817:gst_rtspsrc_close:<rtspsrc0> closing connection...
0:00:01.266058438  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3359:gst_rtsp_conninfo_close:<rtspsrc0> closing connection...
0:00:01.266126008  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:3365:gst_rtsp_conninfo_close:<rtspsrc0> freeing connection...
0:00:01.266180651  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1158:gst_rtspsrc_cleanup:<rtspsrc0> cleanup
0:00:01.266211466  9364 0x7f46a4004f70 DEBUG                rtspsrc gstrtspsrc.c:1101:gst_rtspsrc_stream_free:<rtspsrc0> free stream 0x13fb700
0:00:01.292804112  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6512:gst_rtspsrc_stop:<rtspsrc1> stopping
0:00:01.292944843  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:5751:gst_rtspsrc_close:<rtspsrc1> TEARDOWN...
0:00:01.292986139  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:5754:gst_rtspsrc_close:<rtspsrc1> not ready, doing cleanup
0:00:01.293016675  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:5817:gst_rtspsrc_close:<rtspsrc1> closing connection...
0:00:01.293044975  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:1158:gst_rtspsrc_cleanup:<rtspsrc1> cleanup
0:00:01.293127709  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:6512:gst_rtspsrc_stop:<rtspsrc0> stopping
0:00:01.293216451  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:5751:gst_rtspsrc_close:<rtspsrc0> TEARDOWN...
0:00:01.293249293  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:5754:gst_rtspsrc_close:<rtspsrc0> not ready, doing cleanup
0:00:01.293277523  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:5817:gst_rtspsrc_close:<rtspsrc0> closing connection...
0:00:01.293305404  9364      0x10cb0a0 DEBUG                rtspsrc gstrtspsrc.c:1158:gst_rtspsrc_cleanup:<rtspsrc0> cleanup
Comment 4 Mark Nauwelaerts 2011-09-07 12:18:31 UTC
Created attachment 195863 [details] [review]
rtspsrc: ensure some initial state variable setup

Looks like some setup gets skipped in some race cases.

Patch should avoid this happening.
Comment 5 Nicola 2011-09-07 13:00:44 UTC
yet no luck,

now there is a "not-negotiated" error while the same pipeline works fine with the released version, I'm using this pipeline:


gst-launch -e videomixer name=mix sink_1::xpos=50 sink_1::ypos=20 sink_1::zorder=0 sink_3::xpos=80 sink_3::ypos=340 sink_3::zorder=0 sink_2::zorder=5 sink_0::xpos=400 sink_0::ypos=20 sink_0::zorder=0 ! ffmpegcolorspace ! videorate ! video/x-raw-yuv, framerate=\(fraction\)25/1 ! ffmpegcolorspace ! xvimagesink v4l2src ! queue ! videoscale ! videorate ! ffmpegcolorspace ! video/x-raw-yuv,framerate=\(fraction\)25/1, width=320, height=240 ! queue ! mix. multifilesrc do-timestamp=true location=space-04.png caps='image/png,framerate=1/1' ! pngdec ! alphacolor ! ffmpegcolorspace ! videorate ! video/x-raw-yuv,framerate=\(fraction\)25/1 ! queue ! mix. rtspsrc location=rtsp://192.168.2.136/axis-media/media.amp ! rtph264depay ! h264parse ! ffdec_h264 ! queue ! videoscale ! videorate ! ffmpegcolorspace ! video/x-raw-yuv, framerate=\(fraction\)25/1, width=320, height=240 ! queue ! mix. rtspsrc location=rtsp://192.168.2.17/udpstream ! rtpmp4vdepay ! ffdec_mpeg4 ! queue ! videoscale ! videorate ! ffmpegcolorspace ! video/x-raw-yuv, framerate=\(fraction\)25/1, width=320, height=240 ! queue ! mix.



0:00:00.406166945 23707       0xa900a0 DEBUG                rtspext gstrtspext.c:102:gst_rtsp_ext_list_get: added extension interface for 'rtspreal0'
0:00:00.406835954 23707       0xa900a0 DEBUG                rtspext gstrtspext.c:102:gst_rtsp_ext_list_get: added extension interface for 'rtspwms0'
0:00:00.406871643 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6699:gst_rtspsrc_uri_set_uri:<rtspsrc0> parsing URI
0:00:00.406886939 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6706:gst_rtspsrc_uri_set_uri:<rtspsrc0> configuring URI
0:00:00.406900348 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6722:gst_rtspsrc_uri_set_uri:<rtspsrc0> set uri: rtsp://192.168.2.136/axis-media/media.amp
0:00:00.406910685 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6724:gst_rtspsrc_uri_set_uri:<rtspsrc0> request uri is: rtsp://192.168.2.136/axis-media/media.amp
0:00:00.412234265 23707       0xa900a0 DEBUG                rtspext gstrtspext.c:102:gst_rtsp_ext_list_get: added extension interface for 'rtspreal1'
0:00:00.412261643 23707       0xa900a0 DEBUG                rtspext gstrtspext.c:102:gst_rtsp_ext_list_get: added extension interface for 'rtspwms1'
0:00:00.412291465 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6699:gst_rtspsrc_uri_set_uri:<rtspsrc1> parsing URI
0:00:00.412305224 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6706:gst_rtspsrc_uri_set_uri:<rtspsrc1> configuring URI
0:00:00.412316818 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6722:gst_rtspsrc_uri_set_uri:<rtspsrc1> set uri: rtsp://192.168.2.17/udpstream
0:00:00.412326875 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6724:gst_rtspsrc_uri_set_uri:<rtspsrc1> request uri is: rtsp://192.168.2.17/udpstream
Impostazione della pipeline a PAUSED ...
0:00:00.911781800 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6502:gst_rtspsrc_start:<rtspsrc1> starting
0:00:00.911856320 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6502:gst_rtspsrc_start:<rtspsrc0> starting
0:00:01.111074809 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc1> sending cmd 0
0:00:01.111150936 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd 0
La pipeline è viva e non necessita il PREROLL ...
Impostazione della pipeline a PLAYING ...
0:00:01.112848707 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc1> got command 0
0:00:01.112869380 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:01.112886841 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3317:gst_rtsp_conninfo_connect:<rtspsrc1> creating connection (rtsp://192.168.2.17/udpstream)...
0:00:01.112918968 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3325:gst_rtsp_conninfo_connect:<rtspsrc1> sanitized uri rtsp://192.168.2.17/udpstream
0:00:01.112944949 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc1> sending cmd 4
0:00:01.112966320 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc1> sending cmd 1
0:00:01.112986015 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd 4
0:00:01.113009552 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd 1
New clock: GstSystemClock
0:00:01.113277114 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3343:gst_rtsp_conninfo_connect:<rtspsrc1> connecting (rtsp://192.168.2.17/udpstream)...
0:00:01.113783114 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc0> got command 1
0:00:01.113805044 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:01.113817546 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:6037:gst_rtspsrc_play:<rtspsrc0> PLAY...
0:00:01.113847717 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3317:gst_rtsp_conninfo_connect:<rtspsrc0> creating connection (rtsp://192.168.2.136/axis-media/media.amp)...
0:00:01.113874606 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3325:gst_rtsp_conninfo_connect:<rtspsrc0> sanitized uri rtsp://192.168.2.136/axis-media/media.amp
0:00:01.113892555 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3343:gst_rtsp_conninfo_connect:<rtspsrc0> connecting (rtsp://192.168.2.136/axis-media/media.amp)...
0:00:01.160887219 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5575:gst_rtspsrc_retrieve_sdp:<rtspsrc1> create options...
0:00:01.160921372 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5583:gst_rtspsrc_retrieve_sdp:<rtspsrc1> send options...
0:00:01.160971099 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:01.160987232 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:01.161122724 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5575:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create options...
0:00:01.161136343 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5583:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send options...
0:00:01.161155829 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms0> before send
0:00:01.161169518 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:01.221920748 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc0> received response message
0:00:01.221947847 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc0> got response message 200
0:00:01.221962583 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms0> after send
0:00:01.221975923 23707       0xf2d730 DEBUG               rtspreal rtspreal.c:194:rtsp_ext_real_after_send:<rtspreal0> Could not find challenge tag.
0:00:01.221993523 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create describe...
0:00:01.222006374 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5610:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send describe...
0:00:01.222046602 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms0> before send
0:00:01.222057707 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:01.225277809 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc1> received response message
0:00:01.225293384 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc1> got response message 200
0:00:01.225305047 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms1> after send
0:00:01.225315454 23707       0xf267c0 DEBUG               rtspreal rtspreal.c:194:rtsp_ext_real_after_send:<rtspreal1> Could not find challenge tag.
0:00:01.225329352 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_retrieve_sdp:<rtspsrc1> create describe...
0:00:01.225341295 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5610:gst_rtspsrc_retrieve_sdp:<rtspsrc1> send describe...
0:00:01.225363505 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:01.225374470 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:01.277547027 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc0> received response message
0:00:01.277571961 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc0> got response message 200
0:00:01.277587046 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms0> after send
0:00:01.277599408 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5652:gst_rtspsrc_retrieve_sdp:<rtspsrc0> parse SDP...
0:00:01.277657376 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5400:gst_rtspsrc_parse_range:<rtspsrc0> parsed range npt=0.000000-
0:00:01.277669389 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5411:gst_rtspsrc_parse_range:<rtspsrc0> range: type 0, min 0,000000 - type 2,  max 0,000000 
0:00:01.277690132 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5421:gst_rtspsrc_parse_range:<rtspsrc0> range: min 0:00:00.000000000
0:00:01.277700748 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5436:gst_rtspsrc_parse_range:<rtspsrc0> range: max 99:99:99.999999999
0:00:01.277793427 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1039:gst_rtspsrc_create_stream: mapping sdp session level attributes to caps
0:00:01.277805580 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1041:gst_rtspsrc_create_stream: mapping sdp media level attributes to caps
0:00:01.277815776 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-framerate=30.0
0:00:01.277827300 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-transform=1,0,0;0,1,0;0,0,1
0:00:01.277840081 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1065:gst_rtspsrc_create_stream:<rtspsrc0> stream 0, (0xee96e0)
0:00:01.277850697 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1066:gst_rtspsrc_create_stream:<rtspsrc0>  pt: 96
0:00:01.277860126 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1067:gst_rtspsrc_create_stream:<rtspsrc0>  port: 0
0:00:01.277869484 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1068:gst_rtspsrc_create_stream:<rtspsrc0>  container: 0
0:00:01.277878983 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1069:gst_rtspsrc_create_stream:<rtspsrc0>  caps: application/x-unknown, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)42001E, sprop-parameter-sets=(string)"Z0IAHuKQFAe2AtwEBAaQeJEV\,aM48gA\=\=", a-framerate=(string)30.0, a-transform=(string)"1\,0\,0\;0\,1\,0\;0\,0\,1"
0:00:01.277911529 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1070:gst_rtspsrc_create_stream:<rtspsrc0>  control: trackID=1
0:00:01.277927033 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1107:gst_rtspsrc_create_stream:<rtspsrc0>  setup: rtsp://192.168.2.136/axis-media/media.amp/trackID=1
0:00:01.277942608 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:146:gst_rtsp_wms_configure_stream:<rtspwms0> application/x-unknown, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)42001E, sprop-parameter-sets=(string)"Z0IAHuKQFAe2AtwEBAaQeJEV\,aM48gA\=\=", a-framerate=(string)30.0, a-transform=(string)"1\,0\,0\;0\,1\,0\;0\,0\,1" encoding-name: H264
0:00:01.277966354 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5114:gst_rtspsrc_setup_streams:<rtspsrc0> doing setup of stream 0xee96e0 with rtsp://192.168.2.136/axis-media/media.amp/trackID=1
0:00:01.277977040 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5129:gst_rtspsrc_setup_streams:<rtspsrc0> protocols = 0x7, protocol mask = 0x1
0:00:01.277987726 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4869:gst_rtspsrc_create_transports_string:<rtspsrc0> got transports (NULL)
0:00:01.277997713 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4881:gst_rtspsrc_create_transports_string:<rtspsrc0> adding UDP unicast
0:00:01.278007770 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4908:gst_rtspsrc_create_transports_string:<rtspsrc0> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.278017687 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5144:gst_rtspsrc_setup_streams:<rtspsrc0> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.278865840 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1560:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 58007
0:00:01.278879249 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1568:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> RTP port not even
0:00:01.278888887 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1570:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> free RTP udpsrc
0:00:01.308432379 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1574:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> retry 1
0:00:01.308823560 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1560:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 58008
0:00:01.308896544 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1591:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> starting RTCP on port 58009
0:00:01.309015414 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5155:gst_rtspsrc_setup_streams:<rtspsrc0> transport is now RTP/AVP;unicast;client_port=58008-58009
0:00:01.309050335 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms0> before send
0:00:01.309062766 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:01.504248620 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc0> received response message
0:00:01.504275788 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc0> got response message 200
0:00:01.504290524 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms0> after send
0:00:01.504313083 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5262:gst_rtspsrc_setup_streams:<rtspsrc0> stream 0xee96e0 as UDP unicast
0:00:01.504330194 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3011:gst_rtspsrc_stream_configure_transport:<rtspsrc0> configuring transport for stream 0xee96e0
0:00:01.504341718 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3022:gst_rtspsrc_stream_configure_transport:<rtspsrc0> setting mime to application/x-rtp
0:00:01.504354988 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2394:gst_rtspsrc_stream_configure_manager:<rtspsrc0> using manager gstrtpbin
0:00:01.505129458 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2445:gst_rtspsrc_stream_configure_manager:<rtspsrc0> auto buffering mode, need_slave 0
0:00:01.505143287 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2455:gst_rtspsrc_stream_configure_manager:<rtspsrc0> selected slave
0:00:01.505158582 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2463:gst_rtspsrc_stream_configure_manager:<rtspsrc0> connect to signals on session manager, stream 0xee96e0
0:00:01.505992487 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc0> got new manager pad <rtpbin0:recv_rtp_sink_0>
0:00:01.506010227 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:01.506126303 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc0> got new manager pad <rtpbin0:recv_rtcp_sink_0>
0:00:01.506141109 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:01.506161573 23707       0xf2d730 INFO                 rtspsrc gstrtspsrc.c:2492:gst_rtspsrc_stream_configure_manager:<rtspsrc0> configure bandwidth in session 0xb93470
0:00:01.506172678 23707       0xf2d730 INFO                 rtspsrc gstrtspsrc.c:2498:gst_rtspsrc_stream_configure_manager:<rtspsrc0> setting AS: 1000000,000000
0:00:01.506204246 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2789:gst_rtspsrc_stream_configure_udp:<rtspsrc0> setting up UDP source
0:00:01.506222614 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2810:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 0 to manager
0:00:01.506257954 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2829:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 1 to manager
0:00:01.506284982 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2871:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTP UDP sink for 192.168.2.136:50014
0:00:01.506800830 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2890:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTP UDP src has sock 18
0:00:01.506966144 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2922:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTCP UDP sink for 192.168.2.136:50015
0:00:01.507146684 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2942:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTCP UDP src has sock 21
0:00:01.507282526 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc0> got new manager pad <rtpbin0:send_rtcp_src_0>
0:00:01.507298240 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:01.507343078 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3106:gst_rtspsrc_send_dummy_packets:<rtspsrc0> sending dummy packet to stream 0xee96e0
0:00:01.507487440 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms0> before send
0:00:01.507500151 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:01.557316192 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc1> received response message
0:00:01.557340706 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc1> got response message 200
0:00:01.557355443 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms1> after send
0:00:01.557368643 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5652:gst_rtspsrc_retrieve_sdp:<rtspsrc1> parse SDP...
0:00:01.557415367 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5400:gst_rtspsrc_parse_range:<rtspsrc1> parsed range npt=0-
0:00:01.557427309 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5411:gst_rtspsrc_parse_range:<rtspsrc1> range: type 0, min 0,000000 - type 2,  max 0,000000 
0:00:01.557443373 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5421:gst_rtspsrc_parse_range:<rtspsrc1> range: min 0:00:00.000000000
0:00:01.557453989 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5436:gst_rtspsrc_parse_range:<rtspsrc1> range: max 99:99:99.999999999
0:00:01.557542198 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1039:gst_rtspsrc_create_stream: mapping sdp session level attributes to caps
0:00:01.557555398 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-tool=MOXA Streamming Server V0.0.1
0:00:01.557567271 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-type=broadcast
0:00:01.557579214 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: x-qt-text-nam=CH1 Unicast Stream
0:00:01.557591367 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: x-qt-text-inf=/dev/at2042
0:00:01.557603240 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1041:gst_rtspsrc_create_stream: mapping sdp media level attributes to caps
0:00:01.557615043 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1065:gst_rtspsrc_create_stream:<rtspsrc1> stream 0, (0x1ab3660)
0:00:01.557625659 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1066:gst_rtspsrc_create_stream:<rtspsrc1>  pt: 96
0:00:01.557636275 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1067:gst_rtspsrc_create_stream:<rtspsrc1>  port: 0
0:00:01.557646821 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1068:gst_rtspsrc_create_stream:<rtspsrc1>  container: 0
0:00:01.557657436 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1069:gst_rtspsrc_create_stream:<rtspsrc1>  caps: application/x-unknown, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)MP4V-ES, profile-level-id=(string)3, config=(string)000001B003000001B50900000100000001200088400668582120A31F, a-tool=(string)"MOXA\ Streamming\ Server\ V0.0.1", a-type=(string)broadcast, x-qt-text-nam=(string)"CH1\ Unicast\ Stream", x-qt-text-inf=(string)/dev/at2042
0:00:01.557690751 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1070:gst_rtspsrc_create_stream:<rtspsrc1>  control: track0
0:00:01.557702694 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1107:gst_rtspsrc_create_stream:<rtspsrc1>  setup: rtsp://192.168.2.17/udpstream/track0
0:00:01.557740198 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1039:gst_rtspsrc_create_stream: mapping sdp session level attributes to caps
0:00:01.557753398 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-tool=MOXA Streamming Server V0.0.1
0:00:01.557765271 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: a-type=broadcast
0:00:01.557777005 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: x-qt-text-nam=CH1 Unicast Stream
0:00:01.557787621 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1340:gst_rtspsrc_sdp_attributes_to_caps: adding caps: x-qt-text-inf=/dev/at2042
0:00:01.557798725 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1041:gst_rtspsrc_create_stream: mapping sdp media level attributes to caps
0:00:01.557809341 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1065:gst_rtspsrc_create_stream:<rtspsrc1> stream 1, (0x1ac2210)
0:00:01.557819957 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1066:gst_rtspsrc_create_stream:<rtspsrc1>  pt: 0
0:00:01.557830573 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1067:gst_rtspsrc_create_stream:<rtspsrc1>  port: 0
0:00:01.563244250 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1068:gst_rtspsrc_create_stream:<rtspsrc1>  container: 0
0:00:01.563259196 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1069:gst_rtspsrc_create_stream:<rtspsrc1>  caps: application/x-unknown, media=(string)audio, payload=(int)0, clock-rate=(int)8000, encoding-name=(string)PCMU, encoding-params=(string)1, a-tool=(string)"MOXA\ Streamming\ Server\ V0.0.1", a-type=(string)broadcast, x-qt-text-nam=(string)"CH1\ Unicast\ Stream", x-qt-text-inf=(string)/dev/at2042
0:00:01.563285177 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1070:gst_rtspsrc_create_stream:<rtspsrc1>  control: track1
0:00:01.563296771 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1107:gst_rtspsrc_create_stream:<rtspsrc1>  setup: rtsp://192.168.2.17/udpstream/track1
0:00:01.563309691 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:146:gst_rtsp_wms_configure_stream:<rtspwms1> application/x-unknown, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)MP4V-ES, profile-level-id=(string)3, config=(string)000001B003000001B50900000100000001200088400668582120A31F, a-tool=(string)"MOXA\ Streamming\ Server\ V0.0.1", a-type=(string)broadcast, x-qt-text-nam=(string)"CH1\ Unicast\ Stream", x-qt-text-inf=(string)/dev/at2042 encoding-name: MP4V-ES
0:00:01.563335533 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5114:gst_rtspsrc_setup_streams:<rtspsrc1> doing setup of stream 0x1ab3660 with rtsp://192.168.2.17/udpstream/track0
0:00:01.563346079 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5129:gst_rtspsrc_setup_streams:<rtspsrc1> protocols = 0x7, protocol mask = 0x1
0:00:01.563356625 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4869:gst_rtspsrc_create_transports_string:<rtspsrc1> got transports (NULL)
0:00:01.563367241 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4881:gst_rtspsrc_create_transports_string:<rtspsrc1> adding UDP unicast
0:00:01.563377787 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4908:gst_rtspsrc_create_transports_string:<rtspsrc1> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.563387564 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5144:gst_rtspsrc_setup_streams:<rtspsrc1> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.563804238 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1560:gst_rtspsrc_alloc_udp_ports:<rtspsrc1> got RTP port 36974
0:00:01.563877571 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1591:gst_rtspsrc_alloc_udp_ports:<rtspsrc1> starting RTCP on port 36975
0:00:01.563992949 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5155:gst_rtspsrc_setup_streams:<rtspsrc1> transport is now RTP/AVP;unicast;client_port=36974-36975
0:00:01.564026054 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:01.564037298 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:01.611124013 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc1> received response message
0:00:01.611148317 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc1> got response message 200
0:00:01.611161936 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms1> after send
0:00:01.611182470 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5262:gst_rtspsrc_setup_streams:<rtspsrc1> stream 0x1ab3660 as UDP unicast
0:00:01.611193714 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3011:gst_rtspsrc_stream_configure_transport:<rtspsrc1> configuring transport for stream 0x1ab3660
0:00:01.611204609 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3022:gst_rtspsrc_stream_configure_transport:<rtspsrc1> setting mime to application/x-rtp
0:00:01.611217041 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2394:gst_rtspsrc_stream_configure_manager:<rtspsrc1> using manager gstrtpbin
0:00:01.611348273 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2445:gst_rtspsrc_stream_configure_manager:<rtspsrc1> auto buffering mode, need_slave 0
0:00:01.611361333 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2455:gst_rtspsrc_stream_configure_manager:<rtspsrc1> selected slave
0:00:01.611377466 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2463:gst_rtspsrc_stream_configure_manager:<rtspsrc1> connect to signals on session manager, stream 0x1ab3660
0:00:01.611890381 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc1> got new manager pad <rtpbin1:recv_rtp_sink_0>
0:00:01.611907701 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc1> ignoring unknown stream
0:00:01.612019238 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc1> got new manager pad <rtpbin1:recv_rtcp_sink_0>
0:00:01.612033974 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc1> ignoring unknown stream
0:00:01.612051924 23707       0xf267c0 INFO                 rtspsrc gstrtspsrc.c:2492:gst_rtspsrc_stream_configure_manager:<rtspsrc1> configure bandwidth in session 0x7f91a0006100
0:00:01.612075809 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2789:gst_rtspsrc_stream_configure_udp:<rtspsrc1> setting up UDP source
0:00:01.612094597 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2810:gst_rtspsrc_stream_configure_udp:<rtspsrc1> connecting UDP source 0 to manager
0:00:01.612130355 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2829:gst_rtspsrc_stream_configure_udp:<rtspsrc1> connecting UDP source 1 to manager
0:00:01.612157593 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2871:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc1> configure RTP UDP sink for 192.168.2.17:1668
0:00:01.612500025 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2890:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc1> RTP UDP src has sock 24
0:00:01.612591657 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2922:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc1> configure RTCP UDP sink for 192.168.2.17:1669
0:00:01.612741466 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2942:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc1> RTCP UDP src has sock 27
0:00:01.612868577 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc1> got new manager pad <rtpbin1:send_rtcp_src_0>
0:00:01.612884012 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc1> ignoring unknown stream
0:00:01.612918723 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:146:gst_rtsp_wms_configure_stream:<rtspwms1> application/x-unknown, media=(string)audio, payload=(int)0, clock-rate=(int)8000, encoding-name=(string)PCMU, encoding-params=(string)1, a-tool=(string)"MOXA\ Streamming\ Server\ V0.0.1", a-type=(string)broadcast, x-qt-text-nam=(string)"CH1\ Unicast\ Stream", x-qt-text-inf=(string)/dev/at2042 encoding-name: PCMU
0:00:01.612949663 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5114:gst_rtspsrc_setup_streams:<rtspsrc1> doing setup of stream 0x1ac2210 with rtsp://192.168.2.17/udpstream/track1
0:00:01.612960558 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5129:gst_rtspsrc_setup_streams:<rtspsrc1> protocols = 0x1, protocol mask = 0x1
0:00:01.612971104 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4869:gst_rtspsrc_create_transports_string:<rtspsrc1> got transports (NULL)
0:00:01.612980952 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4881:gst_rtspsrc_create_transports_string:<rtspsrc1> adding UDP unicast
0:00:01.612991149 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4908:gst_rtspsrc_create_transports_string:<rtspsrc1> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.617197410 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5144:gst_rtspsrc_setup_streams:<rtspsrc1> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.617517074 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1560:gst_rtspsrc_alloc_udp_ports:<rtspsrc1> got RTP port 48134
0:00:01.617592363 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1591:gst_rtspsrc_alloc_udp_ports:<rtspsrc1> starting RTCP on port 48135
0:00:01.617709486 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5155:gst_rtspsrc_setup_streams:<rtspsrc1> transport is now RTP/AVP;unicast;client_port=48134-48135
0:00:01.617792667 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:01.617805448 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:01.668616520 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc1> received response message
0:00:01.668642151 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc1> got response message 200
0:00:01.668656050 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms1> after send
0:00:01.668677421 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5262:gst_rtspsrc_setup_streams:<rtspsrc1> stream 0x1ac2210 as UDP unicast
0:00:01.668688596 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3011:gst_rtspsrc_stream_configure_transport:<rtspsrc1> configuring transport for stream 0x1ac2210
0:00:01.668699142 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3022:gst_rtspsrc_stream_configure_transport:<rtspsrc1> setting mime to application/x-rtp
0:00:01.668711923 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2394:gst_rtspsrc_stream_configure_manager:<rtspsrc1> using manager gstrtpbin
0:00:01.669317726 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc1> got new manager pad <rtpbin1:recv_rtp_sink_1>
0:00:01.669334837 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc1> ignoring unknown stream
0:00:01.669450285 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc1> got new manager pad <rtpbin1:recv_rtcp_sink_1>
0:00:01.669465021 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc1> ignoring unknown stream
0:00:01.669483809 23707       0xf267c0 INFO                 rtspsrc gstrtspsrc.c:2492:gst_rtspsrc_stream_configure_manager:<rtspsrc1> configure bandwidth in session 0x7f91a0006380
0:00:01.669509440 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2789:gst_rtspsrc_stream_configure_udp:<rtspsrc1> setting up UDP source
0:00:01.669528577 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2810:gst_rtspsrc_stream_configure_udp:<rtspsrc1> connecting UDP source 0 to manager
0:00:01.669564894 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2829:gst_rtspsrc_stream_configure_udp:<rtspsrc1> connecting UDP source 1 to manager
0:00:01.669591364 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2871:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc1> configure RTP UDP sink for 192.168.2.17:1670
0:00:01.669918012 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2890:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc1> RTP UDP src has sock 30
0:00:01.670007409 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2922:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc1> configure RTCP UDP sink for 192.168.2.17:1671
0:00:01.670156589 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2942:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc1> RTCP UDP src has sock 33
0:00:01.670283351 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc1> got new manager pad <rtpbin1:send_rtcp_src_1>
0:00:01.670298577 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:2284:new_manager_pad:<rtspsrc1> ignoring unknown stream
0:00:01.670374913 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc1> got command 1
0:00:01.670387135 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:01.670396983 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:01.670406901 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ab3660 flush
0:00:01.670416608 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ac2210 flush
0:00:01.670426875 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:6037:gst_rtspsrc_play:<rtspsrc1> PLAY...
0:00:01.670437212 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3106:gst_rtspsrc_send_dummy_packets:<rtspsrc1> sending dummy packet to stream 0x1ab3660
0:00:01.670767910 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3106:gst_rtspsrc_send_dummy_packets:<rtspsrc1> sending dummy packet to stream 0x1ac2210
0:00:01.671591758 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:01.671605097 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:01.682461994 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc0> received response message
0:00:01.682484902 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc0> got response message 200
0:00:01.682497962 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms0> after send
0:00:01.682515423 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5400:gst_rtspsrc_parse_range:<rtspsrc0> parsed range npt=0-
0:00:01.682526039 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5411:gst_rtspsrc_parse_range:<rtspsrc0> range: type 0, min 0,000000 - type 2,  max 0,000000 
0:00:01.682540985 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5421:gst_rtspsrc_parse_range:<rtspsrc0> range: min 0:00:00.000000000
0:00:01.682551740 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5436:gst_rtspsrc_parse_range:<rtspsrc0> range: max 99:99:99.999999999
0:00:01.682562356 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5905:gst_rtspsrc_parse_rtpinfo:<rtspsrc0> parsing RTP-Info url=rtsp://192.168.2.136/axis-media/media.amp/trackID=1;seq=62849;rtptime=4069226451
0:00:01.682575696 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5914:gst_rtspsrc_parse_rtpinfo:<rtspsrc0> parsing info url=rtsp://192.168.2.136/axis-media/media.amp/trackID=1;seq=62849;rtptime=4069226451
0:00:01.682588407 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc0> parsing field url=rtsp://192.168.2.136/axis-media/media.amp/trackID=1
0:00:01.682600629 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc0> parsing field seq=62849
0:00:01.682610966 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc0> parsing field rtptime=4069226451
0:00:01.682622420 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5946:gst_rtspsrc_parse_rtpinfo:<rtspsrc0> found stream 0xee96e0, setting: seqbase 62849, timebase 4069226451
0:00:01.682634432 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3178:gst_rtspsrc_configure_caps:<rtspsrc0> configuring stream caps
0:00:01.682653639 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3206:gst_rtspsrc_configure_caps:<rtspsrc0> stream 0xee96e0, caps application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)42001E, sprop-parameter-sets=(string)"Z0IAHuKQFAe2AtwEBAaQeJEV\,aM48gA\=\=", a-framerate=(string)30.0, a-transform=(string)"1\,0\,0\;0\,1\,0\;0\,0\,1", clock-base=(uint)4069226451, seqnum-base=(uint)62849, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:01.682710140 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3209:gst_rtspsrc_configure_caps:<rtspsrc0> clear session
0:00:01.682731581 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:6183:gst_rtspsrc_play:<rtspsrc0> mark DISCONT, we did a seek to another position
0:00:01.682765454 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc0> got command 6
0:00:01.682776699 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:01.682786407 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:01.682796255 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc0> stream 0xee96e0 flush
0:00:01.682807708 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3797:gst_rtspsrc_loop_udp:<rtspsrc0> doing receive with timeout 54 seconds
0:00:01.710608660 23707       0xf091e0 DEBUG                rtspsrc gstrtspsrc.c:2196:pad_blocked:<rtspsrc0> pad udpsrc1:src blocked, activating streams
0:00:01.710640927 23707       0xf091e0 DEBUG                rtspsrc gstrtspsrc.c:3127:gst_rtspsrc_activate_streams:<rtspsrc0> activating streams
0:00:01.710667885 23707       0xf091e0 DEBUG                rtspsrc gstrtspsrc.c:3161:gst_rtspsrc_activate_streams:<rtspsrc0> unblocking stream pad 0xee96e0
0:00:01.710679828 23707       0xf091e0 DEBUG                rtspsrc gstrtspsrc.c:2189:pad_unblocked:<rtspsrc0> pad udpsrc1:src unblocked
0:00:01.710883486 23707       0xf091e0 DEBUG                rtspsrc gstrtspsrc.c:2297:request_pt_map:<rtspsrc0> getting pt map for pt 96 in session 0
0:00:01.877804155 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc1> received response message
0:00:01.877828948 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc1> got response message 200
0:00:01.877843196 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms1> after send
0:00:01.877861634 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5400:gst_rtspsrc_parse_range:<rtspsrc1> parsed range npt=0.000-
0:00:01.877872110 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5411:gst_rtspsrc_parse_range:<rtspsrc1> range: type 0, min 0,000000 - type 2,  max 0,000000 
0:00:01.877887964 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5421:gst_rtspsrc_parse_range:<rtspsrc1> range: min 0:00:00.000000000
0:00:01.877898720 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5436:gst_rtspsrc_parse_range:<rtspsrc1> range: max 99:99:99.999999999
0:00:01.877909266 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5905:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing RTP-Info url=rtsp://192.168.2.17/udpstream/track0;seq=18564;rtptime=4051374704
0:00:01.877921139 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5914:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing info url=rtsp://192.168.2.17/udpstream/track0;seq=18564;rtptime=4051374704
0:00:01.877933990 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing field url=rtsp://192.168.2.17/udpstream/track0
0:00:01.877946631 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing field seq=18564
0:00:01.877957247 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing field rtptime=4051374704
0:00:01.877969050 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5946:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> found stream 0x1ab3660, setting: seqbase 18564, timebase 4051374704
0:00:01.877980783 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5905:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing RTP-Info url=rtsp://192.168.2.17/udpstream/track1;seq=16345;rtptime=1581340984
0:00:01.877991888 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5914:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing info url=rtsp://192.168.2.17/udpstream/track1;seq=16345;rtptime=1581340984
0:00:01.878003063 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing field url=rtsp://192.168.2.17/udpstream/track1
0:00:01.878014447 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing field seq=16345
0:00:01.878024504 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5928:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> parsing field rtptime=1581340984
0:00:01.878034980 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5946:gst_rtspsrc_parse_rtpinfo:<rtspsrc1> found stream 0x1ac2210, setting: seqbase 16345, timebase 1581340984
0:00:01.878046713 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3178:gst_rtspsrc_configure_caps:<rtspsrc1> configuring stream caps
0:00:01.878067456 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3206:gst_rtspsrc_configure_caps:<rtspsrc1> stream 0x1ab3660, caps application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)MP4V-ES, profile-level-id=(string)3, config=(string)000001B003000001B50900000100000001200088400668582120A31F, a-tool=(string)"MOXA\ Streamming\ Server\ V0.0.1", a-type=(string)broadcast, x-qt-text-nam=(string)"CH1\ Unicast\ Stream", x-qt-text-inf=(string)/dev/at2042, clock-base=(uint)4051374704, seqnum-base=(uint)18564, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:01.878117393 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3206:gst_rtspsrc_configure_caps:<rtspsrc1> stream 0x1ac2210, caps application/x-rtp, media=(string)audio, payload=(int)0, clock-rate=(int)8000, encoding-name=(string)PCMU, encoding-params=(string)1, a-tool=(string)"MOXA\ Streamming\ Server\ V0.0.1", a-type=(string)broadcast, x-qt-text-nam=(string)"CH1\ Unicast\ Stream", x-qt-text-inf=(string)/dev/at2042, clock-base=(uint)1581340984, seqnum-base=(uint)16345, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:01.878147075 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3209:gst_rtspsrc_configure_caps:<rtspsrc1> clear session
0:00:01.878172218 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:6183:gst_rtspsrc_play:<rtspsrc1> mark DISCONT, we did a seek to another position
0:00:01.878206720 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc1> got command 6
0:00:01.878217894 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:01.878227882 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:01.878237660 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ab3660 flush
0:00:01.883304644 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ac2210 flush
0:00:01.883319520 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3797:gst_rtspsrc_loop_udp:<rtspsrc1> doing receive with timeout 54 seconds
0:00:01.878750434 23707      0x1ab3790 DEBUG                rtspsrc gstrtspsrc.c:2196:pad_blocked:<rtspsrc1> pad udpsrc3:src blocked, activating streams
0:00:01.883361075 23707      0x1ab3790 DEBUG                rtspsrc gstrtspsrc.c:3127:gst_rtspsrc_activate_streams:<rtspsrc1> activating streams
0:00:01.883394599 23707      0x1ab3790 DEBUG                rtspsrc gstrtspsrc.c:3161:gst_rtspsrc_activate_streams:<rtspsrc1> unblocking stream pad 0x1ab3660
0:00:01.883406472 23707      0x1ab3790 DEBUG                rtspsrc gstrtspsrc.c:3161:gst_rtspsrc_activate_streams:<rtspsrc1> unblocking stream pad 0x1ac2210
0:00:01.883417088 23707      0x1ab3790 DEBUG                rtspsrc gstrtspsrc.c:2189:pad_unblocked:<rtspsrc1> pad udpsrc3:src unblocked
0:00:01.883516053 23707      0x1ab3790 DEBUG                rtspsrc gstrtspsrc.c:2297:request_pt_map:<rtspsrc1> getting pt map for pt 96 in session 0
0:00:01.880712485 23707 0x7f91a00051b0 DEBUG                rtspsrc gstrtspsrc.c:2196:pad_blocked:<rtspsrc1> pad udpsrc5:src blocked, activating streams
0:00:01.884000333 23707 0x7f91a00051b0 DEBUG                rtspsrc gstrtspsrc.c:2189:pad_unblocked:<rtspsrc1> pad udpsrc5:src unblocked
0:00:01.887169381 23707 0x7f91a001b7c0 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc1> got new manager pad <rtpbin1:recv_rtp_src_0_2585746987_96>
0:00:01.887196549 23707 0x7f91a001b7c0 DEBUG                rtspsrc gstrtspsrc.c:2237:new_manager_pad:<rtspsrc1> stream: 0, SSRC -1709220309, PT 96
0:00:01.887345381 23707 0x7f91a001b7c0 DEBUG                rtspsrc gstrtspsrc.c:2261:new_manager_pad:<rtspsrc1> stream 0x1ab3660, container 0, disabled 0, added 1
0:00:01.887358930 23707 0x7f91a001b7c0 DEBUG                rtspsrc gstrtspsrc.c:2261:new_manager_pad:<rtspsrc1> stream 0x1ac2210, container 0, disabled 0, added 0
0:00:01.900815670 23707      0x1ab3790 DEBUG                rtspsrc gstrtspsrc.c:6401:gst_rtspsrc_handle_message:<rtspsrc1> got error from udpsrc3
0:00:01.900838369 23707      0x1ab3790 DEBUG                rtspsrc gstrtspsrc.c:6415:gst_rtspsrc_handle_message:<rtspsrc1> combined flows: ok
0:00:02.014373476 23707 0x7f91a00051b0 DEBUG                rtspsrc gstrtspsrc.c:2297:request_pt_map:<rtspsrc1> getting pt map for pt 0 in session 1
0:00:02.015129019 23707      0x1ad47c0 DEBUG                rtspsrc gstrtspsrc.c:2229:new_manager_pad:<rtspsrc1> got new manager pad <rtpbin1:recv_rtp_src_1_766270699_0>
0:00:02.015154651 23707      0x1ad47c0 DEBUG                rtspsrc gstrtspsrc.c:2237:new_manager_pad:<rtspsrc1> stream: 1, SSRC 766270699, PT 0
0:00:02.015234060 23707      0x1ad47c0 DEBUG                rtspsrc gstrtspsrc.c:2261:new_manager_pad:<rtspsrc1> stream 0x1ab3660, container 0, disabled 0, added 1
0:00:02.015247190 23707      0x1ad47c0 DEBUG                rtspsrc gstrtspsrc.c:2261:new_manager_pad:<rtspsrc1> stream 0x1ac2210, container 0, disabled 0, added 1
0:00:02.015257876 23707      0x1ad47c0 DEBUG                rtspsrc gstrtspsrc.c:2273:new_manager_pad:<rtspsrc1> We added all streams
0:00:02.164963855 23707 0x7f91a00051b0 DEBUG                rtspsrc gstrtspsrc.c:6401:gst_rtspsrc_handle_message:<rtspsrc1> got error from udpsrc5
0:00:02.164986902 23707 0x7f91a00051b0 DEBUG                rtspsrc gstrtspsrc.c:6415:gst_rtspsrc_handle_message:<rtspsrc1> combined flows: not-linked
ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1/GstUDPSrc:udpsrc5: Errore interno nel flusso di dati.
Informazioni di debug aggiuntive:
gstbasesrc.c(2618): gst_base_src_loop (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1/GstUDPSrc:udpsrc5:
streaming task paused, reason not-linked (-1)
Execution ended after 1052069402 ns.
Impostazione della pipeline a PAUSED ...
0:00:02.165432001 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc1> sending cmd 4
0:00:02.165445201 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4122:gst_rtspsrc_loop_send_cmd:<rtspsrc1> start connection flush
0:00:02.165454909 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 1
0:00:02.165465036 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:02.165480401 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ab3660 flush
0:00:02.165490737 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ac2210 flush
0:00:02.165654375 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3876:gst_rtspsrc_loop_udp:<rtspsrc1> got interrupted: stop connection flush
0:00:02.165667506 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:02.165677633 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:02.165687410 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ab3660 flush
0:00:02.165697049 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ac2210 flush
0:00:02.165706896 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4159:gst_rtspsrc_loop:<rtspsrc1> pausing task, reason wrong-state
0:00:02.165893791 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc1> sending cmd 2
0:00:02.165916979 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd 4
0:00:02.165928153 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4122:gst_rtspsrc_loop_send_cmd:<rtspsrc0> start connection flush
0:00:02.165937722 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:02.165947499 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:02.165962445 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc0> stream 0xee96e0 flush
0:00:02.166056312 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3876:gst_rtspsrc_loop_udp:<rtspsrc0> got interrupted: stop connection flush
0:00:02.166068814 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:02.166078801 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:02.166088299 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc0> stream 0xee96e0 flush
0:00:02.166097938 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4159:gst_rtspsrc_loop:<rtspsrc0> pausing task, reason wrong-state
0:00:02.166155906 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc1> got command 2
0:00:02.166167569 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:02.166177487 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:02.166186985 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ab3660 flush
0:00:02.173122715 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ac2210 flush
0:00:02.173137870 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:6245:gst_rtspsrc_pause:<rtspsrc1> PAUSE...
0:00:02.173197586 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:02.173210367 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:02.166238528 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd 2
Impostazione della pipeline a READY ...
0:00:02.173836773 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc0> got command 2
0:00:02.173850601 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:02.173860798 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:02.173870576 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc0> stream 0xee96e0 flush
0:00:02.173880354 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:6245:gst_rtspsrc_pause:<rtspsrc0> PAUSE...
0:00:02.173899420 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms0> before send
0:00:02.173910246 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:02.224432450 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc1> sending cmd 3
0:00:02.224455987 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4122:gst_rtspsrc_loop_send_cmd:<rtspsrc1> start connection flush
0:00:02.224466463 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 1
0:00:02.224476241 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:02.224505574 23707       0xf267c0 WARN                 rtspsrc gstrtspsrc.c:4581:gst_rtspsrc_try_send:<rtspsrc1> receive interrupted
0:00:02.224517307 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4679:gst_rtspsrc_send:<rtspsrc1> got error -3
0:00:02.224528901 23707       0xf267c0 WARN                 rtspsrc gstrtspsrc.c:6349:gst_rtspsrc_pause:<rtspsrc1> PAUSE interrupted
0:00:02.224546711 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ab3660 flush
0:00:02.224557466 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ac2210 flush
0:00:02.224574438 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc1> got command 3
0:00:02.224585123 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 0
0:00:02.224594692 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:02.224604330 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ab3660 flush
0:00:02.224613968 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ac2210 flush
0:00:02.224628704 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5775:gst_rtspsrc_close:<rtspsrc1> TEARDOWN...
0:00:02.224648120 23707       0xf267c0 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms1> before send
0:00:02.224660133 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc1> sending message
0:00:02.225061581 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd 3
0:00:02.225074362 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4122:gst_rtspsrc_loop_send_cmd:<rtspsrc0> start connection flush
0:00:02.225084209 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:02.225094057 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:02.225117803 23707       0xf2d730 WARN                 rtspsrc gstrtspsrc.c:4581:gst_rtspsrc_try_send:<rtspsrc0> receive interrupted
0:00:02.225129397 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4679:gst_rtspsrc_send:<rtspsrc0> got error -3
0:00:02.225139873 23707       0xf2d730 WARN                 rtspsrc gstrtspsrc.c:6349:gst_rtspsrc_pause:<rtspsrc0> PAUSE interrupted
0:00:02.225157333 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc0> stream 0xee96e0 flush
0:00:02.225174235 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc0> got command 3
0:00:02.225184851 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:02.225194489 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:02.225203778 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc0> stream 0xee96e0 flush
0:00:02.225213695 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5775:gst_rtspsrc_close:<rtspsrc0> TEARDOWN...
0:00:02.225230527 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:47:gst_rtsp_wms_before_send:<rtspwms0> before send
0:00:02.230675843 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4481:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:02.230778929 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4510:gst_rtspsrc_try_send:<rtspsrc0> received response message
0:00:02.230790872 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:4524:gst_rtspsrc_try_send:<rtspsrc0> got response message 200
0:00:02.230802535 23707       0xf2d730 DEBUG                rtspwms gstrtspwms.c:68:gst_rtsp_wms_after_send:<rtspwms0> after send
0:00:02.230813640 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:5841:gst_rtspsrc_close:<rtspsrc0> closing connection...
0:00:02.230823697 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3380:gst_rtsp_conninfo_close:<rtspsrc0> closing connection...
0:00:02.230853589 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3386:gst_rtsp_conninfo_close:<rtspsrc0> freeing connection...
0:00:02.230873773 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1179:gst_rtspsrc_cleanup:<rtspsrc0> cleanup
0:00:02.230883900 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:1122:gst_rtspsrc_stream_free:<rtspsrc0> free stream 0xee96e0
Impostazione della pipeline a NULL ...
0:00:02.310875146 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6532:gst_rtspsrc_stop:<rtspsrc1> stopping
0:00:02.310900988 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc1> sending cmd 4
0:00:02.310912162 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4122:gst_rtspsrc_loop_send_cmd:<rtspsrc1> start connection flush
0:00:02.310922219 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc1> set flushing 1
0:00:02.310932277 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3413:gst_rtspsrc_connection_flush:<rtspsrc1> connection flush
0:00:02.310970550 23707       0xf267c0 WARN                 rtspsrc gstrtspsrc.c:4581:gst_rtspsrc_try_send:<rtspsrc1> receive interrupted
0:00:02.310982772 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:4679:gst_rtspsrc_send:<rtspsrc1> got error -3
0:00:02.310994226 23707       0xf267c0 WARN                 rtspsrc gstrtspsrc.c:5877:gst_rtspsrc_close:<rtspsrc1> TEARDOWN interrupted
0:00:02.311004423 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:5841:gst_rtspsrc_close:<rtspsrc1> closing connection...
0:00:02.311013851 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3380:gst_rtsp_conninfo_close:<rtspsrc1> closing connection...
0:00:02.311063997 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:3386:gst_rtsp_conninfo_close:<rtspsrc1> freeing connection...
0:00:02.311084740 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1179:gst_rtspsrc_cleanup:<rtspsrc1> cleanup
0:00:02.311095007 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1122:gst_rtspsrc_stream_free:<rtspsrc1> free stream 0x1ab3660
0:00:02.311193553 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ab3660 flush
0:00:02.311206334 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:3418:gst_rtspsrc_connection_flush:<rtspsrc1> stream 0x1ac2210 flush
0:00:02.311437928 23707       0xf267c0 DEBUG                rtspsrc gstrtspsrc.c:1122:gst_rtspsrc_stream_free:<rtspsrc1> free stream 0x1ac2210
0:00:02.311704512 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:5775:gst_rtspsrc_close:<rtspsrc1> TEARDOWN...
0:00:02.311722740 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:5778:gst_rtspsrc_close:<rtspsrc1> not ready, doing cleanup
0:00:02.311733007 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:5841:gst_rtspsrc_close:<rtspsrc1> closing connection...
0:00:02.311742366 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:1179:gst_rtspsrc_cleanup:<rtspsrc1> cleanup
0:00:02.311869058 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:6532:gst_rtspsrc_stop:<rtspsrc0> stopping
0:00:02.311880512 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:4108:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd 4
0:00:02.312566702 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:6447:gst_rtspsrc_thread:<rtspsrc0> got command 4
0:00:02.312580740 23707       0xf2d730 DEBUG                rtspsrc gstrtspsrc.c:3411:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:02.312610493 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:5775:gst_rtspsrc_close:<rtspsrc0> TEARDOWN...
0:00:02.312626975 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:5778:gst_rtspsrc_close:<rtspsrc0> not ready, doing cleanup
0:00:02.312636893 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:5841:gst_rtspsrc_close:<rtspsrc0> closing connection...
0:00:02.312646251 23707       0xa900a0 DEBUG                rtspsrc gstrtspsrc.c:1179:gst_rtspsrc_cleanup:<rtspsrc0> cleanup
Comment 6 Mark Nauwelaerts 2011-09-07 14:04:24 UTC
Looks like quite a different problem already.

Let's try with *base*:5,*rtsp*:5,*rtp*:5,*depay*:5,*video*:5,*ffmpeg*:5 this time (or for that matter *:5 all around if feeling up to it).

In either case, please attach resulting log (rather than pasting).
Comment 7 Nicola 2011-09-07 14:15:14 UTC
Created attachment 195877 [details]
here are the logs, thanks
Comment 8 Mark Nauwelaerts 2011-09-07 15:28:37 UTC
Looks like there was some network/server connection error (with rtsp://192.168.2.17/udpstream) in the last log (so yet something different), and can't be obviously blamed on the code (but no way to know definitely without corresponding network capture).

If needed, vary debugging a bit.  Probably the following will be most useful:
*base*:5,*rtsp*:5,*rtp*:5,*depay*:5
Comment 9 Nicola 2011-09-07 15:39:35 UTC
Created attachment 195895 [details]
log for rtsp

you are right, with actual git + the patch attached at this bugreport this pipeline:

gst-launch rtspsrc location=rtsp://192.168.2.17/udpstream ! rtpmp4vdepay ! ffdec_mpeg4 ! ffmpegcolorspace ! xvimagesink

doesn't work anymore

Nicola
Comment 10 Mark Nauwelaerts 2011-09-07 16:09:59 UTC
Yeah, could be something in the depayloader and/or decoder (since it did manage to connect and stream first time after the patch based on that pasted log).  Easiest would be some logs on that simple (failing) pipeline.
Comment 11 Nicola 2011-09-07 16:12:29 UTC
the attacched logs are for that pipeline,

Nicola
Comment 12 Mark Nauwelaerts 2011-09-07 16:17:26 UTC
If by that you mean the latest attached log, that would seem unlikely since it has entries for 2 rtspsrc elements (as in the whole complex pipeline) rather than a single one (not to mention also v4l2src etc).
Comment 13 Nicola 2011-09-07 16:26:49 UTC
Mark,

if you open the attached log1.txt.tar.bz2 (description is "log for rtsp") the first two lines are as follow:

nicola@e6500:~/videomixer$ export GST_DEBUG=*base*:5,*rtsp*:5,*rtp*:5,*depay*:5
nicola@e6500:~/videomixer$ gst-launch rtspsrc location=rtsp://192.168.2.17/udpstream ! rtpmp4vdepay ! ffdec_mpeg4 ! ffmpegcolorspace ! xvimagesink

I rechecked to be sure,

Nicola
Comment 14 Mark Nauwelaerts 2011-09-07 18:01:23 UTC
Ah oops.  Looks like I was still on another notion of "latest"; seems to be a week for missing attachments :(
Comment 15 Mark Nauwelaerts 2011-09-08 10:41:52 UTC
Looks like something is going wrong when trying to make it to the decoder.

If all of the git you run is very recent, this may have to do with bug #658541.  So, if needed, try to revert the commits that are mentioned there and see what happens.  If still an issue, then let's better get a *:5 log altogether.
Comment 16 Nicola 2011-09-08 20:51:49 UTC
Hi Mark,

I updated to the today git revision that revert #658541 and applyed your patch, now it works again!

There are a lot of warning related to 79b5e89015eadae378152a9d23ab9d3bf3b98b7a

If you want I can attach them here or to any other bug

thanks
Nicola
Comment 17 Mark Nauwelaerts 2011-09-09 08:57:15 UTC
Yeah, we will probably have lots of those popping up for some time.
It's probably best to track (and attach) this in bug #658541.

Committed fix for rtspsrc regression:

commit 95b5ece2c98da84bc51507b36bc5f23c3c4582c5
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Wed Sep 7 14:13:03 2011 +0200

    rtspsrc: ensure some initial state variable setup
    
    ... which might otherwise be skipped if the PLAY command is issued before
    the OPEN command had a chance to actually be acted upon.
    
    Fixes #657376.