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 |
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.
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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 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.
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.
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |