Created
March 7, 2018 18:09
-
-
Save Mezzano/433eb2b833cbe396329a69aedab0bdf9 to your computer and use it in GitHub Desktop.
client side
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@TaMLap:~$ GST_DEBUG=rtsp*:4 gst-launch-1.0 --gst-plugin-path=/usr/local/lib/gstreamer-1.0/ rtspsrc location=rtsp://10.1.63.236:8554/colour ! rtph264depay ! avdec_h264 ! xvimagesink | |
Setting pipeline to PAUSED ... | |
Pipeline is live and does not need PREROLL ... | |
Progress: (open) Opening Stream | |
Progress: (connect) Connecting to rtsp://10.1.63.236:8554/colour | |
Progress: (open) Retrieving server options | |
Progress: (open) Retrieving media info | |
Progress: (request) SETUP stream 0 | |
0:00:00.205688737 21611 0x2053850 INFO rtspsrc gstrtspsrc.c:3110:gst_rtspsrc_stream_configure_manager:<rtspsrc0> configure bandwidth in session 0x7f5cb402c0a0 | |
Progress: (open) Opened Stream | |
Setting pipeline to PLAYING ... | |
New clock: GstSystemClock | |
Progress: (request) Sending PLAY request | |
Progress: (request) Sending PLAY request | |
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: Error sending UDP packets | |
Additional debug info: | |
gstmultiudpsink.c(722): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: | |
client 10.1.63.236:0, reason: Error sending message: Invalid argument | |
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: Error sending UDP packets | |
Additional debug info: | |
gstmultiudpsink.c(722): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: | |
client 10.1.63.236:0, reason: Error sending message: Invalid argument | |
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: Error sending UDP packets | |
Additional debug info: | |
gstmultiudpsink.c(722): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: | |
client 10.1.63.236:0, reason: Error sending message: Invalid argument | |
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: Error sending UDP packets | |
Additional debug info: | |
gstmultiudpsink.c(722): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: | |
client 10.1.63.236:0, reason: Error sending message: Invalid argument | |
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: Error sending UDP packets | |
Additional debug info: | |
gstmultiudpsink.c(722): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: | |
client 10.1.63.236:0, reason: Error sending message: Invalid argument | |
0:00:00.212103707 21611 0x2053850 WARN rtspsrc gstrtspsrc.c:5670:gst_rtspsrc_send:<rtspsrc0> error: Got error response: 455 (Method Not Valid in This State). | |
0:00:00.212196581 21611 0x2053850 WARN rtspsrc gstrtspsrc.c:7430:gst_rtspsrc_play:<rtspsrc0> error: Could not send message. (Generic error) | |
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not read from resource. | |
Additional debug info: | |
gstrtspsrc.c(5670): gst_rtspsrc_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: | |
Got error response: 455 (Method Not Valid in This State). | |
Execution ended after 0:00:00.002899472 | |
Setting pipeline to PAUSED ... | |
Setting pipeline to READY ... | |
Setting pipeline to NULL ... | |
Freeing pipeline ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
have you found the reason of this issue?