tahnks,
 
Regrading your last comment - I thought I can use 127.0.0.1 or the real
machine IP. Am I missing something?  
 

Regards,


Amit Yedidia

Elbit System Ltd.

Email: [EMAIL PROTECTED]

Tel: 972-4-8318905

----------------------------------------------------------

 


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson
        Sent: Thursday, November 20, 2008 4:10 AM
        To: LIVE555 Streaming Media - development & use
        Subject: Re: [Live-devel] RTP sink to serial
        
        

                I want to to send RTP packets (RTP header + payload
after packetization) to a serial port.
                

                From my experience with Live I figure that using
socket_pair will be a good solution.
                

                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   transmit it using the
serial port.
                

                Am I right?


        Yes, I think so.  The current code assumes that RTP packets'
destination will always be an IP network socket.  (This is a design
mistake; someday I'd like to make it easier to use other (real or
virtual) network layers underneath RTP.)

        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.
(I'll let you figure out how to do this :-)
        -- 

        Ross Finlayson
        Live Networks, Inc.
        http://www.live555.com/


The information in this e-mail transmission contains proprietary and business
sensitive information.  Unauthorized interception of this e-mail may constitute
a violation of law. If you are not the intended recipient, you are hereby
notified that any review, dissemination, distribution or duplication of this
communication is strictly prohibited. You are also asked to contact the sender
by reply email and immediately destroy all copies of the original message.
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to