Two way communication (stream/message) between client and rtsp server ondemand

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

Two way communication (stream/message) between client and rtsp server ondemand

jafarulla
I am very new and hence sorry if I asked any thing wrong or redundant.

I have 2 queries:

1. How can I send live stream from client to rtsp server; when client and
server are in different network.

2. I need to know is there any way, rtsp server can reach to any/some client
on demand (I mean, can send stream to any client when ever server wants).

Any kind of suggesting is huge appreciable.
Thanks in advance.



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

Re: Two way communication (stream/message) between client and rtsp server ondemand

Tyler Compton
Disclaimer: I have read the RTSP 1 spec but I'm not up-to-date on RTSP 2.0. I hope if I'm wrong, someone with more expertise will chime in.

2. I need to know is there any way, rtsp server can reach to any/some client
on demand (I mean, can send stream to any client when ever server wants).

I don't believe this is possible. In RTSP, the client is always the one establishing a session with the server, not vice-versa. You could work around this by making a custom channel of communication between the server and client, where the server notifies the client that it should establish an RTSP session with the server.
 

Any kind of suggesting is huge appreciable.
Thanks in advance.



--
Sent from: http://gstreamer-devel.966125.n4.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
|

AW: Two way communication (stream/message) between client and rtsp server ondemand

Thornton, Keith

Hi,

I think you’ll find that as long as the client is registered with the server with rtsp and keeps sending its keep-alive messages, there is no necessity to send the client rtp data. You could probably implement such a server on the basis of the appsrc example in rtspserver/examples

Guesse

 

Von: gstreamer-devel <[hidden email]> Im Auftrag von Tyler Compton
Gesendet: Mittwoch, 8. April 2020 21:22
An: Discussion of the development of and with GStreamer <[hidden email]>
Betreff: Re: Two way communication (stream/message) between client and rtsp server ondemand

 

Disclaimer: I have read the RTSP 1 spec but I'm not up-to-date on RTSP 2.0. I hope if I'm wrong, someone with more expertise will chime in.

 

2. I need to know is there any way, rtsp server can reach to any/some client

on demand (I mean, can send stream to any client when ever server wants).

 

I don't believe this is possible. In RTSP, the client is always the one establishing a session with the server, not vice-versa. You could work around this by making a custom channel of communication between the server and client, where the server notifies the client that it should establish an RTSP session with the server.

 


Any kind of suggesting is huge appreciable.
Thanks in advance.



--
Sent from: http://gstreamer-devel.966125.n4.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