[gstreamer-bugs] [Bug 625597] gst-rtsp-server needs to send EOS on client session end so that elements such as 'filesink' are satisfied

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 20 08:30:43 PDT 2010


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

--- Comment #2 from Robert Krakora <rob.krakora at messagenetsystems.com> 2010-08-20 15:30:42 UTC ---
(In reply to comment #1)
> That patch is not quite right.
> 
> The part where you send the EOS is also the part that is executed when the
> client issues a pause request. You probably want to send the EOS into the
> pipeline only right before the pipeline is set to READY or NULL.
> 
> Also the logic to send the EOS to all elements in the pipeline is not so good.
> It should be possible to just send the EOS to the pipeline, which then
> dispatches it to all sources in the pipeline.
> 
> I will take a look how this patch can be improved.

Hello Wim,

I tried to send the EOS down the pipeline but it seemed as though it was not
propagated to all of the elements.  I admit that the logic itself is pretty
much a hack.  I needed to be able to have an EOS sent down the pipeline since I
was recording the stream to a file as well.  Let me know how I can help.

Best Regards,

Rob Krakora

-- 
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