rtspclientsink?

1,065 views
Skip to first unread message

Farshid Bakhtyari

unread,
Aug 8, 2019, 3:13:31 PM8/8/19
to gstreamer-java


Hello All,

I need your help. On my computer I am receiving stream as UDPSRC on some port(port 5004) . I need to forward this from a different port to an end point that receives rstp streams. I am using the following:



udpsrc uri=udp://localhost:5004 ! application/x-rtp, encoding-name=H264, payload=96 ! rtph264depay ! h264parse ! avdec_h264 ! rtspclientsink location=rtsp://localhsot:5006/test



I even tried this:

udpsrc uri=udp://localhost:5004 ! rtspclientsink location=rtsp://localhsot:5006/test and didn't work.




But I cannot get it working. Anyone has any idea? what I am doing wrong.  I am not sure if all these pipes are necessary or not. I would greatly appreciate your help.

I have this and works fine but I don't want to create .m3u8 files

udpsrc uri=udp://127.0.0.1:5004 ! application/x-rtp, payload=127 ! rtph264depay ! mpegtsmux ! hlssink max-files=10 playlist-root=http://127.0.0.1:8888/ location=./hlssink%05d.ts playlist-location=./wedpalylist.m3u8 "


Thanks,
Farshid

Farshid Bakhtyari

unread,
Aug 8, 2019, 4:03:57 PM8/8/19
to gstreamer-java
BTW, I am getting connection refused message. I hope this helps. 

Neil Young

unread,
Aug 8, 2019, 5:47:28 PM8/8/19
to gstream...@googlegroups.com
Localhsot?

--
You received this message because you are subscribed to the Google Groups "gstreamer-java" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gstreamer-jav...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gstreamer-java/62071af2-68f5-4bf5-bcaa-7a791f9bde62%40googlegroups.com.
--
Sent from my iPhone

Farshid Bakhtyari

unread,
Aug 12, 2019, 10:39:37 AM8/12/19
to gstream...@googlegroups.com
Thanks Neil, that was my typo. I have tried with "localhost" and also put the server's IP address "192.168.128.151" .  I have shown both launch commands and portion of the log files. I hope this helps. I am wondering if there is some network permission/set up I need to do. Since for both I am getting "Connection refused" error.   Thanks in advance, Farshid

 My launch command/pipe is :

udpsrc uri=udp://localhost:5004 caps="application/x-rtp"  ! application/x-rtp, payload=127 ! rtph264depay  ! mpegtsmux ! rtspclientsink location=rtsp://localhost:5006/test 

 


and the error I am getting is: 


 bin gstbin.c:2162:add_to_queue:<pipeline0>[00m adding 'mpegtsmux0' to queue

0:00:21.588735000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00m    rtpbasedepayload gstrtpbasedepayload.c:277:gst_rtp_base_depayload_setcaps:<rtph264depay0>[00m Set caps application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:21.588774000 [335m65866[00m 0x7ffdd7974cf0 [36mINFO   [00m [00;01;31m          GST_STATES gstbin.c:2503:gst_bin_element_set_state:<rtspclientsink0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING

0:00:21.588805000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00m    rtpbasedepayload gstrtpbasedepayload.c:297:gst_rtp_base_depayload_setcaps:<rtph264depay0>[00m NPT start 0

0:00:21.588827000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:882:find_message:<pipeline0>[00m no message found matching types 00100000

0:00:21.588832000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00m    rtpbasedepayload gstrtpbasedepayload.c:305:gst_rtp_base_depayload_setcaps:<rtph264depay0>[00m NPT stop 18446744073709551615

0:00:21.588845000 [335m65866[00m 0x7ffdd5b652e0 [31;01mERROR  [00m [00;04m             default gstrtspconnection.c:1045:gst_rtsp_connection_connect_with_response:[00m failed to connect: Could not connect to localhost: Connection refused

0:00:21.588865000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:889:find_message:<pipeline0>[00m   async-start

0:00:21.588890000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;37;44m      GST_PROPERTIES gstpad.c:2817:gst_pad_get_allowed_caps:<rtph264depay0:src>[00m getting allowed caps

0:00:21.588926000 [335m65866[00m 0x7ffdd5b652e0 [31;01mERROR  [00m [00m      rtspclientsink gstrtspclientsink.c:2022:gst_rtsp_conninfo_connect:<rtspclientsink0>[00m Could not connect to server. (Generic error)

0:00:21.588959000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2598:gst_bin_element_set_state:<pipeline0>[00m setting element rtspclientsink0 to PLAYING, base_time 65:07:05.933864273

0:00:21.588998000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstutils.c:3058:gst_pad_query_caps:<rtph264depay0:src>[00m get pad caps with filter (NULL)

0:00:21.589034000 [335m65866[00m 0x7ffdd5b652e0 [33;01mWARN   [00m [00m      rtspclientsink gstrtspclientsink.c:3237:gst_rtsp_client_sink_connect_to_server:<rtspclientsink0>[00m error: Failed to connect. (Generic error)

0:00:21.589075000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstelement.c:2827:gst_element_set_state_func:<rtspclientsink0>[00m set_state to PLAYING

0:00:21.589123000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00m               query gstquery.c:679:gst_query_new_custom:[00m creating new query 0x7ffdd5b656a0 caps

0:00:21.589192000 [335m65866[00m 0x7ffdd5b652e0 [37mDEBUG  [00m [00;01;37;41m         GST_MESSAGE gstelement.c:2110:gst_element_message_full_with_details:<rtspclientsink0>[00m start

0:00:21.589241000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstelement.c:2852:gst_element_set_state_func:<rtspclientsink0>[00m setting target state to PLAYING

0:00:21.589270000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4053:gst_pad_query:<rtph264depay0:src>[00m doing query 0x7ffdd5b656a0 (caps)

0:00:21.589329000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstelement.c:2865:gst_element_set_state_func:<rtspclientsink0>[00m current PAUSED, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS

0:00:21.589345000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3183:gst_pad_query_caps_default:<rtph264depay0:src>[00m query caps caps query: 0x7ffdd5b656a0, GstQueryCaps, filter=(GstCaps)"NULL", caps=(GstCaps)"NULL";

0:00:21.589374000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstelement.c:2899:gst_element_set_state_func:<rtspclientsink0>[00m final: setting state from PAUSED to PLAYING

0:00:21.589425000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3200:gst_pad_query_caps_default:<rtph264depay0:src>[00m fixed pad caps: trying pad caps

0:00:21.589448000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3206:gst_pad_query_caps_default:<rtph264depay0:src>[00m trying pad template caps

0:00:21.589459000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:2548:gst_rtsp_client_sink_loop_send_cmd:<rtspclientsink0>[00m sending cmd WAIT

0:00:21.589463000 [335m65866[00m 0x7ffdd5b652e0 [36mINFO   [00m [00;01;31;47m    GST_ERROR_SYSTEM gstelement.c:2141:gst_element_message_full_with_details:<rtspclientsink0>[00m posting message: Could not open resource for reading and writing.

0:00:21.589468000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3236:gst_pad_query_caps_default:<rtph264depay0:src>[00m using caps 0x7ffdd3284160 video/x-h264, stream-format=(string)avc, alignment=(string)au; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ nal, au }

0:00:21.589493000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:2560:gst_rtsp_client_sink_loop_send_cmd:<rtspclientsink0>[00m cancel previous request LOOP

0:00:21.589577000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:2573:gst_rtsp_client_sink_loop_send_cmd:<rtspclientsink0>[00m not interrupting busy cmd OPEN

0:00:21.589577000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3438:gst_pad_query_default:<rtph264depay0:src>[00m not forwarding 0x7ffdd5b656a0 (caps) query

0:00:21.589600000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00m                task gsttask.c:684:gst_task_set_state:<task0>[00m Changing task 0x7ffdd310e4d0 to state 0

0:00:21.589639000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4076:gst_pad_query:<rtph264depay0:src>[00m sent query 0x7ffdd5b656a0 (caps), result 1

0:00:21.589672000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:2851:gst_bin_change_state_func:<rtspclientsink0>[00m changing state of children from PAUSED to PLAYING

0:00:21.589680000 [335m65866[00m 0x7ffdd5b652e0 [33;01mWARN   [00m [00m           structure gststructure.c:1863:priv_gst_structure_append_to_gstring:[00m No value transform to serialize field 'gerror' of type 'GError'

0:00:21.589695000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstutils.c:3065:gst_pad_query_caps:<rtph264depay0:src>[00m query returned video/x-h264, stream-format=(string)avc, alignment=(string)au; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ nal, au }

0:00:21.589789000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2382:gst_bin_sort_iterator_resync:<rtspclientsink0>[00m resync

0:00:21.589796000 [335m65866[00m 0x7ffdd5b652e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus2>[00m [msg 0x7ffdd614f710] posting on bus error message: 0x7ffdd614f710, time 99:99:99.999999999, seq-num 39, element 'rtspclientsink0', GstMessageError, gerror=(GError)NULL, debug=(string)"../gst/rtsp-sink/gstrtspclientsink.c\(3237\):\ gst_rtsp_client_sink_connect_to_server\ \(\):\ /GstPipeline:pipeline0/GstRTSPClientSink:rtspclientsink0:\012Failed\ to\ connect.\ \(Generic\ error\)";

0:00:21.589797000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00m               query gstquery.c:679:gst_query_new_custom:[00m creating new query 0x7ffdd5b65650 caps

0:00:21.589826000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2302:update_degree:<rtspclientsink0>[00m element rtspbin not linked on any sinkpads

0:00:21.589873000 [335m65866[00m 0x7ffdd5b652e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3716:gst_bin_handle_message_func:<pipeline0>[00m [msg 0x7ffdd614f710] handling child rtspclientsink0 message of type error

0:00:21.589889000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4180:gst_pad_peer_query:<rtph264depay0:src>[00m peer query 0x7ffdd5b65650 (caps)

0:00:21.589923000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2354:gst_bin_sort_iterator_next:<rtspclientsink0>[00m queue empty, next best: rtspbin

0:00:21.589944000 [335m65866[00m 0x7ffdd5b652e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3723:gst_bin_handle_message_func:<pipeline0>[00m got ERROR message, unlocking state change

0:00:21.589960000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4053:gst_pad_query:<mpegtsmux0:sink_65>[00m doing query 0x7ffdd5b65650 (caps)

0:00:21.590020000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2369:gst_bin_sort_iterator_next:<rtspclientsink0>[00m queue head gives rtspbin

0:00:21.590032000 [335m65866[00m 0x7ffdd5b652e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4053:gst_bin_handle_message_func:<pipeline0>[00m posting message upward

0:00:21.590043000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00m         collectpads gstcollectpads.c:2091:gst_collect_pads_query:<mpegtsmux0:sink_65>[00m Got caps query on sink pad

0:00:21.590110000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2302:update_degree:<rtspclientsink0>[00m element rtspbin not linked on any sinkpads

0:00:21.590136000 [335m65866[00m 0x7ffdd5b652e0 [33;01mWARN   [00m [00m           structure gststructure.c:1863:priv_gst_structure_append_to_gstring:[00m No value transform to serialize field 'gerror' of type 'GError'

0:00:21.590150000 [335m65866[00m 0x7ffdd3284390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3183:gst_pad_query_caps_default:<mpegtsmux0:sink_65>[00m query caps caps query: 0x7ffdd5b65650, GstQueryCaps, filter=(GstCaps)"video/x-h264\,\ stream-format\=\(string\)avc\,\ alignment\=\(string\)au\;\ video/x-h264\,\ stream-format\=\(string\)byte-stream\,\ alignment\=\(string\)\{\ nal\,\ au\ \}", caps=(GstCaps)"NULL";

0:00:21.590228000 [335m65866[00m 0x7ffdd7974cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2611:gst_bin_element_set_state:<rtspbin>[00m element is locked, return previous return SUCCESS


and I change my Launch command/pipe to :


udpsrc uri=udp://localhost:5004 caps="application/x-rtp"  ! application/x-rtp, payload=127 ! rtph264depay  ! mpegtsmux ! rtspclientsink location=rtsp://192.168.128.151:5006/test 



          bin gstbin.c:2400:gst_bin_sort_iterator_free:<rtspclientsink0>[00m free

0:00:20.587072000 [335m66136[00m 0x7fb5ab2892e0 [31;01mERROR  [00m [00;04m             default gstrtspconnection.c:1045:gst_rtsp_connection_connect_with_response:[00m failed to connect: Could not connect to 192.168.128.151: Connection refused

0:00:20.587092000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:2733:gst_pad_get_current_caps:<capsfilter0:src>[00m get current pad caps (NULL)

0:00:20.587097000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3045:gst_bin_change_state_func:<rtspclientsink0>[00m no async elements

0:00:20.587159000 [335m66136[00m 0x7fb5ab2892e0 [31;01mERROR  [00m [00m      rtspclientsink gstrtspclientsink.c:2022:gst_rtsp_conninfo_connect:<rtspclientsink0>[00m Could not connect to server. (Generic error)

0:00:20.587160000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m       basetransform gstbasetransform.c:1011:gst_base_transform_configure_caps:<capsfilter0>[00m in caps:  application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.587180000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:3079:gst_bin_change_state_func:<rtspclientsink0>[00m done changing bin's state from PAUSED to PLAYING, now in PAUSED, ret SUCCESS

0:00:20.587213000 [335m66136[00m 0x7fb5ab2892e0 [33;01mWARN   [00m [00m      rtspclientsink gstrtspclientsink.c:3237:gst_rtsp_client_sink_connect_to_server:<rtspclientsink0>[00m error: Failed to connect. (Generic error)

0:00:20.587249000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m       basetransform gstbasetransform.c:1012:gst_base_transform_configure_caps:<capsfilter0>[00m out caps: application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.587275000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:5009:gst_rtsp_client_sink_change_state:<rtspclientsink0>[00m Switching to playing -sending RECORD

0:00:20.587323000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;01;37;41m         GST_MESSAGE gstelement.c:2110:gst_element_message_full_with_details:<rtspclientsink0>[00m start

0:00:20.587368000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m       basetransform gstbasetransform.c:1020:gst_base_transform_configure_caps:<capsfilter0>[00m have_same_caps: 1

0:00:20.587436000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2d10] posting on bus progress message: 0x7fb5acca2d10, time 99:99:99.999999999, seq-num 38, element 'rtspclientsink0', GstMessageProgress, type=(GstProgressType)GST_PROGRESS_TYPE_START, code=(string)request, text=(string)"Sending\ RECORD\ request", percent=(int)0, timeout=(int)-1;

0:00:20.587487000 [335m66136[00m 0x7fb5ab2892e0 [36mINFO   [00m [00;01;31;47m    GST_ERROR_SYSTEM gstelement.c:2141:gst_element_message_full_with_details:<rtspclientsink0>[00m posting message: Could not open resource for reading and writing.

0:00:20.587527000 [335m66136[00m 0x7fb5ad251390 [36mINFO   [00m [00;01;34m           GST_EVENT gstevent.c:820:gst_event_new_caps:[00m creating caps event application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.587577000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3716:gst_bin_handle_message_func:<pipeline0>[00m [msg 0x7fb5acca2d10] handling child rtspclientsink0 message of type progress

0:00:20.587631000 [335m66136[00m 0x7fb5ab2892e0 [33;01mWARN   [00m [00m           structure gststructure.c:1863:priv_gst_structure_append_to_gstring:[00m No value transform to serialize field 'gerror' of type 'GError'

0:00:20.587663000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4053:gst_bin_handle_message_func:<pipeline0>[00m posting message upward

0:00:20.587664000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m           GST_EVENT gstevent.c:309:gst_event_new_custom:[00m creating new event 0x7fb5ae831000 caps 12814

0:00:20.587732000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2690] posting on bus error message: 0x7fb5acca2690, time 99:99:99.999999999, seq-num 39, element 'rtspclientsink0', GstMessageError, gerror=(GError)NULL, debug=(string)"../gst/rtsp-sink/gstrtspclientsink.c\(3237\):\ gst_rtsp_client_sink_connect_to_server\ \(\):\ /GstPipeline:pipeline0/GstRTSPClientSink:rtspclientsink0:\012Failed\ to\ connect.\ \(Generic\ error\)";

0:00:20.587749000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:5229:store_sticky_event:<capsfilter0:src>[00m notify caps

0:00:20.587773000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2d10] posting on bus progress message: 0x7fb5acca2d10, time 99:99:99.999999999, seq-num 38, element 'rtspclientsink0', GstMessageProgress, type=(GstProgressType)GST_PROGRESS_TYPE_START, code=(string)request, text=(string)"Sending\ RECORD\ request", percent=(int)0, timeout=(int)-1;

0:00:20.587819000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3716:gst_bin_handle_message_func:<pipeline0>[00m [msg 0x7fb5acca2690] handling child rtspclientsink0 message of type error

0:00:20.587864000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3984:check_sticky:<capsfilter0:src>[00m pushing all sticky events

0:00:20.587974000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3723:gst_bin_handle_message_func:<pipeline0>[00m got ERROR message, unlocking state change

0:00:20.587979000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3914:push_sticky:<capsfilter0:src>[00m event stream-start was already received

0:00:20.588002000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4053:gst_bin_handle_message_func:<pipeline0>[00m posting message upward

0:00:20.588059000 [335m66136[00m 0x7fb5ab2892e0 [33;01mWARN   [00m [00m           structure gststructure.c:1863:priv_gst_structure_append_to_gstring:[00m No value transform to serialize field 'gerror' of type 'GError'

0:00:20.588062000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m           GST_EVENT gstpad.c:5697:gst_pad_send_event_unchecked:<rtph264depay0:sink>[00m have event type caps event: 0x7fb5ae831000, time 99:99:99.999999999, seq-num 40, GstEventCaps, caps=(GstCaps)"application/x-rtp\,\ payload\=\(int\)127\,\ media\=\(string\)video\,\ clock-rate\=\(int\)90000\,\ encoding-name\=\(string\)H264";

0:00:20.588128000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2690] posting on bus error message: 0x7fb5acca2690, time 99:99:99.999999999, seq-num 39, element 'rtspclientsink0', GstMessageError, gerror=(GError)NULL, debug=(string)"../gst/rtsp-sink/gstrtspclientsink.c\(3237\):\ gst_rtsp_client_sink_connect_to_server\ \(\):\ /GstPipeline:pipeline0/GstRTSPClientSink:rtspclientsink0:\012Failed\ to\ connect.\ \(Generic\ error\)";

0:00:20.588132000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstutils.c:3141:gst_pad_query_accept_caps:<rtph264depay0:sink>[00m accept caps of application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.588189000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m               query gstquery.c:679:gst_query_new_custom:[00m creating new query 0x7fb5ab289830 accept-caps

0:00:20.588216000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4053:gst_pad_query:<rtph264depay0:sink>[00m doing query 0x7fb5ab289830 (accept-caps)

0:00:20.588251000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3129:gst_pad_query_accept_caps_default:<rtph264depay0:sink>[00m query accept-caps accept-caps query: 0x7fb5ab289830, GstQueryAcceptCaps, caps=(GstCaps)"application/x-rtp\,\ payload\=\(int\)127\,\ media\=\(string\)video\,\ clock-rate\=\(int\)90000\,\ encoding-name\=\(string\)H264", result=(boolean)false;

0:00:20.588279000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;37;41m     GST_PERFORMANCE gstpad.c:3147:gst_pad_query_accept_caps_default:<rtph264depay0:sink>[00m fallback ACCEPT_CAPS query, consider implementing a specialized version

0:00:20.588312000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstutils.c:3058:gst_pad_query_caps:<rtph264depay0:sink>[00m get pad caps with filter application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.588336000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m               query gstquery.c:679:gst_query_new_custom:[00m creating new query 0x7fb5ab289740 caps

0:00:20.588360000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4053:gst_pad_query:<rtph264depay0:sink>[00m doing query 0x7fb5ab289740 (caps)

0:00:20.588388000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3183:gst_pad_query_caps_default:<rtph264depay0:sink>[00m query caps caps query: 0x7fb5ab289740, GstQueryCaps, filter=(GstCaps)"application/x-rtp\,\ payload\=\(int\)127\,\ media\=\(string\)video\,\ clock-rate\=\(int\)90000\,\ encoding-name\=\(string\)H264", caps=(GstCaps)"NULL";

0:00:20.588410000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3206:gst_pad_query_caps_default:<rtph264depay0:sink>[00m trying pad template caps

0:00:20.588432000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3230:gst_pad_query_caps_default:<rtph264depay0:sink>[00m using caps 0x7fb5ad2511b0 application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264 with filter 0x7fb5ab289880 application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.588452000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3233:gst_pad_query_caps_default:<rtph264depay0:sink>[00m result 0x7fb5ab289790 application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.588468000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3438:gst_pad_query_default:<rtph264depay0:sink>[00m not forwarding 0x7fb5ab289740 (caps) query

0:00:20.588484000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4076:gst_pad_query:<rtph264depay0:sink>[00m sent query 0x7fb5ab289740 (caps), result 1

0:00:20.588516000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstutils.c:3065:gst_pad_query_caps:<rtph264depay0:sink>[00m query returned application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.588553000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3160:gst_pad_query_accept_caps_default:<rtph264depay0:sink>[00m allowed caps subset application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, caps application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.588579000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:351:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2d10] dropped

0:00:20.588600000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3438:gst_pad_query_default:<rtph264depay0:sink>[00m not forwarding 0x7fb5ab289830 (accept-caps) query

0:00:20.588621000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:351:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2d10] dropped

0:00:20.588674000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:2548:gst_rtsp_client_sink_loop_send_cmd:<rtspclientsink0>[00m sending cmd RECORD

0:00:20.588674000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4076:gst_pad_query:<rtph264depay0:sink>[00m sent query 0x7fb5ab289830 (accept-caps), result 1

0:00:20.588725000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:2573:gst_rtsp_client_sink_loop_send_cmd:<rtspclientsink0>[00m not interrupting busy cmd OPEN

0:00:20.588732000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;04m             default gstutils.c:3146:gst_pad_query_accept_caps:<rtph264depay0:sink>[00m query returned 1

0:00:20.588734000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:351:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2690] dropped

0:00:20.588752000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00m                task gsttask.c:684:gst_task_set_state:<task0>[00m Changing task 0x7fb5ac8464d0 to state 0

0:00:20.588843000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:351:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2690] dropped

0:00:20.588844000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstelement.c:2988:gst_element_change_state:<rtspclientsink0>[00m element changed state SUCCESS

0:00:20.588847000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m    rtpbasedepayload gstrtpbasedepayload.c:277:gst_rtp_base_depayload_setcaps:<rtph264depay0>[00m Set caps application/x-rtp, payload=(int)127, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264

0:00:20.588901000 [335m66136[00m 0x7fb5ab2892e0 [36mINFO   [00m [00;01;31;47m    GST_ERROR_SYSTEM gstelement.c:2168:gst_element_message_full_with_details:<rtspclientsink0>[00m posted error message: Could not open resource for reading and writing.

0:00:20.588904000 [335m66136[00m 0x7fb5ad195cf0 [36mINFO   [00m [00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<rtspclientsink0>[00m completed state change to PLAYING

0:00:20.588910000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m    rtpbasedepayload gstrtpbasedepayload.c:297:gst_rtp_base_depayload_setcaps:<rtph264depay0>[00m NPT start 0

0:00:20.588954000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:3268:gst_rtsp_client_sink_connect_to_server:<rtspclientsink0>[00m free connection

0:00:20.588960000 [335m66136[00m 0x7fb5ad195cf0 [36mINFO   [00m [00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<rtspclientsink0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)

0:00:20.588963000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m    rtpbasedepayload gstrtpbasedepayload.c:305:gst_rtp_base_depayload_setcaps:<rtph264depay0>[00m NPT stop 18446744073709551615

0:00:20.588983000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:2040:gst_rtsp_conninfo_close:<rtspclientsink0>[00m freeing connection...

0:00:20.589052000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;37;44m      GST_PROPERTIES gstpad.c:2817:gst_pad_get_allowed_caps:<rtph264depay0:src>[00m getting allowed caps

0:00:20.589057000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2d90] posting on bus state-changed message: 0x7fb5acca2d90, time 99:99:99.999999999, seq-num 41, element 'rtspclientsink0', GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;

0:00:20.589066000 [335m66136[00m 0x7fb5ab2892e0 [33;01mWARN   [00m [00m      rtspclientsink gstrtspclientsink.c:3302:gst_rtsp_client_sink_open:<rtspclientsink0>[00m Failed to connect to server

0:00:20.589082000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstutils.c:3058:gst_pad_query_caps:<rtph264depay0:src>[00m get pad caps with filter (NULL)

0:00:20.589164000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3716:gst_bin_handle_message_func:<pipeline0>[00m [msg 0x7fb5acca2d90] handling child rtspclientsink0 message of type state-changed

0:00:20.589175000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m               query gstquery.c:679:gst_query_new_custom:[00m creating new query 0x7fb5ab2896a0 caps

0:00:20.589189000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4053:gst_bin_handle_message_func:<pipeline0>[00m posting message upward

0:00:20.589190000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2710] posting on bus progress message: 0x7fb5acca2710, time 99:99:99.999999999, seq-num 42, element 'rtspclientsink0', GstMessageProgress, type=(GstProgressType)GST_PROGRESS_TYPE_ERROR, code=(string)open, text=(string)"Open\ failed", percent=(int)100, timeout=(int)-1;

0:00:20.589281000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4053:gst_pad_query:<rtph264depay0:src>[00m doing query 0x7fb5ab2896a0 (caps)

0:00:20.589294000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3716:gst_bin_handle_message_func:<pipeline0>[00m [msg 0x7fb5acca2710] handling child rtspclientsink0 message of type progress

0:00:20.589304000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2d90] posting on bus state-changed message: 0x7fb5acca2d90, time 99:99:99.999999999, seq-num 41, element 'rtspclientsink0', GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;

0:00:20.589311000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3183:gst_pad_query_caps_default:<rtph264depay0:src>[00m query caps caps query: 0x7fb5ab2896a0, GstQueryCaps, filter=(GstCaps)"NULL", caps=(GstCaps)"NULL";

0:00:20.589381000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4053:gst_bin_handle_message_func:<pipeline0>[00m posting message upward

0:00:20.589397000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3200:gst_pad_query_caps_default:<rtph264depay0:src>[00m fixed pad caps: trying pad caps

0:00:20.589443000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2710] posting on bus progress message: 0x7fb5acca2710, time 99:99:99.999999999, seq-num 42, element 'rtspclientsink0', GstMessageProgress, type=(GstProgressType)GST_PROGRESS_TYPE_ERROR, code=(string)open, text=(string)"Open\ failed", percent=(int)100, timeout=(int)-1;

0:00:20.589445000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3206:gst_pad_query_caps_default:<rtph264depay0:src>[00m trying pad template caps

0:00:20.589514000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3236:gst_pad_query_caps_default:<rtph264depay0:src>[00m using caps 0x7fb5ad251160 video/x-h264, stream-format=(string)avc, alignment=(string)au; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ nal, au }

0:00:20.589541000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3438:gst_pad_query_default:<rtph264depay0:src>[00m not forwarding 0x7fb5ab2896a0 (caps) query

0:00:20.589565000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4076:gst_pad_query:<rtph264depay0:src>[00m sent query 0x7fb5ab2896a0 (caps), result 1

0:00:20.589593000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstutils.c:3065:gst_pad_query_caps:<rtph264depay0:src>[00m query returned video/x-h264, stream-format=(string)avc, alignment=(string)au; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ nal, au }

0:00:20.589617000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m               query gstquery.c:679:gst_query_new_custom:[00m creating new query 0x7fb5ab289650 caps

0:00:20.589638000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4180:gst_pad_peer_query:<rtph264depay0:src>[00m peer query 0x7fb5ab289650 (caps)

0:00:20.589657000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:351:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2d90] dropped

0:00:20.589662000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4053:gst_pad_query:<mpegtsmux0:sink_65>[00m doing query 0x7fb5ab289650 (caps)

0:00:20.589683000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:351:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2d90] dropped

0:00:20.589755000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m         collectpads gstcollectpads.c:2091:gst_collect_pads_query:<mpegtsmux0:sink_65>[00m Got caps query on sink pad

0:00:20.589756000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1968:bin_element_is_sink:<rtspclientsink0>[00m child rtspbin is not sink

0:00:20.589814000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstelement.c:2911:gst_element_set_state_func:<rtspclientsink0>[00m returned SUCCESS

0:00:20.589829000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3183:gst_pad_query_caps_default:<mpegtsmux0:sink_65>[00m query caps caps query: 0x7fb5ab289650, GstQueryCaps, filter=(GstCaps)"video/x-h264\,\ stream-format\=\(string\)avc\,\ alignment\=\(string\)au\;\ video/x-h264\,\ stream-format\=\(string\)byte-stream\,\ alignment\=\(string\)\{\ nal\,\ au\ \}", caps=(GstCaps)"NULL";

0:00:20.589848000 [335m66136[00m 0x7fb5ad195cf0 [36mINFO   [00m [00;01;31m          GST_STATES gstbin.c:2951:gst_bin_change_state_func:<pipeline0>[00m child 'rtspclientsink0' changed state to 4(PLAYING) successfully

0:00:20.589857000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:351:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2710] dropped

0:00:20.589888000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3206:gst_pad_query_caps_default:<mpegtsmux0:sink_65>[00m trying pad template caps

0:00:20.589978000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2369:gst_bin_sort_iterator_next:<pipeline0>[00m queue head gives mpegtsmux0

0:00:20.589984000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:351:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2710] dropped

0:00:20.590006000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:882:find_message:<pipeline0>[00m no message found matching types 00001000

0:00:20.590065000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3230:gst_pad_query_caps_default:<mpegtsmux0:sink_65>[00m using caps 0x7fb5ad251200 video/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-dirac; image/x-jpc; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ au, nal }; video/x-h265, stream-format=(string)byte-stream, alignment=(string){ au, nal }; audio/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2 }; audio/mpeg, framed=(boolean)true, mpegversion=(int)4, stream-format=(string)adts; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3, framed=(boolean)true; audio/x-dts, framed=(boolean)true; audio/x-opus, channels=(int)[ 1, 8 ], channel-mapping-family=(int){ 0, 1 }; subpicture/x-dvb; application/x-teletext; meta/x-klv, parsed=(boolean)true; image/x-jpc, profile=(int)[ 0, 49151 ] with filter 0x7fb5ad251160 video/x-h264, stream-format=(string)avc, alignment=(string)au; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ nal, au }

0:00:20.590069000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:2548:gst_rtsp_client_sink_loop_send_cmd:<rtspclientsink0>[00m sending cmd WAIT

0:00:20.590070000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:889:find_message:<pipeline0>[00m   structure-change

0:00:20.590106000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:3233:gst_pad_query_caps_default:<mpegtsmux0:sink_65>[00m result 0x7fb5ab2896a0 video/x-h264, stream-format=(string)byte-stream, alignment=(string){ nal, au }

0:00:20.590142000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00m      rtspclientsink gstrtspclientsink.c:2560:gst_rtsp_client_sink_loop_send_cmd:<rtspclientsink0>[00m cancel previous request RECORD

0:00:20.590218000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2279:update_degree:<pipeline0>[00m change element rtph264depay0, degree 1->0, linked to mpegtsmux0

0:00:20.590276000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:3438:gst_pad_query_default:<mpegtsmux0:sink_65>[00m not forwarding 0x7fb5ab289650 (caps) query

0:00:20.590330000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus2>[00m [msg 0x7fb5acca2790] posting on bus progress message: 0x7fb5acca2790, time 99:99:99.999999999, seq-num 43, element 'rtspclientsink0', GstMessageProgress, type=(GstProgressType)GST_PROGRESS_TYPE_CANCELED, code=(string)request, text=(string)"RECORD\ canceled", percent=(int)100, timeout=(int)-1;

0:00:20.590333000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2162:add_to_queue:<pipeline0>[00m adding 'rtph264depay0' to queue

0:00:20.590337000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;31;44m            GST_PADS gstpad.c:4076:gst_pad_query:<mpegtsmux0:sink_65>[00m sent query 0x7fb5ab289650 (caps), result 1

0:00:20.590365000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3716:gst_bin_handle_message_func:<pipeline0>[00m [msg 0x7fb5acca2790] handling child rtspclientsink0 message of type progress

0:00:20.590462000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4053:gst_bin_handle_message_func:<pipeline0>[00m posting message upward

0:00:20.590464000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:2836:gst_pad_get_allowed_caps:<rtph264depay0:src>[00m allowed caps video/x-h264, stream-format=(string)byte-stream, alignment=(string){ nal, au }

0:00:20.590454000 [335m66136[00m 0x7fb5ad195cf0 [36mINFO   [00m [00;01;31m          GST_STATES gstbin.c:2503:gst_bin_element_set_state:<mpegtsmux0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING

0:00:20.590571000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m        rtph264depay gstrtph264depay.c:211:gst_rtp_h264_depay_negotiate:<rtph264depay0>[00m allowed caps: video/x-h264, stream-format=(string)byte-stream, alignment=(string){ nal, au }

0:00:20.590572000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:882:find_message:<pipeline0>[00m no message found matching types 00100000

0:00:20.590574000 [335m66136[00m 0x7fb5ab2892e0 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:316:gst_bus_post:<bus3>[00m [msg 0x7fb5acca2790] posting on bus progress message: 0x7fb5acca2790, time 99:99:99.999999999, seq-num 43, element 'rtspclientsink0', GstMessageProgress, type=(GstProgressType)GST_PROGRESS_TYPE_CANCELED, code=(string)request, text=(string)"RECORD\ canceled", percent=(int)100, timeout=(int)-1;

0:00:20.590678000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m        rtph264depay gstrtph264depay.c:243:gst_rtp_h264_depay_negotiate:<rtph264depay0>[00m downstream requires byte-stream 1

0:00:20.590681000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:889:find_message:<pipeline0>[00m   async-start

0:00:20.590702000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00m        rtph264depay gstrtph264depay.c:255:gst_rtp_h264_depay_negotiate:<rtph264depay0>[00m defaulting to merge 0

0:00:20.590779000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01m                 bin gstbin.c:2598:gst_bin_element_set_state:<pipeline0>[00m setting element mpegtsmux0 to PLAYING, base_time 65:20:53.211394568

0:00:20.590781000 [335m66136[00m 0x7fb5ad251390 [37mDEBUG  [00m [00;01;34m            GST_CAPS gstpad.c:2733:gst_pad_get_current_caps:<rtph264depay0:src>[00m get current pad caps (NULL)

0:00:20.590835000 [335m66136[00m 0x7fb5ad195cf0 [37mDEBUG  [00m [00;01;31m          GST_STATES gstelement.c:2827:gst_element_set_state_func:<mpegtsmux0>[00m set_state to PLAYING

0:00:20.590840000 [335m66136[00m 0x7fb5ad251390 [36mINFO   [00m [00;01;34m           GST_EVENT gstevent.c:820:gst_event_ne


Reply all
Reply to author
Forward
0 new messages