>I need to transmit data

What kind of data is this?  You cannot just transmit data using RTP 
without knowing what kind of data it is.  Each media type has a 
different "RTP paayload format" - i.e., rules for how the data is 
packaged into RTP packets.


>I've got an other question: I don't understand the diffence between 
>the "ServerMediaSubSession" subclasses (OnDemandServerMediaSession 
>and PassiveServerMediaSession).

"PassiveServerMediaSession" is used to provide access to streams 
(typically multicast) that already 
exist.  "OnDemandServerMediaSession" creates a new (unicast) stream 
for each new client.


>Last question: testRelay is receiving data from a RTSP server and 
>sending this on another RTSP server.

No - "testRelay" does not use RTSP at all.  It simply relays UDP packets.


        Ross Finlayson
        Live Networks, Inc. (LIVE555.COM)
        <http://www.live555.com/>

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to