<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] RTP sink to
serial</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I want to to
send RTP packets (RTP header + payload after packetization) to a
serial port.</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">From my
experience with Live I figure that using socket_pair will be a good
solution.</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">In that way
I will be able to use the current code to send the data into the
socket, and on the other side I will write some listener that will
recv from the socket and&nbsp;&nbsp; transmit it using the serial
port.</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">Am I
right?</font></blockquote>
<div><br></div>
<div>Yes, I think so.&nbsp; The current code assumes that RTP packets'
destination will always be an IP network socket.&nbsp; (This is a
design mistake; someday I'd like to make it easier to use other (real
or virtual) network layers underneath RTP.)</div>
<div><br></div>
<div>Therefore, the best way to do what you want to do is to make your
serial interface accessible via a socket that has an IP address.&nbsp;
(I'll let you figure out how to do this :-)</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>