GNOME Bugzilla – Bug 578595
[rtspconnection] invalid memory access when shutting down
Last modified: 2009-12-10 18:50:34 UTC
Try this: $ gst-launch-0.10 playbin2 uri=rtsp://66.111.34.191:601/broadcast/alnour.rm Wait for audio to play, then hit Control-C. Result: ERROR default gstrtspconnection.c:1479:parse_request_line: invalid method ]�f����IBU That doesn't look good, and valgrind also complains about memory access (comparing buffers in caps though, so that may not be related). Tried to track this down, but lost motivation in the maze that is GstRTPConnection. Some more info: Interrupt: Stopping pipeline ... Execution ended after 7579702611 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... 0gstrtspconnection.c:1570:build_next: builder->state=0, off=0, line=0 gstrtspconnection.c:1571:build_next: builder->buffer = '' gstrtspconnection.c:1579:build_next: res = -3 gstrtspconnection.c:1570:build_next: builder->state=0, off=0, line=0 gstrtspconnection.c:1571:build_next: builder->buffer = '' gstrtspconnection.c:1570:build_next: builder->state=3, off=1, line=0 gstrtspconnection.c:1571:build_next: builder->buffer = ']' gstrtspconnection.c:1630:build_next: builder->buffer = ']' gstrtspconnection.c:1668:build_next: builder->buffer = ']�f����IBU��� �w'[s����P$�A[�!$' gstrtspconnection.c:1432:parse_request_line: btr=']�f����IBU��� �w'[s����P$�A[�!$' gstrtspconnection.c:1434:parse_request_line: btr=' �w'[s����P$�A[�!$' gstrtspconnection.c:1479:parse_request_line: invalid method ]�f����IBU
I don't see any error now.
Right, URI no longer accessible and can't reproduce with other stream, closing as obsolete.