<div>Hi all,</div>
<div>I've got the same kind of problem as a guy who asked for answers two days ago. </div>
<div>I need to transmit data, and I've got some problems.</div>
<div>First, data are not in a file. So if I try to use Live555, I need an external file (like "test.mp3"), right? </div>
<div>So if I don't have this file, I need to implement my own subclass of "MultiFramedRTPSource", Sink and MediaSource?</div>
<div>But do I need to implement my own class of "ServerMediaSubSession" and "ServerMediaSession" too? or just an OnDemandServerMediaSession subclass?</div>
<div>I'm new with RTSP servers, and I read for 2 weeks live555 classes, and think I'm understanding how it works. </div>
<div>I've got an other question: I don't understand the diffence between the "ServerMediaSubSession" subclasses (OnDemandServerMediaSession and PassiveServerMediaSession). If you can give me a short description of it, it would help me a lot.</div>
<div>Last question: testRelay is receiving data from a RTSP server and sending this on another RTSP server. It doesn't transform RTP packets, right?</div>
<div> </div>
<div>Thanks a lot!</div>
<div> </div>
<div>Erwan</div>