rtsp server from android to pc

Nicolas Dufresne nicolas.dufresne at collabora.com
Wed Oct 9 17:04:54 PDT 2013


Le mercredi 09 octobre 2013 à 17:49 +0200, Sebastian Dröge a écrit :
> > Here is the pipeline I'm using:  gst_rtsp_media_factory_set_launch
> (factory,
> > "( videotestsrc is-live=1 ! x264enc ! rtph264pay name=pay0 pt=96
> )");

Have you tried using low latency encoding, smaller resolution, etc. The
encoder can be configured:

        x264enc tune=zerolatency bitrate=?

You may want to add a capsfilter afterward to select the encoding
profile. Finally, note that videotestsrc uses a lot of CPU by itself
unlike what most would think.

best regards,
Nicolas



More information about the gstreamer-devel mailing list