<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Passing video/audio stream to another RTP library</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">I have a pipeline that currently streams video using GStreamer to another location forming a simple internet call application.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">gst-launch v4l2src ! video/x-raw-yuv,width=176,height=144,framerate=8/1 ! hantro4200enc ! rtph263pay ! udpsink host=&lt;ip address&gt; port=&lt;port&gt;</FONT></P>

<P><FONT SIZE=2 FACE="Arial">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.&nbsp; 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?&nbsp; If anyone knows or has any ideas, please let me know.&nbsp; Thanks.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Merrick</FONT>
</P>
<BR>

</BODY>
</HTML>