[gstreamer-bugs] [Bug 612915] streaming stopped for tcp interleaved communication:

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 26 06:34:51 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=612915
  GStreamer | gst-rtsp-server | git

--- Comment #7 from sreerenj <bsreerenj at gmail.com> 2010-03-26 13:34:46 UTC ---
Hi, I found one more strange thing.

Please forgive me if it is because of my misunderstanding.

Inside gst-plugins-base/gst-libs/gst/rtsp/gstrtspconnection.c
------------------------------------------------
I made the return value from 

 static GstRTSPResult  build_next (GstRTSPBuilder * builder, GstRTSPMessage *
message,GstRTSPConnection * conn)

as GST_RTSP_OK without considering the return value of

read_bytes (conn, (guint8 *) builder->buffer, &builder->offset, 1);
( this returns 0,"controlled shut down" after one minute of play back)

And now the video is playing . I tested it more than one hour.

But the problem is that after this, the server will not accept any client
request!

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list