Plugin rtspsrc 1.4.1 doesn't teardown media session on server. Why?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Plugin rtspsrc 1.4.1 doesn't teardown media session on server. Why?

Rodrigo Pimenta Carvalho
Hi.

My client is built with the GStreamer pluging rtspsrc version 1.4.1. Whether such client receives video stream from a server and then closes (stop) the video, the server still keeps the same session  on. That is, there is no a 'teardown' for such session in the server.

However, if the client is a pluging rtspsrc built on Gstreamer version 1.8.1, I can't see the issue. All is ok and sessions don't remain forever in the server.

Is it a kind of issue well known for version 1.4.1?
Is version 1.8.1 a solution for such problem, in fact?

Any hint will be very helpful!

Best regards.
Rodrigo Pimenta Carvalho.

Reply | Threaded
Open this post in threaded view
|

Re: Plugin rtspsrc 1.4.1 doesn't teardown media session on server. Why?

Nicolas Dufresne-5


Le 13 mars 2017 5:02 PM, "Rodrigo Pimenta Carvalho" <[hidden email]> a écrit :
Hi.

My client is built with the GStreamer pluging rtspsrc version 1.4.1. Whether
such client receives video stream from a server and then closes (stop) the
video, the server still keeps the same session  on. That is, there is no a
'teardown' for such session in the server.

However, if the client is a pluging rtspsrc built on Gstreamer version
1.8.1, I can't see the issue. All is ok and sessions don't remain forever in
the server.

Is it a kind of issue well known for version 1.4.1?
Is version 1.8.1 a solution for such problem, in fact?

Yes.


Any hint will be very helpful!

1.4 was already end of life when this issue was fixed.


Best regards.
Rodrigo Pimenta Carvalho.





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Plugin-rtspsrc-1-4-1-doesn-t-teardown-media-session-on-server-Why-tp4682200.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Plugin rtspsrc 1.4.1 doesn't teardown media session on server. Why?

Rodrigo Pimenta Carvalho
Hi Nicolas.

Thank you very much!

So, I have 2 options:

A) update my client to use GStreamer 1.8.1. But it will impact my code in several points. The work will not be simple, I guess.

B) try to fix the bug in version 1.4.1 on my own. For this idea, I could take a look in the code that fixed it in some newer version e try to bring such solution to version 1.4.1 in my environment.

Where can I find the patch or code example that fixed this specific bug and will be an example for me? I would like to take a look.
Do you think the option (B) is practicable?

Any hint will be very helpful!
Best regards.
Rodrigo Pimenta Carvalho