Hi,
I'm new to gstreamer. Now I'm considering writing a stream video/audio server with RTP support. I have some questions: 1. Is the client(stream receiver) required to use gstreamer as backend in order to correctly receive and decode the video stream from the server, which is written on the base of gsreamer? Or any client that implements RTP protocol and the corresponding decoder can work with the server? 2. If the audio stream and video stream go through two separate gstreamer streams, is it possible to synchronize them at the receiver client? Regards, Jie ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Il giorno sab, 18/09/2010 alle 09.58 +0800, Jie Jiang ha scritto: > Hi, > > I'm new to gstreamer. Now I'm considering writing a stream video/audio > server with RTP support. I have some questions: > > 1. Is the client(stream receiver) required to use gstreamer as backend > in order to correctly receive and decode the video stream from the > server, which is written on the base of gsreamer? Or any client that > implements RTP protocol and the corresponding decoder can work with the > server? any rtp client will work, you can generate an sdp for clients such as vlc, take a look to the samples here: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp Nicola > > 2. If the audio stream and video stream go through two separate > gstreamer streams, is it possible to synchronize them at the receiver > client? > > > Regards, > Jie > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Jie Jiang
Hi,
On Sat, Sep 18, 2010 at 4:58 AM, Jie Jiang <[hidden email]> wrote: Hi, my 0.05€ here: I warmly suggest you to evaluate, instead of starting a new project, the possibility to contribute to an already running one: http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/ it will have both the advantages to save you the time needed to "invent" a session initiation protocol and enhance and already pretty good project (imho). Regards 1. Is the client(stream receiver) required to use gstreamer as backend ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |