I have a pipeline that currently streams video using GStreamer to another location forming a simple internet call application. gst-launch v4l2src ! video/x-raw-yuv,width=176,height=144,framerate=8/1 ! hantro4200enc ! rtph263pay ! udpsink host=<ip address> port=<port> I want to use SIP to coordinate session information with the connection to the destination and I have a SIP library framework that I already own a license for that I would like to use (yes I know that the N810 come with Sofia-SIP), and this SIP library also comes with RTP capabilities. I am wondering if it is possible for GStreamer to pass it's information off to this other library of code and let it take care of the RTP transport of streaming video data to the destination location and receive incoming data and pass it along into GStreamer's own elements for processing and displaying on the screen? If anyone knows or has any ideas, please let me know. Thanks. Merrick ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Thu, 2009-01-08 at 11:39 -0700, Merrick Fonnesbeck wrote:
> I have a pipeline that currently streams video using GStreamer to > another location forming a simple internet call application. > > gst-launch v4l2src ! > video/x-raw-yuv,width=176,height=144,framerate=8/1 ! hantro4200enc ! > rtph263pay ! udpsink host=<ip address> port=<port> > > I want to use SIP to coordinate session information with the > connection to the destination and I have a SIP library framework that > I already own a license for that I would like to use (yes I know that > the N810 come with Sofia-SIP), and this SIP library also comes with > RTP capabilities. I am wondering if it is possible for GStreamer to > pass it's information off to this other library of code and let it > take care of the RTP transport of streaming video data to the > destination location and receive incoming data and pass it along into > GStreamer's own elements for processing and displaying on the screen? > If anyone knows or has any ideas, please let me know. Thanks. backport the version that have just been merged into gst-plugins-base. -- Olivier Crête [hidden email] Collabora Ltd ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel signature.asc (204 bytes) Download Attachment |
Free forum by Nabble | Edit this page |